Home
last modified time | relevance | path

Searched refs:EVP_CIPH_CUSTOM_COPY (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/decrepit/xts/
Dxts.c234 EVP_CIPH_CTRL_INIT | EVP_CIPH_CUSTOM_COPY,
/external/boringssl/src/include/openssl/
Dcipher.h381 #define EVP_CIPH_CUSTOM_COPY 0x1000 macro
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c639 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
707 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
775 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
Dcipher.c118 if (in->cipher->flags & EVP_CIPH_CUSTOM_COPY) { in EVP_CIPHER_CTX_copy()