Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c389 static void *aes_crypt_init(int mode, const u8 *key, size_t len) in aes_crypt_init() function
427 return aes_crypt_init(MBEDTLS_AES_ENCRYPT, key, len); in aes_encrypt_init()
442 return aes_crypt_init(MBEDTLS_AES_DECRYPT, key, len); in aes_decrypt_init()