Searched refs:multiply_modulo (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sbin/nvmectl/ |
H A D | bignum.c | 3520 multiply_modulo(mp_int *d, mp_int * a, mp_int * b, mp_int * c) in multiply_modulo() function 4133 if ((err = multiply_modulo(&M[1], G, &res, P)) != MP_OKAY) { in fast_exponent_modulo() 5526 return multiply_modulo(ret, a, b, __UNCONST(m)) == MP_OKAY; in BN_mod_mul()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | bignum.c | 3524 multiply_modulo(mp_int *d, mp_int * a, mp_int * b, mp_int * c) in multiply_modulo() function 4156 if ((err = multiply_modulo(&M[1], G, &res, P)) != MP_OKAY) { in fast_exponent_modulo() 5548 return multiply_modulo(ret, a, b, __UNCONST(m)) == MP_OKAY; in PGPV_BN_mod_mul()
|