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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_montgomery_calc_normalization.c26 int mp_montgomery_calc_normalization (mp_int * a, mp_int * b) function
H A Dbn_mp_exptmod_fast.c152 if ((err = mp_montgomery_calc_normalization (&res, P)) != MP_OKAY) {
H A Dtommath.h417 int mp_montgomery_calc_normalization(mp_int *a, mp_int *b);
H A Dbn.tex1406 int mp_montgomery_calc_normalization(mp_int *a, mp_int *b);
1426 if ((result = mp_montgomery_calc_normalization(&R, b)) != MP_OKAY) \{
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/
H A Dmont.c24 mp_montgomery_calc_normalization(&R, &modulus);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/
H A Ddemo.c83 mp_montgomery_calc_normalization(&b, &a);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c2897 static int mp_montgomery_calc_normalization (mp_int * a, mp_int * b) function
3058 if ((err = mp_montgomery_calc_normalization (&res, P)) != MP_OKAY) {

Completed in 134 milliseconds