Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp31 ErrMsgOr<bssl::UniquePtr<EVP_CIPHER_CTX>> aesGcmInitAndProcessAad(const bytevec& key, in aesGcmInitAndProcessAad() function
411 auto ctx = aesGcmInitAndProcessAad(key, nonce, aad, true /* encrypt */); in aesGcmEncrypt()
437 auto ctx = aesGcmInitAndProcessAad(key, nonce, aad, false /* encrypt */); in aesGcmDecrypt()