Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
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 */ in fe25519_equal()
136 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */ in fe25519_equal()
142 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in ge()
151 static crypto_uint32 times19(crypto_uint32 a) in times19()
156 static crypto_uint32 times38(crypto_uint32 a) in times38()
163 crypto_uint32 t; in fe25519_reduce_add_sub()
183 crypto_uint32 t; in reduce_mul()
205 crypto_uint32 m = fe25519_equal(r->v[31],127); in fe25519_freeze()
[all …]
H A Dcrypto_api.h23 typedef uint32_t crypto_uint32; typedef
H A Dsntrup761.c23 #define uint32 crypto_uint32
107 crypto_uint32 *x = array; in crypto_sort_uint32()