Module openssl::crypto::symm
+
+ [−]
+
+ [src]
+Structs
+Crypter | +
+ Represents a symmetric cipher context. + + |
+
Enums
+Mode | ++ + | +
Type | ++ + | +
Functions
+decrypt | +
+ Decrypts data, using the specified crypter type in decrypt mode with the +specified key and iv; returns the resulting (decrypted) data. + + |
+
encrypt | +
+ Encrypts data, using the specified crypter type in encrypt mode with the +specified key and iv; returns the resulting (encrypted) data. + + |
+