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 |
| 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 |