Home
last modified time | relevance | path

Searched defs:WriteWithAssociatedData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tink/go/keyset/
H A Dhandle.go159 func (h *Handle) WriteWithAssociatedData(writer Writer, masterKey tink.AEAD, associatedData []byte)… func
/aosp_15_r20/external/tink/cc/core/
H A Dkeyset_handle.cc318 util::Status KeysetHandle::WriteWithAssociatedData( in WriteWithAssociatedData() function in crypto::tink::KeysetHandle