Home
last modified time | relevance | path

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

/system/ulib/crypto/include/crypto/
A Daead.h64 zx_status_t Seal(const Bytes& ptext, const Bytes& aad, uint64_t* out_nonce, Bytes* out_ctext) { in Seal()
75 zx_status_t Open(uint64_t nonce, const Bytes& ctext, const Bytes& aad, Bytes* out_ptext) { in Open()
/system/ulib/crypto/
A Daead.cpp117 zx_status_t AEAD::Seal(const Bytes& ptext, const uint8_t* aad, size_t aad_len, uint64_t* out_nonce, in Seal()
163 zx_status_t AEAD::Open(uint64_t nonce, const Bytes& ctext, const uint8_t* aad, size_t aad_len, Byte… in Open()
/system/utest/crypto/
A Daead.cpp237 Bytes ptext, aad, iv, ctext, tag, result; in DEFINE_EACH() local
478 Bytes ptext, aad, iv, ctext, tag, result; in TestAes128GcmSiv_TC() local

Completed in 5 milliseconds