Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/go/streamingaead/subtle/
H A Daes_ctr_hmac.go221 type aesCTRHMACSegmentDecrypter struct { struct
222 noncebased.SegmentDecrypter
223 blockCipher cipher.Block
224 hmac *subtlemac.HMAC
225 tagSizeInBytes int
228 func (d aesCTRHMACSegmentDecrypter) DecryptSegment(segment, nonce []byte) ([]byte, error) {