Home
last modified time | relevance | path

Searched refs:ge_p2 (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/curve25519/
Dinternal.h62 } ge_p2; typedef
91 void x25519_ge_tobytes(uint8_t *s, const ge_p2 *h);
94 void x25519_ge_p1p1_to_p2(ge_p2 *r, const ge_p1p1 *p);
101 void x25519_ge_scalarmult(ge_p2 *r, const uint8_t *scalar, const ge_p3 *A);
Dspake25519.c375 ge_p2 Pstar_proj; in SPAKE2_generate_msg()
430 ge_p2 dh_shared; in SPAKE2_process_msg()
Dcurve25519.c955 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()
[all …]