Searched defs:aes_encrypt (Results 1 – 9 of 9) sorted by relevance
| /external/wpa_supplicant_8/src/crypto/ |
| D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
| D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
| D | crypto_gnutls.c | 237 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 | 503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
| D | crypto_wolfssl.c | 328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
| D | crypto_openssl.c | 341 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
| /external/u-boot/lib/ |
| D | aes.c | 545 void aes_encrypt(u8 *in, u8 *expkey, u8 *out) 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
|