Searched refs:multiply_modulo (Results 1 – 1 of 1) sorted by relevance
3519 multiply_modulo(mp_int *d, mp_int * a, mp_int * b, mp_int * c) in multiply_modulo() function4135 if ((err = multiply_modulo(&M[1], G, &res, P)) != MP_OKAY) { in fast_exponent_modulo()5440 return multiply_modulo(ret, a, b, __UNCONST(m)) == MP_OKAY; in BN_mod_mul()