Searched refs:fe64 (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 19 typedef uint64_t fe64[4]; typedef 32 void x25519_fe64_mul(fe64 h, const fe64 f, const fe64 g); 33 void x25519_fe64_sqr(fe64 h, const fe64 f); 34 void x25519_fe64_mul121666(fe64 h, fe64 f); 35 void x25519_fe64_add(fe64 h, const fe64 f, const fe64 g); 36 void x25519_fe64_sub(fe64 h, const fe64 f, const fe64 g); 37 void x25519_fe64_tobytes(uint8_t *s, const fe64 f); 61 static void fe64_frombytes(fe64 h, const uint8_t *s) in fe64_frombytes() 69 static void fe64_0(fe64 h) in fe64_0() 77 static void fe64_1(fe64 h) in fe64_1() [all …]
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 29 typedef uint64_t fe64[4]; typedef 42 void x25519_fe64_mul(fe64 h, const fe64 f, const fe64 g); 43 void x25519_fe64_sqr(fe64 h, const fe64 f); 44 void x25519_fe64_mul121666(fe64 h, fe64 f); 45 void x25519_fe64_add(fe64 h, const fe64 f, const fe64 g); 46 void x25519_fe64_sub(fe64 h, const fe64 f, const fe64 g); 47 void x25519_fe64_tobytes(uint8_t *s, const fe64 f); 71 static void fe64_frombytes(fe64 h, const uint8_t *s) in fe64_frombytes() 79 static void fe64_0(fe64 h) in fe64_0() 87 static void fe64_1(fe64 h) in fe64_1() [all …]
|