Searched refs:EVP_CIPH_CBC_MODE (Results 1 – 18 of 18) sorted by relevance
/external/boringssl/src/crypto/cipher_extra/ |
D | e_tls.c | 109 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) != EVP_CIPH_CBC_MODE) { in aead_tls_tag_len() 178 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE && in aead_tls_seal_scatter() 219 assert(EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE); in aead_tls_seal_scatter() 283 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE && in aead_tls_open() 308 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE) { in aead_tls_open() 343 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE && in aead_tls_open() 358 assert(EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) != EVP_CIPH_CBC_MODE); in aead_tls_open()
|
D | e_rc2.c | 434 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT, 452 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | e_tls.c | 109 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) != EVP_CIPH_CBC_MODE) { in aead_tls_tag_len() 178 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE && in aead_tls_seal_scatter() 219 assert(EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE); in aead_tls_seal_scatter() 283 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE && in aead_tls_open() 308 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE) { in aead_tls_open() 343 if (EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) == EVP_CIPH_CBC_MODE && in aead_tls_open() 358 assert(EVP_CIPHER_CTX_mode(&tls_ctx->cipher_ctx) != EVP_CIPH_CBC_MODE); in aead_tls_open()
|
D | e_rc2.c | 434 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT, 452 EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | EVP_CIPH_CTRL_INIT,
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_des.c | 98 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_METHOD_FUNCTION() 166 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_METHOD_FUNCTION() 190 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_METHOD_FUNCTION()
|
D | e_aes.c | 146 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) && !enc) { in aes_init_key() 151 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 154 } else if (bsaes_capable() && mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 168 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 176 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 184 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 194 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 210 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 584 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_LOCAL_DATA() 652 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_LOCAL_DATA() [all …]
|
D | cipher.c | 197 case EVP_CIPH_CBC_MODE: in EVP_CipherInit_ex()
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_des.c | 98 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_METHOD_FUNCTION() 166 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_METHOD_FUNCTION() 190 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_METHOD_FUNCTION()
|
D | e_aes.c | 148 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) && !enc) { in aes_init_key() 153 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 156 } else if (bsaes_capable() && mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 170 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 178 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 186 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 196 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 212 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key() 586 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_LOCAL_DATA() 654 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_LOCAL_DATA() [all …]
|
D | cipher.c | 197 case EVP_CIPH_CBC_MODE: in EVP_CipherInit_ex()
|
/external/openssh/ |
D | cipher-ctr.c | 140 aes_ctr.flags = EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | in evp_aes_128_ctr()
|
D | cipher-aes.c | 156 rijndal_cbc.flags = EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | in evp_rijndael()
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | cipher.h | 342 #define EVP_CIPH_CBC_MODE 0x2 macro
|
/external/boringssl/src/include/openssl/ |
D | cipher.h | 342 #define EVP_CIPH_CBC_MODE 0x2 macro
|
/external/rust/crates/quiche/deps/boringssl/src/decrepit/blowfish/ |
D | blowfish.c | 607 sizeof(BF_KEY), EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH,
|
/external/boringssl/src/decrepit/blowfish/ |
D | blowfish.c | 607 sizeof(BF_KEY), EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH,
|
/external/rust/crates/quiche/deps/boringssl/src/decrepit/cast/ |
D | cast.c | 456 sizeof(CAST_KEY), EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH,
|
/external/boringssl/src/decrepit/cast/ |
D | cast.c | 456 sizeof(CAST_KEY), EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH,
|