Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dcipher.h426 #define EVP_CTRL_COPY 0x8 macro
/external/boringssl/src/decrepit/xts/
Dxts.c225 if (type == EVP_CTRL_COPY) { in aes_xts_ctrl()
/external/boringssl/src/crypto/cipher/
Dcipher.c141 return in->cipher->ctrl((EVP_CIPHER_CTX *)in, EVP_CTRL_COPY, 0, out); in EVP_CIPHER_CTX_copy()
De_aes.c615 case EVP_CTRL_COPY: { in aes_gcm_ctrl()