Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/decrepit/xts/
Dxts.c205 if (type == EVP_CTRL_COPY) { in aes_xts_ctrl()
/external/boringssl/src/decrepit/xts/
Dxts.c205 if (type == EVP_CTRL_COPY) { in aes_xts_ctrl()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dcipher.h472 #define EVP_CTRL_COPY 0x8 macro
/external/boringssl/src/include/openssl/
Dcipher.h493 #define EVP_CTRL_COPY 0x8 macro
/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c119 if (!in->cipher->ctrl((EVP_CIPHER_CTX *)in, EVP_CTRL_COPY, 0, out)) { in EVP_CIPHER_CTX_copy()
De_aes.c497 case EVP_CTRL_COPY: { in aes_gcm_ctrl()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c119 if (!in->cipher->ctrl((EVP_CIPHER_CTX *)in, EVP_CTRL_COPY, 0, out)) { in EVP_CIPHER_CTX_copy()
De_aes.c495 case EVP_CTRL_COPY: { in aes_gcm_ctrl()