Home
last modified time | relevance | path

Searched refs:aes_crypt (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c413 static int aes_crypt(void *ctx, int mode, const u8 *in, u8 *out) in aes_crypt() function
432 return aes_crypt(ctx, MBEDTLS_AES_ENCRYPT, plain, crypt); in aes_encrypt()
447 return aes_crypt(ctx, MBEDTLS_AES_DECRYPT, crypt, plain); in aes_decrypt()