Home
last modified time | relevance | path

Searched defs:aes_decrypt (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-internal-dec.c150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_nss.c160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_gnutls.c140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_libtomcrypt.c128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_cryptoapi.c323 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
Dcrypto_openssl.c283 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
/external/srtp/crypto/cipher/
Daes.c1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_decrypt() function
/external/bluetooth/bluedroid/stack/smp/
Daes.c612 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_con… function