Lines Matching refs:m31
232 const uint32_t *m31, uint32_t m0i31, uint64_t *tmp, size_t twlen) in br_i62_modpow_opt() argument
243 mw31num = (m31[0] + 31) >> 5; in br_i62_modpow_opt()
266 br_i31_modpow(x31, e, elen, m31, m0i31, in br_i62_modpow_opt()
279 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
280 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
300 m[v] = (uint64_t)m31[u + 1]; in br_i62_modpow_opt()
303 m[v] = (uint64_t)m31[u + 1] in br_i62_modpow_opt()
304 + ((uint64_t)m31[u + 2] << 31); in br_i62_modpow_opt()
354 br_i31_zero(x31, m31[0]); in br_i62_modpow_opt()
355 x31[(m31[0] + 31) >> 5] = 1; in br_i62_modpow_opt()
356 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
358 br_i31_muladd_small(x31, 0, m31); in br_i62_modpow_opt()
467 const uint32_t *m31, uint32_t m0i31, uint64_t *tmp, size_t twlen) in br_i62_modpow_opt() argument
471 mwlen = (m31[0] + 63) >> 5; in br_i62_modpow_opt()
475 return br_i31_modpow_opt(x31, e, elen, m31, m0i31, in br_i62_modpow_opt()
484 const uint32_t *m31, uint32_t m0i31, uint32_t *tmp, size_t twlen) in br_i62_modpow_opt_as_i31() argument
491 return br_i62_modpow_opt(x31, e, elen, m31, m0i31, in br_i62_modpow_opt_as_i31()