Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
Dcipher_test.cc127 bool is_aead = EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE; in TestOperation()
241 if (EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE) { in TestCipher()
Dcipher.c608 uint32_t EVP_CIPHER_mode(const EVP_CIPHER *cipher) { in EVP_CIPHER_mode() function
/external/boringssl/src/include/openssl/
Dcipher.h314 OPENSSL_EXPORT uint32_t EVP_CIPHER_mode(const EVP_CIPHER *cipher);