Searched defs:aes_decrypt (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-internal-dec.c | 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_nss.c | 160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_gnutls.c | 140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_libtomcrypt.c | 128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_cryptoapi.c | 323 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
D | crypto_openssl.c | 283 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() function
|
/external/srtp/crypto/cipher/ |
D | aes.c | 1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_decrypt() function
|
/external/bluetooth/bluedroid/stack/smp/ |
D | aes.c | 612 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_con… function
|