Home
last modified time | relevance | path

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

/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_nettle.c261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_wolfssl.c579 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
H A Dcrypto_openssl.c488 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
/aosp_15_r20/external/pdfium/core/fdrm/
H A Dfx_crypt_aes.cpp607 void aes_encrypt(CRYPT_aes_context* ctx, unsigned int* block) { in aes_encrypt() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc574 return_type aes_encrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], function