Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc130 bool is_aead = EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE; in TestOperation() local
136 if (is_aead) { in TestOperation()
143 if (is_aead && !encrypt) { in TestOperation()
184 if (encrypt && is_aead) { in TestOperation()