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

/freebsd-current/crypto/openssh/
H A Dcrypto_api.h23 typedef uint32_t crypto_uint32; typedef
H A Ded25519.c23 #define uint32 crypto_uint32
92 crypto_uint32 v[32];
134 static crypto_uint32 fe25519_equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
136 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */
142 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
151 static crypto_uint32 times1
[all...]
H A Dsntrup761.c23 #define uint32 crypto_uint32
107 crypto_uint32 *x = array;

Completed in 68 milliseconds