Searched refs:ge_p3 (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 1794 * ge_p3 (extended): (X:Y:Z:T) satisfying x=X/Z, y=Y/Z, XY=ZT 1809 } 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 * [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 1794 * ge_p3 (extended): (X:Y:Z:T) satisfying x=X/Z, y=Y/Z, XY=ZT 1809 } 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 * [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 1784 * ge_p3 (extended): (X:Y:Z:T) satisfying x=X/Z, y=Y/Z, XY=ZT 1799 } ge_p3; typedef 1834 static void ge_p3_tobytes(uint8_t *s, const ge_p3 *h) in ge_p3_tobytes() 1857 static int ge_frombytes_vartime(ge_p3 *h, const uint8_t *s) in ge_frombytes_vartime() 1908 static void ge_p3_0(ge_p3 *h) in ge_p3_0() 1924 static void ge_p3_to_p2(ge_p2 *r, const ge_p3 *p) in ge_p3_to_p2() 1937 static void ge_p3_to_cached(ge_cached *r, const ge_p3 *p) in ge_p3_to_cached() 1954 static void ge_p1p1_to_p3(ge_p3 *r, const ge_p1p1 *p) in ge_p1p1_to_p3() 1979 static void ge_p3_dbl(ge_p1p1 *r, const ge_p3 *p) in ge_p3_dbl() 1987 static void ge_madd(ge_p1p1 *r, const ge_p3 * [all...] |
Completed in 13 milliseconds