Searched refs:is_aead (Results 1 – 1 of 1) sorted by relevance
130 bool is_aead = EVP_CIPHER_mode(cipher) == EVP_CIPH_GCM_MODE; in TestOperation() local136 if (is_aead) { in TestOperation()143 if (is_aead && !encrypt) { in TestOperation()184 if (encrypt && is_aead) { in TestOperation()