diff options
Diffstat (limited to 'src/lib/libcrypto/man/EVP_EncryptInit.3')
-rw-r--r-- | src/lib/libcrypto/man/EVP_EncryptInit.3 | 56 |
1 files changed, 4 insertions, 52 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3 index 3afff9f60f..a730923d96 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.31 2019/03/21 11:21:40 schwarze Exp $ | 1 | .\" $OpenBSD: EVP_EncryptInit.3,v 1.32 2019/03/21 12:54:37 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 | .\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod | 3 | .\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod |
4 | .\" 7c6d372a Nov 20 13:20:01 2018 +0000 | 4 | .\" 7c6d372a Nov 20 13:20:01 2018 +0000 |
@@ -110,19 +110,6 @@ | |||
110 | .Nm EVP_CIPHER_param_to_asn1 , | 110 | .Nm EVP_CIPHER_param_to_asn1 , |
111 | .Nm EVP_CIPHER_asn1_to_param , | 111 | .Nm EVP_CIPHER_asn1_to_param , |
112 | .Nm EVP_enc_null , | 112 | .Nm EVP_enc_null , |
113 | .Nm EVP_des_cbc , | ||
114 | .Nm EVP_des_ecb , | ||
115 | .Nm EVP_des_cfb , | ||
116 | .Nm EVP_des_ofb , | ||
117 | .Nm EVP_des_ede_cbc , | ||
118 | .Nm EVP_des_ede , | ||
119 | .Nm EVP_des_ede_ofb , | ||
120 | .Nm EVP_des_ede_cfb , | ||
121 | .Nm EVP_des_ede3_cbc , | ||
122 | .Nm EVP_des_ede3 , | ||
123 | .Nm EVP_des_ede3_ofb , | ||
124 | .Nm EVP_des_ede3_cfb , | ||
125 | .Nm EVP_desx_cbc , | ||
126 | .Nm EVP_rc4 , | 113 | .Nm EVP_rc4 , |
127 | .Nm EVP_rc4_40 , | 114 | .Nm EVP_rc4_40 , |
128 | .Nm EVP_rc4_hmac_md5 , | 115 | .Nm EVP_rc4_hmac_md5 , |
@@ -933,29 +920,6 @@ All algorithms have a fixed key length unless otherwise stated. | |||
933 | .Bl -tag -width Ds | 920 | .Bl -tag -width Ds |
934 | .It Fn EVP_enc_null | 921 | .It Fn EVP_enc_null |
935 | Null cipher: does nothing. | 922 | Null cipher: does nothing. |
936 | .It Xo | ||
937 | .Fn EVP_des_cbc , | ||
938 | .Fn EVP_des_ecb , | ||
939 | .Fn EVP_des_cfb , | ||
940 | .Fn EVP_des_ofb | ||
941 | .Xc | ||
942 | DES in CBC, ECB, CFB and OFB modes respectively. | ||
943 | .It Xo | ||
944 | .Fn EVP_des_ede_cbc , | ||
945 | .Fn EVP_des_ede , | ||
946 | .Fn EVP_des_ede_ofb , | ||
947 | .Fn EVP_des_ede_cfb | ||
948 | .Xc | ||
949 | Two key triple DES in CBC, ECB, CFB and OFB modes respectively. | ||
950 | .It Xo | ||
951 | .Fn EVP_des_ede3_cbc , | ||
952 | .Fn EVP_des_ede3 , | ||
953 | .Fn EVP_des_ede3_ofb , | ||
954 | .Fn EVP_des_ede3_cfb | ||
955 | .Xc | ||
956 | Three key triple DES in CBC, ECB, CFB and OFB modes respectively. | ||
957 | .It Fn EVP_desx_cbc | ||
958 | DESX algorithm in CBC mode. | ||
959 | .It Fn EVP_rc4 | 923 | .It Fn EVP_rc4 |
960 | RC4 stream cipher. | 924 | RC4 stream cipher. |
961 | This is a variable key length cipher with default key length 128 bits. | 925 | This is a variable key length cipher with default key length 128 bits. |
@@ -1034,7 +998,8 @@ The key length is 256 bits, the IV is 96 bits long. | |||
1034 | .El | 998 | .El |
1035 | .Pp | 999 | .Pp |
1036 | See also | 1000 | See also |
1037 | .Xr EVP_aes_128_cbc 3 | 1001 | .Xr EVP_aes_128_cbc 3 , |
1002 | .Xr EVP_des_cbc 3 , | ||
1038 | and | 1003 | and |
1039 | .Xr EVP_sm4_cbc 3 . | 1004 | .Xr EVP_sm4_cbc 3 . |
1040 | .Ss GCM mode | 1005 | .Ss GCM mode |
@@ -1241,6 +1206,7 @@ do_crypt(FILE *in, FILE *out, int do_encrypt) | |||
1241 | .Sh SEE ALSO | 1206 | .Sh SEE ALSO |
1242 | .Xr evp 3 , | 1207 | .Xr evp 3 , |
1243 | .Xr EVP_aes_128_cbc 3 , | 1208 | .Xr EVP_aes_128_cbc 3 , |
1209 | .Xr EVP_des_cbc 3 , | ||
1244 | .Xr EVP_sm4_cbc 3 | 1210 | .Xr EVP_sm4_cbc 3 |
1245 | .Sh HISTORY | 1211 | .Sh HISTORY |
1246 | .Fn EVP_EncryptInit , | 1212 | .Fn EVP_EncryptInit , |
@@ -1253,18 +1219,6 @@ do_crypt(FILE *in, FILE *out, int do_encrypt) | |||
1253 | .Fn EVP_CipherUpdate , | 1219 | .Fn EVP_CipherUpdate , |
1254 | .Fn EVP_CipherFinal , | 1220 | .Fn EVP_CipherFinal , |
1255 | .Fn EVP_get_cipherbyname , | 1221 | .Fn EVP_get_cipherbyname , |
1256 | .Fn EVP_des_cbc , | ||
1257 | .Fn EVP_des_ecb , | ||
1258 | .Fn EVP_des_cfb , | ||
1259 | .Fn EVP_des_ofb , | ||
1260 | .Fn EVP_des_ede_cbc , | ||
1261 | .Fn EVP_des_ede , | ||
1262 | .Fn EVP_des_ede_ofb , | ||
1263 | .Fn EVP_des_ede_cfb , | ||
1264 | .Fn EVP_des_ede3_cbc , | ||
1265 | .Fn EVP_des_ede3 , | ||
1266 | .Fn EVP_des_ede3_ofb , | ||
1267 | .Fn EVP_des_ede3_cfb , | ||
1268 | .Fn EVP_rc4 , | 1222 | .Fn EVP_rc4 , |
1269 | .Fn EVP_idea_cbc , | 1223 | .Fn EVP_idea_cbc , |
1270 | .Fn EVP_idea_ecb , | 1224 | .Fn EVP_idea_ecb , |
@@ -1278,8 +1232,6 @@ first appeared in SSLeay 0.5.1. | |||
1278 | and | 1232 | and |
1279 | .Fn EVP_rc2_ofb | 1233 | .Fn EVP_rc2_ofb |
1280 | first appeared in SSLeay 0.5.2. | 1234 | first appeared in SSLeay 0.5.2. |
1281 | .Fn EVP_desx_cbc | ||
1282 | first appeared in SSLeay 0.6.2. | ||
1283 | .Fn EVP_CIPHER_block_size , | 1235 | .Fn EVP_CIPHER_block_size , |
1284 | .Fn EVP_CIPHER_key_length , | 1236 | .Fn EVP_CIPHER_key_length , |
1285 | .Fn EVP_CIPHER_iv_length , | 1237 | .Fn EVP_CIPHER_iv_length , |