Searched refs:nlimbs (Results 1 – 3 of 3) sorted by relevance
/third_party/mbedtls/library/ |
D | rsa.c | 844 const size_t nlimbs = N->n; in rsa_unblind() local 845 const size_t tlimbs = mbedtls_mpi_core_montmul_working_limbs(nlimbs); in rsa_unblind() 854 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(T, nlimbs)); in rsa_unblind() 855 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(Vf, nlimbs)); in rsa_unblind() 864 mbedtls_mpi_core_to_mont_rep(T->p, T->p, N->p, nlimbs, mm, RR.p, M_T.p); in rsa_unblind() 865 mbedtls_mpi_core_montmul(T->p, T->p, Vf->p, nlimbs, N->p, nlimbs, mm, M_T.p); in rsa_unblind()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum_random.function | 374 void mpi_random_sizes(int min, data_t *bound_bytes, int nlimbs, int before) 391 TEST_EQUAL(0, mbedtls_mpi_grow(&result, nlimbs));
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 55476 int nlimbs; member
|