Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dbignum_core.h719 void mbedtls_mpi_core_to_mont_rep(mbedtls_mpi_uint *X,
Dbignum_mod_raw.c241 mbedtls_mpi_core_to_mont_rep(X, X, N->p, N->limbs, in mbedtls_mpi_mod_raw_to_mont_rep()
Dbignum_mod.c230 mbedtls_mpi_core_to_mont_rep(X->p, A->p, Nmont.p, Nmont.limbs, in mbedtls_mpi_mod_inv_non_mont()
Dbignum_core.c872 void mbedtls_mpi_core_to_mont_rep(mbedtls_mpi_uint *X, in mbedtls_mpi_core_to_mont_rep() function
Dbignum.c1697 mbedtls_mpi_core_to_mont_rep(X->p, X->p, N->p, N->n, mm, RR.p, T); in mbedtls_mpi_exp_mod()
Drsa.c1373 mbedtls_mpi_core_to_mont_rep(T->p, T->p, N->p, nlimbs, mm, RR.p, M_T.p); in rsa_unblind()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum_mod_raw.function723 mbedtls_mpi_core_to_mont_rep(R, A, N, n_limbs,
730 mbedtls_mpi_core_to_mont_rep(R, R, N, n_limbs,