Home
last modified time | relevance | path

Searched defs:auth_decrypt (Results 1 – 6 of 6) sorted by relevance

/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py164 def auth_decrypt(self, A, C, seq_num=None, add_length=True): member in _AEADCipher
336 def auth_decrypt(self, A, C, seq_num): member in _AEADCipher_TLS13
/external/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h60 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member
/external/trusty/arm-trusted-firmware/include/drivers/auth/
Dcrypto_mod.h77 int (*auth_decrypt)(enum crypto_dec_algo dec_algo, void *data_ptr, member
/external/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_crypto.c307 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function
/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_crypto.c389 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function
Dmbedtls_psa_crypto.c496 static int auth_decrypt(enum crypto_dec_algo dec_algo, void *data_ptr, in auth_decrypt() function