Home
last modified time | relevance | path

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

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