Searched refs:auth_decrypt (Results 1 – 9 of 9) sorted by relevance
60 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member94 .auth_decrypt = _auth_decrypt \104 .auth_decrypt = _auth_decrypt \
145 assert(crypto_lib_desc.auth_decrypt != NULL); in crypto_mod_auth_decrypt()155 return crypto_lib_desc.auth_decrypt(dec_algo, data_ptr, len, key, in crypto_mod_auth_decrypt()
307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function338 auth_decrypt);346 auth_decrypt);
160 def auth_decrypt(self, A, C, seq_num=None, add_length=True): member in _AEADCipher328 def auth_decrypt(self, A, C, seq_num): member in _AEADCipher_TLS13
206 p.fragment = alg.auth_decrypt(A, c.fragment)
116 return rcs.cipher.auth_decrypt(b"", s, read_seq_num)
315 return self.tls_session.rcs.cipher.auth_decrypt(add_data, s,
506 = Crypto - AES cipher in GCM mode, auth_encrypt() and auth_decrypt() checks576 tmp1 = c.auth_decrypt(t.a, ne + t.ct, add_length=False) == tup584 tmp1 = c.auth_decrypt(t.a, ne + t.ct, add_length=False) == tup642 tmp1 = c.auth_decrypt(t.a, ne + t.ct, add_length=False) == tup716 tmp1 = c.auth_decrypt(t.a, t.ct + t.tag, b"\0"*8) == (t.p, t.tag)
950 int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr,