Home
last modified time | relevance | path

Searched defs:aes_encrypt (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_nettle.c261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_wolfssl.c328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_openssl.c341 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
/external/u-boot/lib/
Daes.c545 void aes_encrypt(u8 *in, u8 *expkey, u8 *out) in aes_encrypt() function
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_aes.cpp777 void aes_encrypt(CRYPT_aes_context* ctx, unsigned int* block) { in aes_encrypt() function