Searched defs:aad (Results 1 – 7 of 7) sorted by relevance
158 @Nullable byte[] aad) { in hpkeEncrypt()303 @Nullable byte[] aad) { in hpkeCtxSeal()335 private native byte[] hpkeCtxSeal(long ctx, @Nullable byte[] plaintText, @Nullable byte[] aad); in hpkeCtxSeal()
96 @Nullable byte[] aad); in hpkeEncrypt()
99 let aad = &[]; in build_signed_data() localVariable173 let aad = &[]; in csr_and_private_key_have_correct_format() localVariable
59 let aad = &[]; in request_attestation() localVariable
304 let aad = &[]; // AAD is not used in DICE chain entry. in validate_cose_signature_and_extract_payload() localVariable
359 const uint8_t *aad = nullptr; in Java_com_android_adservices_ohttp_OhttpJniWrapper_hpkeCtxSeal() local
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...