Home
last modified time | relevance | path

Searched refs:fe51 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c277 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
[all...]
/third_party/openssl/crypto/ec/
H A Dcurve25519.c277 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
[all...]
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c267 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
[all...]

Completed in 19 milliseconds