Searched defs:aad (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/cppcose/ |
D | cppcose.cpp | 33 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/ |
D | block_cipher_operation.cpp | 295 keymaster_blob_t aad; in HandleAad() local 354 void BlockCipherEvpOperation::FillBufferedAadBlock(keymaster_blob_t* aad) { in FillBufferedAadBlock()
|