Searched refs:EVP_CIPHER_mode (Results 1 – 3 of 3) sorted by relevance
127 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()
608 uint32_t EVP_CIPHER_mode(const EVP_CIPHER *cipher) { in EVP_CIPHER_mode() function
314 OPENSSL_EXPORT uint32_t EVP_CIPHER_mode(const EVP_CIPHER *cipher);