Home
last modified time | relevance | path

Searched refs:mp_reduce_is_2k_l (Results 1 – 7 of 7) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce_is_2k_l.c21 int mp_reduce_is_2k_l(mp_int *a) in mp_reduce_is_2k_l() function
H A Dbn_mp_exptmod.c72 if (mp_reduce_is_2k_l(P) == MP_YES) { in mp_exptmod()
H A Dtommath.h441 int mp_reduce_is_2k_l(mp_int *a);
/netbsd/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c1686 static int mp_reduce_is_2k_l(const mp_int *a) in mp_reduce_is_2k_l() function
4401 if (mp_reduce_is_2k_l(P) == MP_YES) { in mp_exptmod()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c1622 mp_reduce_is_2k_l(mp_int *a) in mp_reduce_is_2k_l() function
4365 if (mp_reduce_is_2k_l(P) == MP_YES) { in exponent_modulo()
/netbsd/sbin/nvmectl/
H A Dbignum.c1618 mp_reduce_is_2k_l(mp_int *a) in mp_reduce_is_2k_l() function
4342 if (mp_reduce_is_2k_l(P) == MP_YES) { in exponent_modulo()
/netbsd/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c642 if (mp_reduce_is_2k_l(P) == MP_YES) { in mp_exptmod()