Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Daes-internal-enc.c115 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_gnutls.c111 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.c500 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
Dcrypto_openssl.c309 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
/external/syslinux/gpxe/src/crypto/
Daxtls_aes.c115 static void aes_encrypt ( void *ctx, const void *src, void *dst, 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