Home
last modified time | relevance | path

Searched refs:EVP_CIPH_CBC_MODE (Results 1 - 25 of 66) sorted by relevance

123

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw.c28 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 Dcipher_camellia_hw.c33 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 Dcipher_aria_hw.c20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
H A Dcipher_sm4_hw.c22 && ctx->mode != EVP_CIPH_CBC_MODE)) in cipher_hw_sm4_initkey()
H A Dcipher_tdes_common.c81 && (ctx->mode == EVP_CIPH_CBC_MODE in tdes_init()
H A Dcipher_tdes_hw.c32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede3_initkey()
H A Dcipher_tdes_default_hw.c32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede2_initkey()
H A Dcipher_aes_cbc_hmac_sha.c315 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 Dcipher_aes_hw.c28 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 Dcipher_camellia_hw.c33 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 Dcipher_sm4_hw.c22 && ctx->mode != EVP_CIPH_CBC_MODE)) in cipher_hw_sm4_initkey()
H A Dcipher_aria_hw.c20 if (dat->enc || (mode != EVP_CIPH_ECB_MODE && mode != EVP_CIPH_CBC_MODE)) in cipher_hw_aria_initkey()
H A Dcipher_tdes_common.c81 && (ctx->mode == EVP_CIPH_CBC_MODE in tdes_init()
H A Dcipher_tdes_hw.c32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede3_initkey()
H A Dcipher_tdes_default_hw.c32 if (ctx->mode == EVP_CIPH_CBC_MODE) { in ossl_cipher_hw_tdes_ede2_initkey()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_camellia.c63 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 De_rc2.c55 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 De_xcbc_d.c43 EVP_CIPH_CBC_MODE,
H A De_aes.c151 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 De_camellia.c63 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 De_rc2.c55 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 De_xcbc_d.c43 EVP_CIPH_CBC_MODE,
H A De_aes.c151 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 De_devcrypto.c124 { 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 De_devcrypto.c124 { 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...]

Completed in 15 milliseconds

123