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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce_2k_l.c24 int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function
H A Dbn_s_mp_exptmod.c87 redux = mp_reduce_2k_l;
H A Dtommath.h440 /* returns true if a can be reduced with mp_reduce_2k_l */
447 int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d);
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c180 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d);
1945 redux = mp_reduce_2k_l;
2152 static int mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c2723 mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function
3333 redux = mp_reduce_2k_l;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c2687 mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function
3292 redux = mp_reduce_2k_l;
/netbsd-current/sbin/nvmectl/
H A Dbignum.c2683 mp_reduce_2k_l(mp_int *a, mp_int *n, mp_int *d) function
3288 redux = mp_reduce_2k_l;

Completed in 278 milliseconds