Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dcurve25519.c1809 } ge_p3; typedef
1844 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) in ge_p3_tobytes()
1867 static int ge_frombytes_vartime(ge_p3 *h, const uint8_t *s) in ge_frombytes_vartime()
1918 static void ge_p3_0(ge_p3 *h) in ge_p3_0()
1934 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) in ge_p3_to_p2()
1947 static void ge_p3_to_cached(ge_cached *r, const ge_p3 *p) in ge_p3_to_cached()
1964 static void ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) in ge_p1p1_to_p3()
1989 static void ge_p3_dbl(ge_p1p1 *r, const ge_p3 *p) in ge_p3_dbl()
1997 static void ge_madd(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) in ge_madd()
2014 static void ge_msub(ge_p1p1 *r, const ge_p3 *p, const ge_precomp *q) in ge_msub()
[all …]