Searched refs:crypto_uint32 (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.bin/signify/
H A Dcrypto_api.h15 typedef uint32_t crypto_uint32; typedef
H A Dsc25519.c13 static const crypto_uint32 m[32] = {0xED, 0xD3, 0xF5, 0x5C, 0x1A, 0x63, 0x12, 0x58, 0xD6, 0x9C, 0xF7, 0xA2, 0xDE, 0xF9, 0xDE, 0x14,
16 static const crypto_uint32 mu[33] = {0x1B, 0x13, 0x2C, 0x0A, 0xA3, 0xE5, 0x9C, 0xED, 0xA7, 0x29, 0x63, 0x08, 0x5D, 0x21, 0x06, 0x21,
19 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
30 crypto_uint32 pb = 0;
31 crypto_uint32 b;
32 crypto_uint32 mask;
49 static void barrett_reduce(sc25519 *r, const crypto_uint32 x[64])
53 crypto_uint32 q
[all...]
H A Dfe25519.c14 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
16 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */
22 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
31 static crypto_uint32 times19(crypto_uint32 a)
36 static crypto_uint32 times3
[all...]
H A Dsc25519.h34 crypto_uint32 v[32];
40 crypto_uint32 v[16];
H A Dfe25519.h34 crypto_uint32 v[32];
H A Dmod_ge25519.c160 crypto_uint32 y = x; /* 0: yes; 1..255: no */
/openbsd-current/sbin/iked/
H A Dcrypto_api.h19 typedef uint32_t crypto_uint32; typedef
H A Dsntrup761.c19 #define uint32 crypto_uint32
103 crypto_uint32 *x = array;
/openbsd-current/usr.bin/ssh/
H A Dcrypto_api.h19 typedef uint32_t crypto_uint32; typedef
H A Ded25519.c21 #define uint32 crypto_uint32
90 crypto_uint32 v[32];
132 static crypto_uint32 fe25519_equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
134 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */
140 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
149 static crypto_uint32 times1
[all...]
H A Dsntrup761.c19 #define uint32 crypto_uint32
103 crypto_uint32 *x = array;

Completed in 126 milliseconds