Home
last modified time | relevance | path

Searched defs:aad (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/cppcose/
Dcppcose.cpp33 const bytevec& aad, in aesGcmInitAndProcessAad()
138 const bytevec& payload, const bytevec& aad) { in createCoseSign1Signature()
156 const bytevec& payload, const bytevec& aad) { in constructCoseSign1()
169 const bytevec& aad) { in constructCoseSign1()
174 const bytevec& signingCoseKey, const bytevec& aad) { in verifyAndParseCoseSign1()
224 const bytevec& plaintextPayload, const bytevec& aad) { in createCoseEncryptCiphertext()
238 const bytevec& plaintextPayload, const bytevec& aad, in constructCoseEncrypt()
361 auto aad = cppbor::Array() // Enc strucure as AAD in decryptCoseEncrypt() local
409 ErrMsgOr<bytevec> aesGcmEncrypt(const bytevec& key, const bytevec& nonce, const bytevec& aad, in aesGcmEncrypt()
435 ErrMsgOr<bytevec> aesGcmDecrypt(const bytevec& key, const bytevec& nonce, const bytevec& aad, in aesGcmDecrypt()
/system/keymaster/km_openssl/
Dblock_cipher_operation.cpp295 keymaster_blob_t aad; in HandleAad() local
354 void BlockCipherEvpOperation::FillBufferedAadBlock(keymaster_blob_t* aad) { in FillBufferedAadBlock()