Searched refs:GFp_x25519_fe_mul_ttt (Results 1 – 2 of 2) sorted by relevance
132 GFp_x25519_fe_mul_ttt(&mut x_over_z, &x, &recip); in encode_point()135 GFp_x25519_fe_mul_ttt(&mut y_over_z, &y, &recip); in encode_point()151 fn GFp_x25519_fe_mul_ttt(h: &mut Elem<T>, f: &Elem<T>, g: &Elem<T>); in GFp_x25519_fe_mul_ttt() function
1883 void GFp_x25519_fe_mul_ttt(fe *h, const fe *f, const fe *g) { in GFp_x25519_fe_mul_ttt() function