Searched refs:fe51 (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ohos_lite/crypto/ec/ |
D | curve25519.c | 267 typedef uint64_t fe51[5]; typedef 300 static void fe51_frombytes(fe51 h, const uint8_t *s) in fe51_frombytes() 320 static void fe51_tobytes(uint8_t *s, const fe51 h) in fe51_tobytes() 380 void x25519_fe51_mul(fe51 h, const fe51 f, const fe51 g); 381 void x25519_fe51_sqr(fe51 h, const fe51 f); 382 void x25519_fe51_mul121666(fe51 h, fe51 f); 390 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() 448 static void fe51_sq(fe51 h, const fe51 f) in fe51_sq() 502 static void fe51_mul121666(fe51 h, fe51 f) in fe51_mul121666() 529 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add() [all …]
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 277 typedef uint64_t fe51[5]; typedef 310 static void fe51_frombytes(fe51 h, const uint8_t *s) in fe51_frombytes() 330 static void fe51_tobytes(uint8_t *s, const fe51 h) in fe51_tobytes() 390 void x25519_fe51_mul(fe51 h, const fe51 f, const fe51 g); 391 void x25519_fe51_sqr(fe51 h, const fe51 f); 392 void x25519_fe51_mul121666(fe51 h, fe51 f); 400 static void fe51_mul(fe51 h, const fe51 f, const fe51 g) in fe51_mul() 458 static void fe51_sq(fe51 h, const fe51 f) in fe51_sq() 512 static void fe51_mul121666(fe51 h, fe51 f) in fe51_mul121666() 539 static void fe51_add(fe51 h, const fe51 f, const fe51 g) in fe51_add() [all …]
|