Searched defs:aes_encrypt (Results 1 – 7 of 7) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-internal-enc.c | 115 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_gnutls.c | 111 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_linux.c | 500 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
D | crypto_openssl.c | 309 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
/external/syslinux/gpxe/src/crypto/ |
D | axtls_aes.c | 115 static void aes_encrypt ( void *ctx, const void *src, void *dst, in aes_encrypt() function
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_aes.cpp | 777 void aes_encrypt(CRYPT_aes_context* ctx, unsigned int* block) { in aes_encrypt() function
|