Home
last modified time | relevance | path

Searched refs:EVP_CIPH_CBC_MODE (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/crypto/cipher_extra/
De_tls.c109 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()
De_rc2.c434 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/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c104 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) && !enc) { in aes_init_key()
109 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key()
112 } else if (bsaes_capable() && mode == EVP_CIPH_CBC_MODE) { in aes_init_key()
120 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ? vpaes_cbc_encrypt : NULL; in aes_init_key()
126 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key()
135 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key()
149 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key()
162 if (mode == EVP_CIPH_CBC_MODE) { in aes_init_key()
542 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_LOCAL_DATA()
610 out->flags = EVP_CIPH_CBC_MODE; in DEFINE_LOCAL_DATA()
[all …]
De_des.c98 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()
Dcipher.c196 case EVP_CIPH_CBC_MODE: in EVP_CipherInit_ex()
/external/openssh/
Dcipher-ctr.c140 aes_ctr.flags = EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | in evp_aes_128_ctr()
Dcipher-3des1.c155 ssh1_3des.flags = EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH; in evp_ssh1_3des()
Dcipher-aes.c156 rijndal_cbc.flags = EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH | in evp_rijndael()
/external/boringssl/src/include/openssl/
Dcipher.h342 #define EVP_CIPH_CBC_MODE 0x2 macro
/external/boringssl/src/decrepit/blowfish/
Dblowfish.c607 sizeof(BF_KEY), EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH,
/external/boringssl/src/decrepit/cast/
Dcast.c456 sizeof(CAST_KEY), EVP_CIPH_CBC_MODE | EVP_CIPH_VARIABLE_LENGTH,