Lines Matching refs:crypto_uint32
16 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in equal()
18 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */ in equal()
24 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in ge()
33 static crypto_uint32 times19(crypto_uint32 a) in times19()
38 static crypto_uint32 times38(crypto_uint32 a) in times38()
45 crypto_uint32 t; in reduce_add_sub()
65 crypto_uint32 t; in reduce_mul()
87 crypto_uint32 m = equal(r->v[31],127); in fe25519_freeze()
144 crypto_uint32 mask = b; in fe25519_cmov()
188 crypto_uint32 t[32]; in fe25519_sub()
199 crypto_uint32 t[63]; in fe25519_mul()