Lines Matching defs:aad
41 const bytevec& aad, in aesGcmInitAndProcessAad()
305 const bytevec& payload, const bytevec& aad) { in createECDSACoseSign1Signature()
319 const bytevec& payload, const bytevec& aad) { in createCoseSign1Signature()
337 const bytevec& payload, const bytevec& aad) { in constructECDSACoseSign1()
350 const bytevec& payload, const bytevec& aad) { in constructCoseSign1()
363 const bytevec& aad) { in constructCoseSign1()
368 const bytevec& signingCoseKey, const bytevec& aad) { in verifyAndParseCoseSign1()
459 const bytevec& plaintextPayload, const bytevec& aad) { in createCoseEncryptCiphertext()
473 const bytevec& plaintextPayload, const bytevec& aad, in constructCoseEncrypt()
615 auto aad = cppbor::Array() // Enc strucure as AAD in decryptCoseEncrypt() local
703 ErrMsgOr<bytevec> aesGcmEncrypt(const bytevec& key, const bytevec& nonce, const bytevec& aad, in aesGcmEncrypt()
729 ErrMsgOr<bytevec> aesGcmDecrypt(const bytevec& key, const bytevec& nonce, const bytevec& aad, in aesGcmDecrypt()