/external/wpa_supplicant_8/src/crypto/ |
aes-internal-dec.c | 150 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto_gnutls.c | 140 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto_nss.c | 160 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto_cryptoapi.c | 323 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto_libtomcrypt.c | 128 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
crypto_openssl.c | 283 void aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) function
|
/external/srtp/crypto/cipher/ |
aes.c | 1934 aes_decrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { function [all...] |
/external/bluetooth/bluedroid/stack/smp/ |
aes.c | 612 return_type aes_decrypt( const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], const aes_context ctx[1] ) function 648 if(aes_decrypt(in, out, ctx) != EXIT_SUCCESS)
|