/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_hw.c | 28 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 36 if (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 46 if (BSAES_CAPABLE && dat->mode == EVP_CIPH_CBC_MODE) { in cipher_hw_aes_initkey() 56 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 63 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 73 if (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 101 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 108 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey()
|
H A D | cipher_camellia_hw.c | 33 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) { in cipher_hw_camellia_initkey() 35 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey() 39 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey()
|
H A D | cipher_aria_hw.c | 20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
|
H A D | cipher_sm4_hw.c | 22 && ctx->mode != EVP_CIPH_CBC_MODE)) in cipher_hw_sm4_initkey()
|
H A D | cipher_tdes_common.c | 81 && (ctx->mode == EVP_CIPH_CBC_MODE in tdes_init()
|
H A D | cipher_tdes_hw.c | 32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede3_initkey()
|
H A D | cipher_tdes_default_hw.c | 32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede2_initkey()
|
H A D | cipher_aes_cbc_hmac_sha.c | 315 EVP_CIPH_CBC_MODE, flags, in base_init() 400 return ossl_cipher_generic_get_params(params, EVP_CIPH_CBC_MODE, \
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_hw.c | 28 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 36 if (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 46 if (BSAES_CAPABLE && dat->mode == EVP_CIPH_CBC_MODE) { in cipher_hw_aes_initkey() 56 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 63 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 73 if (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 101 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey() 108 dat->stream.cbc = (dat->mode == EVP_CIPH_CBC_MODE) in cipher_hw_aes_initkey()
|
H A D | cipher_camellia_hw.c | 33 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) { in cipher_hw_camellia_initkey() 35 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey() 39 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cipher_hw_camellia_initkey()
|
H A D | cipher_sm4_hw.c | 22 && ctx->mode != EVP_CIPH_CBC_MODE)) in cipher_hw_sm4_initkey()
|
H A D | cipher_aria_hw.c | 20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
|
H A D | cipher_tdes_common.c | 81 && (ctx->mode == EVP_CIPH_CBC_MODE in tdes_init()
|
H A D | cipher_tdes_hw.c | 32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede3_initkey()
|
H A D | cipher_tdes_default_hw.c | 32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede2_initkey()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_camellia.c | 63 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in cmll_t4_init_key() 69 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cmll_t4_init_key() 74 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cmll_t4_init_key() 85 if (mode == EVP_CIPH_CBC_MODE) in cmll_t4_init_key() 94 if (mode == EVP_CIPH_CBC_MODE) in cmll_t4_init_key() 206 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in camellia_init_key() 209 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in camellia_init_key() 213 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in camellia_init_key()
|
H A D | e_rc2.c | 55 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT, 70 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
|
H A D | e_xcbc_d.c | 43 EVP_CIPH_CBC_MODE,
|
H A D | e_aes.c | 151 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aesni_init_key() 157 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aesni_init_key() 164 if (mode == EVP_CIPH_CBC_MODE) in aesni_init_key() 455 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() 462 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aes_t4_init_key() 466 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aes_t4_init_key() 470 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aes_t4_init_key() 482 if (mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() 490 if (mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() 498 if (mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() [all...] |
/third_party/openssl/crypto/evp/ |
H A D | e_camellia.c | 63 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in cmll_t4_init_key() 69 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cmll_t4_init_key() 74 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in cmll_t4_init_key() 85 if (mode == EVP_CIPH_CBC_MODE) in cmll_t4_init_key() 94 if (mode == EVP_CIPH_CBC_MODE) in cmll_t4_init_key() 206 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in camellia_init_key() 209 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in camellia_init_key() 213 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in camellia_init_key()
|
H A D | e_rc2.c | 55 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT, 70 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
|
H A D | e_xcbc_d.c | 43 EVP_CIPH_CBC_MODE,
|
H A D | e_aes.c | 151 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aesni_init_key() 157 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aesni_init_key() 164 if (mode == EVP_CIPH_CBC_MODE) in aesni_init_key() 455 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() 462 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aes_t4_init_key() 466 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aes_t4_init_key() 470 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? in aes_t4_init_key() 482 if (mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() 490 if (mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() 498 if (mode == EVP_CIPH_CBC_MODE) in aes_t4_init_key() [all...] |
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_devcrypto.c | 124 { NID_des_cbc, 8, 8, 8, EVP_CIPH_CBC_MODE, CRYPTO_DES_CBC }, 125 { NID_des_ede3_cbc, 8, 24, 8, EVP_CIPH_CBC_MODE, CRYPTO_3DES_CBC }, 128 { NID_bf_cbc, 8, 16, 8, EVP_CIPH_CBC_MODE, CRYPTO_BLF_CBC }, 131 { NID_cast5_cbc, 8, 16, 8, EVP_CIPH_CBC_MODE, CRYPTO_CAST_CBC }, 133 { NID_aes_128_cbc, 16, 128 / 8, 16, EVP_CIPH_CBC_MODE, CRYPTO_AES_CBC }, 134 { NID_aes_192_cbc, 16, 192 / 8, 16, EVP_CIPH_CBC_MODE, CRYPTO_AES_CBC }, 135 { NID_aes_256_cbc, 16, 256 / 8, 16, EVP_CIPH_CBC_MODE, CRYPTO_AES_CBC }, 159 { NID_camellia_128_cbc, 16, 128 / 8, 16, EVP_CIPH_CBC_MODE, 161 { NID_camellia_192_cbc, 16, 192 / 8, 16, EVP_CIPH_CBC_MODE, 163 { NID_camellia_256_cbc, 16, 256 / 8, 16, EVP_CIPH_CBC_MODE, [all...] |
/third_party/openssl/engines/ |
H A D | e_devcrypto.c | 124 { NID_des_cbc, 8, 8, 8, EVP_CIPH_CBC_MODE, CRYPTO_DES_CBC }, 125 { NID_des_ede3_cbc, 8, 24, 8, EVP_CIPH_CBC_MODE, CRYPTO_3DES_CBC }, 128 { NID_bf_cbc, 8, 16, 8, EVP_CIPH_CBC_MODE, CRYPTO_BLF_CBC }, 131 { NID_cast5_cbc, 8, 16, 8, EVP_CIPH_CBC_MODE, CRYPTO_CAST_CBC }, 133 { NID_aes_128_cbc, 16, 128 / 8, 16, EVP_CIPH_CBC_MODE, CRYPTO_AES_CBC }, 134 { NID_aes_192_cbc, 16, 192 / 8, 16, EVP_CIPH_CBC_MODE, CRYPTO_AES_CBC }, 135 { NID_aes_256_cbc, 16, 256 / 8, 16, EVP_CIPH_CBC_MODE, CRYPTO_AES_CBC }, 159 { NID_camellia_128_cbc, 16, 128 / 8, 16, EVP_CIPH_CBC_MODE, 161 { NID_camellia_192_cbc, 16, 192 / 8, 16, EVP_CIPH_CBC_MODE, 163 { NID_camellia_256_cbc, 16, 256 / 8, 16, EVP_CIPH_CBC_MODE, [all...] |