Searched refs:aesGcmInitAndProcessAad (Results 1 – 1 of 1) sorted by relevance
31 ErrMsgOr<bssl::UniquePtr<EVP_CIPHER_CTX>> aesGcmInitAndProcessAad(const bytevec& key, in aesGcmInitAndProcessAad() function411 auto ctx = aesGcmInitAndProcessAad(key, nonce, aad, true /* encrypt */); in aesGcmEncrypt()437 auto ctx = aesGcmInitAndProcessAad(key, nonce, aad, false /* encrypt */); in aesGcmDecrypt()