Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/port/
Desp_bignum.c289 static int mpi_montgomery_exp_calc( mbedtls_mpi *Z, const mbedtls_mpi *X, const mbedtls_mpi *Y, con… in mpi_montgomery_exp_calc() function
404 ret = mpi_montgomery_exp_calc(Z, X, Y, M, Rinv, num_words, Mprime) ; in esp_mpi_exp_mod()