Searched refs:rr (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | bignum_mod.c | 70 if (N->rep.mont.rr != NULL) { in mbedtls_mpi_mod_modulus_free() 71 mbedtls_zeroize_and_free((mbedtls_mpi_uint *) N->rep.mont.rr, in mbedtls_mpi_mod_modulus_free() 73 N->rep.mont.rr = NULL; in mbedtls_mpi_mod_modulus_free() 144 ret = set_mont_const_square(&N->rep.mont.rr, N->p, N->limbs); in mbedtls_mpi_mod_modulus_setup() 210 N->rep.mont.rr, in mbedtls_mpi_mod_inv_mont() 231 Nmont.rep.mont.mm, Nmont.rep.mont.rr, in mbedtls_mpi_mod_inv_non_mont() 236 Nmont.rep.mont.rr, in mbedtls_mpi_mod_inv_non_mont()
|
| H A D | bignum_mod.h | 111 mbedtls_mpi_uint const *rr; /* The residue for 2^{2*n*biL} mod N */ member
|
| H A D | bignum_core.h | 786 const mbedtls_mpi_uint *rr,
|
| H A D | bignum_mod_raw.c | 242 N->rep.mont.mm, N->rep.mont.rr, T); in mbedtls_mpi_mod_raw_to_mont_rep()
|
| H A D | bignum_core.c | 1004 const mbedtls_mpi_uint *rr, in mbedtls_mpi_core_to_mont_rep() argument 1007 mbedtls_mpi_core_montmul(X, A, rr, AN_limbs, N, AN_limbs, mm, T); in mbedtls_mpi_core_to_mont_rep()
|