Searched defs:aesCTRHMACSegmentDecrypter (Results 1 – 1 of 1) sorted by relevance
221 type aesCTRHMACSegmentDecrypter struct { struct222 noncebased.SegmentDecrypter223 blockCipher cipher.Block224 hmac *subtlemac.HMAC225 tagSizeInBytes int228 func (d aesCTRHMACSegmentDecrypter) DecryptSegment(segment, nonce []byte) ([]byte, error) {