Home
last modified time | relevance | path

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

/external/tink/go/streamingaead/subtle/noncebased/
Dnoncebased_test.go201 func (d testDecrypter) DecryptSegment(segment, nonce []byte) ([]byte, error) { func
Dnoncebased.go203 DecryptSegment(segment, nonce []byte) ([]byte, error) methodSpec
/external/tink/cc/subtle/
Daes_gcm_hkdf_stream_segment_decrypter.cc166 util::Status AesGcmHkdfStreamSegmentDecrypter::DecryptSegment( in DecryptSegment() function in crypto::tink::subtle::AesGcmHkdfStreamSegmentDecrypter
Dtest_util.h188 util::Status DecryptSegment( in DecryptSegment() function
Daes_ctr_hmac_streaming.cc307 util::Status AesCtrHmacStreamSegmentDecrypter::DecryptSegment( in DecryptSegment() function in crypto::tink::subtle::AesCtrHmacStreamSegmentDecrypter
/external/tink/go/streamingaead/subtle/
Daes_gcm_hkdf.go188 func (d aesGCMHKDFSegmentDecrypter) DecryptSegment(segment, nonce []byte) ([]byte, error) { func
Daes_ctr_hmac.go228 func (d aesCTRHMACSegmentDecrypter) DecryptSegment(segment, nonce []byte) ([]byte, error) { func