Searched defs:aes_encrypt (Results 1 – 12 of 12) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-internal-enc.c | 115 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_nss.c | 144 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_gnutls.c | 110 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_cryptoapi.c | 291 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_libtomcrypt.c | 99 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_openssl.c | 229 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | crypto_gnutls.c | 122 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_openssl.c | 174 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_cryptoapi.c | 300 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | aes.c | 1086 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_libtomcrypt.c | 104 void aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
/external/srtp/crypto/cipher/ |
D | aes.c | 1913 aes_encrypt(v128_t *plaintext, const aes_expanded_key_t exp_key) { in aes_encrypt() function
|