Home
last modified time | relevance | path

Searched refs:nlimbs (Results 1 - 1 of 1) sorted by relevance

/third_party/mbedtls/library/
H A Drsa.c1353 const size_t nlimbs = N->n; in rsa_unblind() local
1354 const size_t tlimbs = mbedtls_mpi_core_montmul_working_limbs(nlimbs); in rsa_unblind()
1363 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(T, nlimbs)); in rsa_unblind()
1364 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(Vf, nlimbs)); in rsa_unblind()
1373 mbedtls_mpi_core_to_mont_rep(T->p, T->p, N->p, nlimbs, mm, RR.p, M_T.p); in rsa_unblind()
1374 mbedtls_mpi_core_montmul(T->p, T->p, Vf->p, nlimbs, N->p, nlimbs, mm, M_T.p); in rsa_unblind()

Completed in 4 milliseconds