Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ded25519.c25 #define uint32 crypto_uint32
94 crypto_uint32 v[32];
136 static crypto_uint32 fe25519_equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in fe25519_equal()
138 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */ in fe25519_equal()
144 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in ge()
153 static crypto_uint32 times19(crypto_uint32 a) in times19()
158 static crypto_uint32 times38(crypto_uint32 a) in times38()
165 crypto_uint32 t; in fe25519_reduce_add_sub()
185 crypto_uint32 t; in reduce_mul()
207 crypto_uint32 m = fe25519_equal(r->v[31],127); in fe25519_freeze()
[all …]
H A Dcrypto_api.h21 typedef uint32_t crypto_uint32; typedef
H A Dsntrup761.c25 #define uint32 crypto_uint32
1684 crypto_uint32 *x = array; in crypto_sort_uint32()