Lines Matching refs:ge_p2
955 void x25519_ge_tobytes(uint8_t *s, const ge_p2 *h) { in x25519_ge_tobytes()
1028 static void ge_p2_0(ge_p2 *h) { in ge_p2_0()
1055 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) { in ge_p3_to_p2()
1073 void x25519_ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p2()
1095 static void ge_p2_dbl(ge_p1p1 *r, const ge_p2 *p) { in ge_p2_dbl()
1111 ge_p2 q; in ge_p3_dbl()
3501 ge_p2 s; in x25519_ge_scalarmult_base()
3556 void x25519_ge_scalarmult(ge_p2 *r, const uint8_t *scalar, const ge_p3 *A) { in x25519_ge_scalarmult()
3557 ge_p2 Ai_p2[8]; in x25519_ge_scalarmult()
3713 static void ge_double_scalarmult_vartime(ge_p2 *r, const uint8_t *a, in ge_double_scalarmult_vartime()
4682 ge_p2 R; in ED25519_verify()