Searched defs:aes_encrypt (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
H A D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
H A D | crypto_gnutls.c | 237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
H A D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
H A D | crypto_linux.c | 503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
H A D | crypto_wolfssl.c | 579 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
H A D | crypto_openssl.c | 488 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() function
|
/aosp_15_r20/external/pdfium/core/fdrm/ |
H A D | fx_crypt_aes.cpp | 607 void aes_encrypt(CRYPT_aes_context* ctx, unsigned int* block) { in aes_encrypt() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | aes.cc | 574 return_type aes_encrypt(const unsigned char in[N_BLOCK], unsigned char out[N_BLOCK], function
|