Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc168 bool is_aead = EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE; in TestOperation()
226 if (EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE) { in TestCipher()
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c593 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | in DEFINE_LOCAL_DATA()
661 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | in DEFINE_LOCAL_DATA()
729 out->flags = EVP_CIPH_GCM_MODE | EVP_CIPH_CUSTOM_IV | in DEFINE_LOCAL_DATA()
/external/boringssl/src/include/openssl/
Dcipher.h346 #define EVP_CIPH_GCM_MODE 0x6 macro