HomeSort by relevance Sort by last modified time
    Searched refs:crypto_uint32 (Results 1 - 6 of 6) sorted by null

  /external/openssh/
crypto_api.h 17 typedef uint32_t crypto_uint32; typedef
sc25519.c 15 static const crypto_uint32 m[32] = {0xED, 0xD3, 0xF5, 0x5C, 0x1A, 0x63, 0x12, 0x58, 0xD6, 0x9C, 0xF7, 0xA2, 0xDE, 0xF9, 0xDE, 0x14,
18 static const crypto_uint32 mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x63, 0x08, 0x5D, 0x21, 0x06, 0x21,
21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
32 crypto_uint32 pb = 0;
33 crypto_uint32 b;
34 crypto_uint32 mask;
51 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64])
55 crypto_uint32 q2[66]
    [all...]
fe25519.c 16 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
18 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */
24 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
33 static crypto_uint32 times19(crypto_uint32 a)
38 static crypto_uint32 times38(crypto_uint32 a
    [all...]
sc25519.h 34 crypto_uint32 v[32];
40 crypto_uint32 v[16];
fe25519.h 34 crypto_uint32 v[32];
ge25519.c 157 crypto_uint32 y = x; /* 0: yes; 1..255: no */

Completed in 70 milliseconds