Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls.c734 mbedtls_mpi bn_base, bn_exp, bn_modulus, bn_result, bn_rinv; in crypto_mod_exp() local
741 mbedtls_mpi_init(&bn_rinv); in crypto_mod_exp()
748 &bn_rinv)); in crypto_mod_exp()
757 mbedtls_mpi_free(&bn_rinv); in crypto_mod_exp()