diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
| -rw-r--r-- | src/lib/libcrypto/evp/evp.h | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index faeb3c24e6..3b1fa87576 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
| @@ -788,8 +788,8 @@ const EVP_CIPHER *EVP_aes_128_cfb128(void); | |||
| 788 | # define EVP_aes_128_cfb EVP_aes_128_cfb128 | 788 | # define EVP_aes_128_cfb EVP_aes_128_cfb128 |
| 789 | const EVP_CIPHER *EVP_aes_128_ofb(void); | 789 | const EVP_CIPHER *EVP_aes_128_ofb(void); |
| 790 | const EVP_CIPHER *EVP_aes_128_ctr(void); | 790 | const EVP_CIPHER *EVP_aes_128_ctr(void); |
| 791 | const EVP_CIPHER *EVP_aes_128_ccm(void); | ||
| 792 | const EVP_CIPHER *EVP_aes_128_gcm(void); | 791 | const EVP_CIPHER *EVP_aes_128_gcm(void); |
| 792 | const EVP_CIPHER *EVP_aes_128_ccm(void); | ||
| 793 | const EVP_CIPHER *EVP_aes_128_xts(void); | 793 | const EVP_CIPHER *EVP_aes_128_xts(void); |
| 794 | const EVP_CIPHER *EVP_aes_192_ecb(void); | 794 | const EVP_CIPHER *EVP_aes_192_ecb(void); |
| 795 | const EVP_CIPHER *EVP_aes_192_cbc(void); | 795 | const EVP_CIPHER *EVP_aes_192_cbc(void); |
| @@ -799,8 +799,8 @@ const EVP_CIPHER *EVP_aes_192_cfb128(void); | |||
| 799 | # define EVP_aes_192_cfb EVP_aes_192_cfb128 | 799 | # define EVP_aes_192_cfb EVP_aes_192_cfb128 |
| 800 | const EVP_CIPHER *EVP_aes_192_ofb(void); | 800 | const EVP_CIPHER *EVP_aes_192_ofb(void); |
| 801 | const EVP_CIPHER *EVP_aes_192_ctr(void); | 801 | const EVP_CIPHER *EVP_aes_192_ctr(void); |
| 802 | const EVP_CIPHER *EVP_aes_192_ccm(void); | ||
| 803 | const EVP_CIPHER *EVP_aes_192_gcm(void); | 802 | const EVP_CIPHER *EVP_aes_192_gcm(void); |
| 803 | const EVP_CIPHER *EVP_aes_192_ccm(void); | ||
| 804 | const EVP_CIPHER *EVP_aes_256_ecb(void); | 804 | const EVP_CIPHER *EVP_aes_256_ecb(void); |
| 805 | const EVP_CIPHER *EVP_aes_256_cbc(void); | 805 | const EVP_CIPHER *EVP_aes_256_cbc(void); |
| 806 | const EVP_CIPHER *EVP_aes_256_cfb1(void); | 806 | const EVP_CIPHER *EVP_aes_256_cfb1(void); |
| @@ -809,8 +809,8 @@ const EVP_CIPHER *EVP_aes_256_cfb128(void); | |||
| 809 | # define EVP_aes_256_cfb EVP_aes_256_cfb128 | 809 | # define EVP_aes_256_cfb EVP_aes_256_cfb128 |
| 810 | const EVP_CIPHER *EVP_aes_256_ofb(void); | 810 | const EVP_CIPHER *EVP_aes_256_ofb(void); |
| 811 | const EVP_CIPHER *EVP_aes_256_ctr(void); | 811 | const EVP_CIPHER *EVP_aes_256_ctr(void); |
| 812 | const EVP_CIPHER *EVP_aes_256_ccm(void); | ||
| 813 | const EVP_CIPHER *EVP_aes_256_gcm(void); | 812 | const EVP_CIPHER *EVP_aes_256_gcm(void); |
| 813 | const EVP_CIPHER *EVP_aes_256_ccm(void); | ||
| 814 | const EVP_CIPHER *EVP_aes_256_xts(void); | 814 | const EVP_CIPHER *EVP_aes_256_xts(void); |
| 815 | #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1) | 815 | #if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1) |
| 816 | const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void); | 816 | const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void); |
| @@ -1242,8 +1242,6 @@ void EVP_PKEY_meth_set_ctrl(EVP_PKEY_METHOD *pmeth, | |||
| 1242 | int (*ctrl_str)(EVP_PKEY_CTX *ctx, | 1242 | int (*ctrl_str)(EVP_PKEY_CTX *ctx, |
| 1243 | const char *type, const char *value)); | 1243 | const char *type, const char *value)); |
| 1244 | 1244 | ||
| 1245 | void EVP_add_alg_module(void); | ||
| 1246 | |||
| 1247 | /* BEGIN ERROR CODES */ | 1245 | /* BEGIN ERROR CODES */ |
| 1248 | /* The following lines are auto generated by the script mkerr.pl. Any changes | 1246 | /* The following lines are auto generated by the script mkerr.pl. Any changes |
| 1249 | * made after this point may be overwritten when the script is next run. | 1247 | * made after this point may be overwritten when the script is next run. |
| @@ -1258,7 +1256,6 @@ void ERR_load_EVP_strings(void); | |||
| 1258 | #define EVP_F_AES_INIT_KEY 133 | 1256 | #define EVP_F_AES_INIT_KEY 133 |
| 1259 | #define EVP_F_AES_XTS 172 | 1257 | #define EVP_F_AES_XTS 172 |
| 1260 | #define EVP_F_AES_XTS_CIPHER 175 | 1258 | #define EVP_F_AES_XTS_CIPHER 175 |
| 1261 | #define EVP_F_ALG_MODULE_INIT 177 | ||
| 1262 | #define EVP_F_CAMELLIA_INIT_KEY 159 | 1259 | #define EVP_F_CAMELLIA_INIT_KEY 159 |
| 1263 | #define EVP_F_CMAC_INIT 173 | 1260 | #define EVP_F_CMAC_INIT 173 |
| 1264 | #define EVP_F_D2I_PKEY 100 | 1261 | #define EVP_F_D2I_PKEY 100 |
| @@ -1352,19 +1349,15 @@ void ERR_load_EVP_strings(void); | |||
| 1352 | #define EVP_R_DIFFERENT_PARAMETERS 153 | 1349 | #define EVP_R_DIFFERENT_PARAMETERS 153 |
| 1353 | #define EVP_R_DISABLED_FOR_FIPS 163 | 1350 | #define EVP_R_DISABLED_FOR_FIPS 163 |
| 1354 | #define EVP_R_ENCODE_ERROR 115 | 1351 | #define EVP_R_ENCODE_ERROR 115 |
| 1355 | #define EVP_R_ERROR_LOADING_SECTION 165 | ||
| 1356 | #define EVP_R_ERROR_SETTING_FIPS_MODE 166 | ||
| 1357 | #define EVP_R_EVP_PBE_CIPHERINIT_ERROR 119 | 1352 | #define EVP_R_EVP_PBE_CIPHERINIT_ERROR 119 |
| 1358 | #define EVP_R_EXPECTING_AN_RSA_KEY 127 | 1353 | #define EVP_R_EXPECTING_AN_RSA_KEY 127 |
| 1359 | #define EVP_R_EXPECTING_A_DH_KEY 128 | 1354 | #define EVP_R_EXPECTING_A_DH_KEY 128 |
| 1360 | #define EVP_R_EXPECTING_A_DSA_KEY 129 | 1355 | #define EVP_R_EXPECTING_A_DSA_KEY 129 |
| 1361 | #define EVP_R_EXPECTING_A_ECDSA_KEY 141 | 1356 | #define EVP_R_EXPECTING_A_ECDSA_KEY 141 |
| 1362 | #define EVP_R_EXPECTING_A_EC_KEY 142 | 1357 | #define EVP_R_EXPECTING_A_EC_KEY 142 |
| 1363 | #define EVP_R_FIPS_MODE_NOT_SUPPORTED 167 | ||
| 1364 | #define EVP_R_INITIALIZATION_ERROR 134 | 1358 | #define EVP_R_INITIALIZATION_ERROR 134 |
| 1365 | #define EVP_R_INPUT_NOT_INITIALIZED 111 | 1359 | #define EVP_R_INPUT_NOT_INITIALIZED 111 |
| 1366 | #define EVP_R_INVALID_DIGEST 152 | 1360 | #define EVP_R_INVALID_DIGEST 152 |
| 1367 | #define EVP_R_INVALID_FIPS_MODE 168 | ||
| 1368 | #define EVP_R_INVALID_KEY_LENGTH 130 | 1361 | #define EVP_R_INVALID_KEY_LENGTH 130 |
| 1369 | #define EVP_R_INVALID_OPERATION 148 | 1362 | #define EVP_R_INVALID_OPERATION 148 |
| 1370 | #define EVP_R_IV_TOO_LARGE 102 | 1363 | #define EVP_R_IV_TOO_LARGE 102 |
| @@ -1389,7 +1382,6 @@ void ERR_load_EVP_strings(void); | |||
| 1389 | #define EVP_R_TOO_LARGE 164 | 1382 | #define EVP_R_TOO_LARGE 164 |
| 1390 | #define EVP_R_UNKNOWN_CIPHER 160 | 1383 | #define EVP_R_UNKNOWN_CIPHER 160 |
| 1391 | #define EVP_R_UNKNOWN_DIGEST 161 | 1384 | #define EVP_R_UNKNOWN_DIGEST 161 |
| 1392 | #define EVP_R_UNKNOWN_OPTION 169 | ||
| 1393 | #define EVP_R_UNKNOWN_PBE_ALGORITHM 121 | 1385 | #define EVP_R_UNKNOWN_PBE_ALGORITHM 121 |
| 1394 | #define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS 135 | 1386 | #define EVP_R_UNSUPORTED_NUMBER_OF_ROUNDS 135 |
| 1395 | #define EVP_R_UNSUPPORTED_ALGORITHM 156 | 1387 | #define EVP_R_UNSUPPORTED_ALGORITHM 156 |
