Lines Matching refs:ge_p3
967 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) { in ge_p3_tobytes()
985 int x25519_ge_frombytes_vartime(ge_p3 *h, const uint8_t *s) { in x25519_ge_frombytes_vartime()
1034 static void ge_p3_0(ge_p3 *h) { in ge_p3_0()
1055 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) { in ge_p3_to_p2()
1065 void x25519_ge_p3_to_cached(ge_cached *r, const ge_p3 *p) { in x25519_ge_p3_to_cached()
1080 void x25519_ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) { in x25519_ge_p1p1_to_p3()
1089 ge_p3 t; in ge_p1p1_to_cached()
1110 static void ge_p3_dbl(ge_p1p1 *r, const ge_p3 *p) { in ge_p3_dbl()
1117 static void ge_madd(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { in ge_madd()
1133 static void ge_msub(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) { in ge_msub()
1149 void x25519_ge_add(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { in x25519_ge_add()
1166 void x25519_ge_sub(ge_p1p1 *r, const ge_p3 *p, const ge_cached *q) { in x25519_ge_sub()
1199 ge_p3 *h, const uint8_t a[32], const uint8_t precomp_table[15 * 2 * 32]) { in x25519_ge_scalarmult_small_precomp()
1343 void x25519_ge_scalarmult_base(ge_p3 *h, const uint8_t a[32]) { in x25519_ge_scalarmult_base()
3497 void x25519_ge_scalarmult_base(ge_p3 *h, const uint8_t *a) { 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()
3580 ge_p3 u; in x25519_ge_scalarmult()
3714 const ge_p3 *A, const uint8_t *b) { in ge_double_scalarmult_vartime()
3719 ge_p3 u; in ge_double_scalarmult_vartime()
3720 ge_p3 A2; in ge_double_scalarmult_vartime()
4637 ge_p3 R; in ED25519_sign()
4656 ge_p3 A; in ED25519_verify()
4701 ge_p3 A; in ED25519_keypair_from_seed()
4925 ge_p3 A; in X25519_public_from_private()