From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- openssl/crypto/symm/index.html | 149 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 openssl/crypto/symm/index.html (limited to 'openssl/crypto/symm/index.html') diff --git a/openssl/crypto/symm/index.html b/openssl/crypto/symm/index.html new file mode 100644 index 0000000..9980d1c --- /dev/null +++ b/openssl/crypto/symm/index.html @@ -0,0 +1,149 @@ + + + + + + + + + + openssl::crypto::symm - Rust + + + + + + + + + + + + + + + +
+

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.

+ +
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3