HomeSort by: relevance | last modified time | path
    Searched defs:fe64 (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/
curve25519.c 28 typedef uint64_t fe64[4]; typedef
41 void x25519_fe64_mul(fe64 h, const fe64 f, const fe64 g);
42 void x25519_fe64_sqr(fe64 h, const fe64 f);
43 void x25519_fe64_mul121666(fe64 h, fe64 f);
44 void x25519_fe64_add(fe64 h, const fe64 f, const fe64 g)
    [all...]
curve25519.c 28 typedef uint64_t fe64[4]; typedef
41 void x25519_fe64_mul(fe64 h, const fe64 f, const fe64 g);
42 void x25519_fe64_sqr(fe64 h, const fe64 f);
43 void x25519_fe64_mul121666(fe64 h, fe64 f);
44 void x25519_fe64_add(fe64 h, const fe64 f, const fe64 g)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
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)
    [all...]
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)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
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)
    [all...]
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)
    [all...]

Completed in 47 milliseconds