Home
last modified time | relevance | path

Searched refs:EVP_CIPH_GCM_MODE (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc176 bool is_aead = EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE; in TestOperation()
326 if (EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE) { in TestCipher()
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc176 bool is_aead = EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE; in TestOperation()
326 if (EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE) { in TestCipher()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dcipher.h346 #define EVP_CIPH_GCM_MODE 0x6 macro
/external/boringssl/src/include/openssl/
Dcipher.h346 #define EVP_CIPH_GCM_MODE 0x6 macro
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c635 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
703 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
771 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c637 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
705 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
773 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | EVP_CIPH_CUSTOM_COPY | in DEFINE_LOCAL_DATA()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c4168 if (EVP_CIPHER_mode(c) == EVP_CIPH_GCM_MODE || in openssl_get_keyblock_size()