diff options
author | schwarze <> | 2019-08-28 10:37:42 +0000 |
---|---|---|
committer | schwarze <> | 2019-08-28 10:37:42 +0000 |
commit | 120d402beaf52528e5248e97a9a00011925570c9 (patch) | |
tree | cce87ea0ddb5bdaf5728bb00b7a12391053371d9 /src/lib/libcrypto/man/crypto.3 | |
parent | 84aca1c942ade2d6b8dc6b717cb696bcf94b8407 (diff) | |
download | openbsd-120d402beaf52528e5248e97a9a00011925570c9.tar.gz openbsd-120d402beaf52528e5248e97a9a00011925570c9.tar.bz2 openbsd-120d402beaf52528e5248e97a9a00011925570c9.zip |
new manual page AES_encrypt(3)
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/crypto.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3 index bd244ebf4b..f589c6bb0c 100644 --- a/src/lib/libcrypto/man/crypto.3 +++ b/src/lib/libcrypto/man/crypto.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypto.3,v 1.21 2019/08/19 13:08:26 schwarze Exp $ | 1 | .\" $OpenBSD: crypto.3,v 1.22 2019/08/28 10:37:42 schwarze Exp $ |
2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 | 2 | .\" OpenSSL a9c85cea Nov 11 09:33:55 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and | 4 | .\" This file was written by Ulf Moeller <ulf@openssl.org> and |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: August 19 2019 $ | 52 | .Dd $Mdocdate: August 28 2019 $ |
53 | .Dt CRYPTO 3 | 53 | .Dt CRYPTO 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -67,6 +67,7 @@ including AES, Blowfish, CAST, Chacha20, IDEA, DES, RC2, and RC4 | |||
67 | are provided by the generic interface | 67 | are provided by the generic interface |
68 | .Xr EVP_EncryptInit 3 . | 68 | .Xr EVP_EncryptInit 3 . |
69 | Low-level stand-alone interfaces include | 69 | Low-level stand-alone interfaces include |
70 | .Xr AES_encrypt 3 , | ||
70 | .Xr BF_set_key 3 , | 71 | .Xr BF_set_key 3 , |
71 | .Xr DES_set_key 3 , | 72 | .Xr DES_set_key 3 , |
72 | and | 73 | and |