summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_EncryptInit.3
diff options
context:
space:
mode:
authorschwarze <>2019-03-18 05:56:24 +0000
committerschwarze <>2019-03-18 05:56:24 +0000
commitbd486221e04af53292d6f243b53e05412979982b (patch)
tree9c2a9717de41c81224f6a8a03e84d8183ec5ce13 /src/lib/libcrypto/man/EVP_EncryptInit.3
parent4aee93b79daae299daa2fe34199558d824600236 (diff)
downloadopenbsd-bd486221e04af53292d6f243b53e05412979982b.tar.gz
openbsd-bd486221e04af53292d6f243b53e05412979982b.tar.bz2
openbsd-bd486221e04af53292d6f243b53e05412979982b.zip
Document SM4; related to evp.h rev. 1.73.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_EncryptInit.3')
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.310
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index c72db462e4..704a2016ed 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_EncryptInit.3,v 1.26 2019/03/10 21:31:49 jmc Exp $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.27 2019/03/18 05:56:24 schwarze Exp $
2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
3.\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100 3.\" selective merge up to: OpenSSL 16cfc2c9 Mar 8 22:30:28 2018 +0100
4.\" 4.\"
@@ -51,7 +51,7 @@
51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
52.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
53.\" 53.\"
54.Dd $Mdocdate: March 10 2019 $ 54.Dd $Mdocdate: March 18 2019 $
55.Dt EVP_ENCRYPTINIT 3 55.Dt EVP_ENCRYPTINIT 3
56.Os 56.Os
57.Sh NAME 57.Sh NAME
@@ -1025,6 +1025,9 @@ correctly: see CCM mode section below for details.
1025The ChaCha20 stream cipher. 1025The ChaCha20 stream cipher.
1026The key length is 256 bits, the IV is 96 bits long. 1026The key length is 256 bits, the IV is 96 bits long.
1027.El 1027.El
1028.Pp
1029See also
1030.Xr EVP_sm4_cbc 3 .
1028.Ss GCM mode 1031.Ss GCM mode
1029For GCM mode ciphers, the behaviour of the EVP interface 1032For GCM mode ciphers, the behaviour of the EVP interface
1030is subtly altered and several additional ctrl operations are 1033is subtly altered and several additional ctrl operations are
@@ -1227,7 +1230,8 @@ do_crypt(FILE *in, FILE *out, int do_encrypt)
1227} 1230}
1228.Ed 1231.Ed
1229.Sh SEE ALSO 1232.Sh SEE ALSO
1230.Xr evp 3 1233.Xr evp 3 ,
1234.Xr EVP_sm4_cbc 3
1231.Sh HISTORY 1235.Sh HISTORY
1232.Fn EVP_EncryptInit , 1236.Fn EVP_EncryptInit ,
1233.Fn EVP_EncryptUpdate , 1237.Fn EVP_EncryptUpdate ,