Home
last modified time | relevance | path

Searched defs:NewEncryptingWriter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/go/tink/
H A Dstreamingaead.go39 NewEncryptingWriter(w io.Writer, associatedData []byte) (io.WriteCloser, error) methodSpec
/aosp_15_r20/external/tink/go/streamingaead/
H A Dstreamingaead_factory.go66 func (s *wrappedStreamingAEAD) NewEncryptingWriter(w io.Writer, aad []byte) (io.WriteCloser, error)… func
/aosp_15_r20/external/tink/go/streamingaead/subtle/
H A Daes_gcm_hkdf.go146 func (a *AESGCMHKDF) NewEncryptingWriter(w io.Writer, aad []byte) (io.WriteCloser, error) { func
H A Daes_ctr_hmac.go176 func (a *AESCTRHMAC) NewEncryptingWriter(w io.Writer, aad []byte) (io.WriteCloser, error) { func