Searched defs:ctext (Results 1 – 5 of 5) sorted by relevance
| /system/ulib/crypto/include/crypto/ |
| A D | aead.h | 72 zx_status_t Open(uint64_t nonce, const Bytes& ctext, Bytes* out_ptext) { in Open() 75 zx_status_t Open(uint64_t nonce, const Bytes& ctext, const Bytes& aad, Bytes* out_ptext) { in Open()
|
| /system/utest/crypto/ |
| A D | cipher.cpp | 134 uint8_t ctext[len]; in DEFINE_EACH() local 169 uint8_t ctext[len]; in DEFINE_EACH() local 207 uint8_t ctext[len]; in DEFINE_EACH() local 272 uint8_t ctext[len]; in DEFINE_EACH() local 337 Bytes iv, ctext, ptext; in DEFINE_EACH() local
|
| A D | aead.cpp | 142 Bytes iv, ptext, ctext; in DEFINE_EACH() local 173 Bytes iv, ptext, ctext, result; in DEFINE_EACH() local 237 Bytes ptext, aad, iv, ctext, tag, result; in DEFINE_EACH() local 478 Bytes ptext, aad, iv, ctext, tag, result; in TestAes128GcmSiv_TC() local
|
| /system/ulib/crypto/ |
| A D | aead.cpp | 163 zx_status_t AEAD::Open(uint64_t nonce, const Bytes& ctext, const uint8_t* aad, size_t aad_len, Byte… in Open()
|
| /system/ulib/zxcrypt/ |
| A D | volume.cpp | 621 crypto::Bytes ptext, ctext; in SealBlock() local 670 crypto::Bytes ctext, ptext; in UnsealBlock() local
|
Completed in 10 milliseconds