Home
last modified time | relevance | path

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

/external/tink/go/aead/subtle/
Daes_ctr.go34 type AESCTR struct { struct
35 Key []byte
36 IVSize int
57 func (a *AESCTR) Encrypt(plaintext []byte) ([]byte, error) {
77 func (a *AESCTR) Decrypt(ciphertext []byte) ([]byte, error) {
94 func (a *AESCTR) newIV() []byte {
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/service_indicator/
Dservice_indicator_test.cc2168 TEST(ServiceIndicatorTest, AESCTR) { in TEST() argument
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/service_indicator/
Dservice_indicator_test.cc2168 TEST(ServiceIndicatorTest, AESCTR) { in TEST() argument
/external/boringssl/src/crypto/fipsmodule/service_indicator/
Dservice_indicator_test.cc2170 TEST(ServiceIndicatorTest, AESCTR) { in TEST() argument