Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce_is_2k.c21 int mp_reduce_is_2k(mp_int *a) in mp_reduce_is_2k() function
H A Dbn_mp_exptmod.c88 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()
H A Dtommath.h432 int mp_reduce_is_2k(mp_int *a);
/netbsd/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c3524 static int mp_reduce_is_2k(mp_int *a) in mp_reduce_is_2k() function
4410 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c3486 mp_reduce_is_2k(mp_int *a) in mp_reduce_is_2k() function
4374 diminished_radix = mp_reduce_is_2k(P) << 1; in exponent_modulo()
/netbsd/sbin/nvmectl/
H A Dbignum.c3482 mp_reduce_is_2k(mp_int *a) in mp_reduce_is_2k() function
4351 diminished_radix = mp_reduce_is_2k(P) << 1; in exponent_modulo()
/netbsd/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c658 dr = mp_reduce_is_2k(P) << 1; in mp_exptmod()