Home
last modified time | relevance | path

Searched refs:MPN_MUL_N_RECURSE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/lib/crypto/mpi/
Dmpih-mul.c21 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ macro
112 MPN_MUL_N_RECURSE(prodp, up, vp, esize, tspace); in mul_n()
142 MPN_MUL_N_RECURSE(prodp + size, up + hsize, vp + hsize, hsize, in mul_n()
166 MPN_MUL_N_RECURSE(tspace, prodp, prodp + hsize, hsize, in mul_n()
190 MPN_MUL_N_RECURSE(tspace, up, vp, hsize, tspace + size); in mul_n()
362 MPN_MUL_N_RECURSE(prodp, up, vp, vsize, ctx->tspace); in mpihelp_mul_karatsuba_case()
382 MPN_MUL_N_RECURSE(ctx->tp, up, vp, vsize, ctx->tspace); in mpihelp_mul_karatsuba_case()
Dmpi-internal.h101 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ macro