/third_party/openssl/providers/implementations/ciphers/ |
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()
|
D | cipher_aes_hw_t4.inc | 25 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE) 32 dat->stream.cbc = dat->mode == EVP_CIPH_CBC_MODE ? 36 dat->stream.cbc = dat->mode == EVP_CIPH_CBC_MODE ? 40 dat->stream.cbc = dat->mode == EVP_CIPH_CBC_MODE ? 52 if (dat->mode == EVP_CIPH_CBC_MODE) 60 if (dat->mode == EVP_CIPH_CBC_MODE) 68 if (dat->mode == EVP_CIPH_CBC_MODE)
|
D | cipher_camellia_hw_t4.inc | 28 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) { 32 if (mode == EVP_CIPH_CBC_MODE) 41 if (mode == EVP_CIPH_CBC_MODE) 56 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? 61 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
|
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()
|
D | cipher_aes_hw_aesni.inc | 30 if ((dat->mode == EVP_CIPH_ECB_MODE || dat->mode == EVP_CIPH_CBC_MODE) 34 dat->stream.cbc = dat->mode == EVP_CIPH_CBC_MODE ? 39 if (dat->mode == EVP_CIPH_CBC_MODE)
|
D | cipher_sm4_hw.c | 22 && ctx->mode != EVP_CIPH_CBC_MODE)) in cipher_hw_sm4_initkey()
|
D | cipher_aria_hw.c | 20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
|
D | cipher_tdes_hw.c | 32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede3_initkey()
|
D | cipher_aes_cbc_hmac_sha.c | 315 EVP_CIPH_CBC_MODE, flags, in base_init() 383 return ossl_cipher_generic_get_params(params, EVP_CIPH_CBC_MODE, \
|
D | cipher_tdes_common.c | 81 && (ctx->mode == EVP_CIPH_CBC_MODE in tdes_init()
|
D | cipher_tdes_default_hw.c | 32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede2_initkey()
|
D | cipher_des_hw.c | 29 if (ctx->mode == EVP_CIPH_CBC_MODE) { in cipher_hw_des_initkey()
|
/third_party/openssl/crypto/evp/ |
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()
|
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,
|
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 …]
|
D | e_xcbc_d.c | 43 EVP_CIPH_CBC_MODE,
|
D | e_des3.c | 235 if (mode == EVP_CIPH_CBC_MODE) { in des_ede_init_key() 262 if (mode == EVP_CIPH_CBC_MODE) { in des_ede3_init_key()
|
D | e_des.c | 220 if (mode == EVP_CIPH_CBC_MODE) { in des_init_key()
|
D | e_aes_cbc_hmac_sha1.c | 915 EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 | 935 EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 |
|
D | e_aes_cbc_hmac_sha256.c | 899 EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 | 919 EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 |
|
/third_party/openssl/engines/ |
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 …]
|
D | e_ossltest.c | 291 | EVP_CIPH_CBC_MODE) in ossltest_aes_128_cbc() 345 EVP_CIPH_CBC_MODE | EVP_CIPH_FLAG_DEFAULT_ASN1 | in ossltest_aes_128_cbc_hmac_sha1()
|
D | e_dasync.c | 270 | EVP_CIPH_CBC_MODE in bind_dasync() 294 EVP_CIPH_CBC_MODE in bind_dasync()
|
D | e_padlock.c | 644 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) in padlock_aes_init_key()
|
/third_party/openssl/ssl/record/ |
D | ssl3_record.c | 996 && EVP_CIPHER_get_mode(enc) == EVP_CIPH_CBC_MODE) in tls1_enc() 1323 && EVP_CIPHER_CTX_get_mode(ssl->enc_read_ctx) == EVP_CIPH_CBC_MODE in n_ssl3_mac() 1458 && EVP_CIPHER_CTX_get_mode(ssl->enc_read_ctx) == EVP_CIPH_CBC_MODE in tls1_mac()
|