Module openssl::symm [] [src]

Structs

Cipher
Crypter

Represents a symmetric cipher context.

Enums

Mode

Functions

decrypt

Decrypts data, using the specified crypter type in decrypt mode with the specified key and iv; returns the resulting (decrypted) data.

decrypt_aead

Like decrypt, but for AEAD ciphers such as AES GCM.

encrypt

Encrypts data, using the specified crypter type in encrypt mode with the specified key and iv; returns the resulting (encrypted) data.

encrypt_aead

Like encrypt, but for AEAD ciphers such as AES GCM.