Searched refs:rr (Results 1 – 10 of 10) sorted by relevance
/mbedtls-3.5.0/library/ |
D | bignum_mod.c | 82 if (N->rep.mont.rr != NULL) { in mbedtls_mpi_mod_modulus_free() 83 mbedtls_platform_zeroize((mbedtls_mpi_uint *) N->rep.mont.rr, in mbedtls_mpi_mod_modulus_free() 85 mbedtls_free((mbedtls_mpi_uint *) N->rep.mont.rr); in mbedtls_mpi_mod_modulus_free() 86 N->rep.mont.rr = NULL; in mbedtls_mpi_mod_modulus_free() 154 ret = set_mont_const_square(&N->rep.mont.rr, N->p, N->limbs); in mbedtls_mpi_mod_modulus_setup() 230 N->rep.mont.rr, in mbedtls_mpi_mod_inv_mont() 252 Nmont.rep.mont.mm, Nmont.rep.mont.rr, in mbedtls_mpi_mod_inv_non_mont() 257 Nmont.rep.mont.rr, in mbedtls_mpi_mod_inv_non_mont()
|
D | bignum_mod.h | 122 mbedtls_mpi_uint const *rr; /* The residue for 2^{2*n*biL} mod N */ member
|
D | bignum_core.h | 698 const mbedtls_mpi_uint *rr,
|
D | bignum_mod_raw.c | 257 N->rep.mont.mm, N->rep.mont.rr, T); in mbedtls_mpi_mod_raw_to_mont_rep()
|
D | bignum_core.c | 823 const mbedtls_mpi_uint *rr, in mbedtls_mpi_core_to_mont_rep() argument 826 mbedtls_mpi_core_montmul(X, A, rr, AN_limbs, N, AN_limbs, mm, T); in mbedtls_mpi_core_to_mont_rep()
|
/mbedtls-3.5.0/tests/data_files/ |
D | server1.key_usage_noauthid.crt | 14 1X0oQA/KMVODJP1+rr/e6SuyROVgqUfFA/7Hn5evb94Ftxlb0d8uOlpoHWtyaRVw
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_bignum_mod.function | 74 TEST_ASSERT(m.rep.mont.rr != NULL); 88 TEST_ASSERT(m.rep.mont.rr == NULL);
|
D | test_suite_bignum_mod_raw.function | 755 m.rep.mont.mm, m.rep.mont.rr, T); 762 m.rep.mont.mm, m.rep.mont.rr, T);
|
D | test_suite_bignum_core.function | 948 /* rr is updated to a valid pointer */ 951 /* Calculated rr matches expected value */
|
D | test_suite_ecp.function | 1500 TEST_ASSERT(m.rep.mont.rr != NULL);
|