Lines Matching defs:N0
980 fn gather_square(table: &[Limb], state: &mut [Limb], n0: &N0, i: Window, num_limbs: usize) { in elem_exp_consttime()
988 fn gather_mul_base(table: &[Limb], state: &mut [Limb], n0: &N0, i: Window, num_limbs: usize) { in elem_exp_consttime()
995 n0: &N0, in elem_exp_consttime()
1013 fn power(table: &[Limb], state: &mut [Limb], n0: &N0, i: Window, num_limbs: usize) { in elem_exp_consttime()
1020 n0: &N0, in elem_exp_consttime()
1078 n0: &N0, in elem_exp_consttime()
1187 struct N0([Limb; 2]); struct
1191 impl From<u64> for N0 { implementation
1207 fn limbs_mont_mul(r: &mut [Limb], a: &[Limb], m: &[Limb], n0: &N0) { in limbs_mont_mul()
1242 fn limbs_from_mont_in_place(r: &mut [Limb], tmp: &mut [Limb], m: &[Limb], n0: &N0) { in limbs_from_mont_in_place()
1251 n0: &N0, in limbs_from_mont_in_place()
1294 fn limbs_mont_product(r: &mut [Limb], a: &[Limb], b: &[Limb], m: &[Limb], n0: &N0) { in limbs_mont_product()
1331 fn limbs_mont_square(r: &mut [Limb], m: &[Limb], n0: &N0) { in limbs_mont_square()
1377 n0: &N0, in GFp_bn_mul_mont()