Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dcipher.h377 #define EVP_CIPH_CUSTOM_COPY 0x1000 macro
/external/boringssl/src/decrepit/xts/
Dxts.c254 EVP_CIPH_CTRL_INIT | EVP_CIPH_CUSTOM_COPY,
/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c118 if (in->cipher->flags & EVP_CIPH_CUSTOM_COPY) { in EVP_CIPHER_CTX_copy()
De_aes.c1090 EVP_CIPH_CTRL_INIT | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()