Home
last modified time | relevance | path

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

/external/boringssl/src/fipstools/
Dcavp_test_util.h44 bool AEADDecrypt(const EVP_AEAD *aead, std::vector<uint8_t> *pt, size_t pt_len,
Dcavp_aes_gcm_test.cc118 AEADDecrypt(ctx->aead, &pt, pt_len, key, aad, ct, tag, iv); in TestAEADDecrypt()
Dcavp_test_util.cc136 bool AEADDecrypt(const EVP_AEAD *aead, std::vector<uint8_t> *pt, size_t pt_len, in AEADDecrypt() function