HomeSort by: relevance | last modified time | path
    Searched refs:fe25519 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_25_5/
constants.h 2 static const fe25519 d = {
9 static const fe25519 d2 = {
13 static const fe25519 sqrtm1 = {
18 static const fe25519 curve25519_A = {
fe.h 6 fe25519_frombytes(fe25519 h, const unsigned char *s)
100 fe25519_reduce(fe25519 h, const fe25519 f)
183 fe25519_tobytes(unsigned char *s, const fe25519 h)
185 fe25519 t;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/
constants.h 2 static const fe25519 d = {
9 static const fe25519 d2 = {
14 static const fe25519 sqrtm1 = {
19 static const fe25519 curve25519_A = {
fe.h 6 fe25519_frombytes(fe25519 h, const unsigned char *s)
25 fe25519_reduce(fe25519 h, const fe25519 f)
102 fe25519_tobytes(unsigned char *s, const fe25519 h)
104 fe25519 t;
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10.h 13 typedef uint64_t fe25519[5]; typedef in typeref:typename:uint64_t[5]
15 typedef int32_t fe25519[10]; typedef in typeref:typename:int32_t[10]
18 void fe25519_invert(fe25519 out, const fe25519 z);
19 void fe25519_frombytes(fe25519 h, const unsigned char *s);
20 void fe25519_tobytes(unsigned char *s, const fe25519 h);
44 fe25519 X;
45 fe25519 Y;
46 fe25519 Z;
50 fe25519 X
    [all...]
ed25519_ref10_fe_51.h 11 fe25519_0(fe25519 h)
21 fe25519_1(fe25519 h)
33 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g)
53 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g)
93 fe25519_neg(fe25519 h, const fe25519 f
    [all...]
ed25519_ref10_fe_25_5.h 11 fe25519_0(fe25519 h)
21 fe25519_1(fe25519 h)
41 fe25519_add(fe25519 h, const fe25519 f, const fe25519 g)
79 fe25519_sub(fe25519 h, const fe25519 f, const fe25519 g)
115 fe25519_neg(fe25519 h, const fe25519 f
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/ref10/
x25519_ref10.c 58 fe25519 x1;
59 fe25519 x2;
60 fe25519 z2;
61 fe25519 x3;
62 fe25519 z3;
63 fe25519 tmp0;
64 fe25519 tmp1;
122 edwards_to_montgomery(fe25519 montgomeryX, const fe25519 edwardsY, const fe25519 edwardsZ
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
keypair.c 54 fe25519 x;
55 fe25519 one_minus_y;
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 54 fe25519_invert(fe25519 out, const fe25519 z)
56 fe25519 t0;
57 fe25519 t1;
58 fe25519 t2;
59 fe25519 t3;
112 fe25519_pow22523(fe25519 out, const fe25519 z)
114 fe25519 t0;
115 fe25519 t1
    [all...]

Completed in 13 milliseconds