Searched defs:AESCTR (Results 1 – 4 of 4) sorted by relevance
34 type AESCTR struct { struct35 Key []byte36 IVSize int57 func (a *AESCTR) Encrypt(plaintext []byte) ([]byte, error) {77 func (a *AESCTR) Decrypt(ciphertext []byte) ([]byte, error) {94 func (a *AESCTR) newIV() []byte {
2168 TEST(ServiceIndicatorTest, AESCTR) { in TEST() argument
2170 TEST(ServiceIndicatorTest, AESCTR) { in TEST() argument