Module streaming
aws_
lc_
rs
1.13.0
Module streaming
Module Items
Structs
Functions
In aws_
lc_
rs::
cipher
Modules
aes
block
chacha
key
padded
streaming
Macros
define_cipher_context
Structs
Algorithm
BufferUpdate
DecryptingKey
EncryptingKey
PaddedBlockDecryptingKey
PaddedBlockEncryptingKey
StreamingDecryptingKey
StreamingEncryptingKey
UnboundCipherKey
Enums
AlgorithmId
DecryptionContext
EncryptionContext
OperatingMode
Constants
AES_128_KEY_LEN
AES_192_KEY_LEN
AES_256_KEY_LEN
AES_CBC_IV_LEN
AES_CFB_IV_LEN
AES_CTR_IV_LEN
MAX_CIPHER_BLOCK_LEN
MAX_CIPHER_KEY_LEN
Statics
AES_128
AES_192
AES_256
Functions
decrypt
encrypt
aws_lc_rs
::
cipher
Module
streaming
Copy item path
Settings
Help
Summary
Source
Structs
§
Buffer
Update
A struct indicating the portion of a buffer written to, and/or not written to, during an encryption/decryption operation.
Streaming
Decrypting
Key
A key for streaming decryption operations.
Streaming
Encrypting
Key
A key for streaming encryption operations.
Functions
§
evp_
decrypt_
init
🔒
evp_
encrypt_
init
🔒