Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher/
Dcipher_test.cc128 bool is_aead = EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE; in TestOperation() local
136 if (is_aead) { in TestOperation()
146 if (is_aead && !encrypt && in TestOperation()
200 if (encrypt && is_aead) { in TestOperation()