Home
last modified time | relevance | path

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

123456

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_onetimeauth/poly1305/neon2/
H A Dauth.c18 crypto_uint32 x0 = r->v[0]; in freeze()
19 crypto_uint32 x1 = r->v[2]; in freeze()
20 crypto_uint32 x2 = r->v[4]; in freeze()
21 crypto_uint32 x3 = r->v[6]; in freeze()
22 crypto_uint32 x4 = r->v[8]; in freeze()
23 crypto_uint32 y0; in freeze()
24 crypto_uint32 y1; in freeze()
25 crypto_uint32 y2; in freeze()
26 crypto_uint32 y3; in freeze()
27 crypto_uint32 y4; in freeze()
[all …]
/dports/dns/dq/dq-20181021/dq/
H A Dcache.c26 static crypto_uint32 size;
27 static crypto_uint32 hsize;
66 static void set4(crypto_uint32 pos, crypto_uint32 u) { in set4()
71 static crypto_uint32 get4(crypto_uint32 pos) { in get4()
81 static crypto_uint32 hash(const unsigned char *key, crypto_uint32 keylen) {
96 static crypto_uint32 hash(const unsigned char *key, crypto_uint32 keylen) { in hash()
108 crypto_uint32 pos; in cache_get()
111 crypto_uint32 u; in cache_get()
162 crypto_uint32 pos; in cache_set()
250 crypto_uint32 pos; in cache_dump()
[all …]
H A Ddns_nonce.c62 crypto_uint32 v0, v1, k0, k1, k2, k3; in dns_nonce_encrypt()
63 crypto_uint32 sum = 0; in dns_nonce_encrypt()
64 crypto_uint32 delta = 0x9e3779b9; in dns_nonce_encrypt()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dsc25519.c21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
32 crypto_uint32 pb = 0; in reduce_add_sub()
33 crypto_uint32 b; in reduce_add_sub()
34 crypto_uint32 mask; in reduce_add_sub()
55 crypto_uint32 q2[66]; in barrett_reduce()
57 crypto_uint32 r1[33]; in barrett_reduce()
58 crypto_uint32 r2[33]; in barrett_reduce()
59 crypto_uint32 carry; in barrett_reduce()
61 crypto_uint32 b; in barrett_reduce()
105 crypto_uint32 t[64]; in sc25519_from32bytes()
[all …]
H A Dfe25519.c16 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()
[all …]
/dports/security/signify/outils-0.10/src/usr.bin/signify/
H A Dsc25519.c19 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
30 crypto_uint32 pb = 0; in reduce_add_sub()
31 crypto_uint32 b; in reduce_add_sub()
32 crypto_uint32 mask; in reduce_add_sub()
53 crypto_uint32 q2[66]; in barrett_reduce()
55 crypto_uint32 r1[33]; in barrett_reduce()
56 crypto_uint32 r2[33]; in barrett_reduce()
57 crypto_uint32 carry; in barrett_reduce()
59 crypto_uint32 b; in barrett_reduce()
103 crypto_uint32 t[64]; in sc25519_from32bytes()
[all …]
H A Dfe25519.c14 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in equal()
16 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */ in equal()
22 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in ge()
31 static crypto_uint32 times19(crypto_uint32 a) in times19()
36 static crypto_uint32 times38(crypto_uint32 a) in times38()
43 crypto_uint32 t; in reduce_add_sub()
63 crypto_uint32 t; in reduce_mul()
85 crypto_uint32 m = equal(r->v[31],127); in fe25519_freeze()
142 crypto_uint32 mask = b; in fe25519_cmov()
186 crypto_uint32 t[32]; in fe25519_sub()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_sign/ed25519/ref/
H A Dsc25519.c11 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
22 crypto_uint32 pb = 0; in reduce_add_sub()
23 crypto_uint32 b; in reduce_add_sub()
24 crypto_uint32 mask; in reduce_add_sub()
45 crypto_uint32 q2[66]; in barrett_reduce()
47 crypto_uint32 r1[33]; in barrett_reduce()
48 crypto_uint32 r2[33]; in barrett_reduce()
49 crypto_uint32 carry; in barrett_reduce()
51 crypto_uint32 b; in barrett_reduce()
95 crypto_uint32 t[64]; in sc25519_from32bytes()
[all …]
H A Dfe25519.c6 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in equal()
8 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */ in equal()
14 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in ge()
23 static crypto_uint32 times19(crypto_uint32 a) in times19()
28 static crypto_uint32 times38(crypto_uint32 a) in times38()
35 crypto_uint32 t; in reduce_add_sub()
55 crypto_uint32 t; in reduce_mul()
77 crypto_uint32 m = equal(r->v[31],127); in fe25519_freeze()
134 crypto_uint32 mask = b; in fe25519_cmov()
178 crypto_uint32 t[32]; in fe25519_sub()
[all …]
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dsc25519.c21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
32 crypto_uint32 pb = 0; in reduce_add_sub()
33 crypto_uint32 b; in reduce_add_sub()
34 crypto_uint32 mask; in reduce_add_sub()
55 crypto_uint32 q2[66]; in barrett_reduce()
57 crypto_uint32 r1[33]; in barrett_reduce()
58 crypto_uint32 r2[33]; in barrett_reduce()
59 crypto_uint32 carry; in barrett_reduce()
61 crypto_uint32 b; in barrett_reduce()
105 crypto_uint32 t[64]; in sc25519_from32bytes()
[all …]
H A Dfe25519.c16 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()
[all …]
/dports/security/py-ed25519ll/dholth-ed25519ll-37719c56b7b6/ed25519-supercop-ref/
H A Dsc25519.c11 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
22 crypto_uint32 pb = 0; in reduce_add_sub()
23 crypto_uint32 b; in reduce_add_sub()
24 crypto_uint32 mask; in reduce_add_sub()
45 crypto_uint32 q2[66]; in barrett_reduce()
47 crypto_uint32 r1[33]; in barrett_reduce()
48 crypto_uint32 r2[33]; in barrett_reduce()
49 crypto_uint32 carry; in barrett_reduce()
51 crypto_uint32 b; in barrett_reduce()
95 crypto_uint32 t[64]; in sc25519_from32bytes()
[all …]
H A Dfe25519.c6 static crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in equal()
8 crypto_uint32 x = a ^ b; /* 0: yes; 1..65535: no */ in equal()
14 static crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in ge()
23 static crypto_uint32 times19(crypto_uint32 a) in times19()
28 static crypto_uint32 times38(crypto_uint32 a) in times38()
35 crypto_uint32 t; in reduce_add_sub()
55 crypto_uint32 t; in reduce_mul()
77 crypto_uint32 m = equal(r->v[31],127); in fe25519_freeze()
134 crypto_uint32 mask = b; in fe25519_cmov()
178 crypto_uint32 t[32]; in fe25519_sub()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dsc25519.c21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */
32 crypto_uint32 pb = 0;
33 crypto_uint32 b;
34 crypto_uint32 mask;
55 crypto_uint32 q2[66];
57 crypto_uint32 r1[33];
58 crypto_uint32 r2[33];
59 crypto_uint32 carry;
61 crypto_uint32 b;
105 crypto_uint32 t[64];
[all …]
H A Dfe25519.c16 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()
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dsc25519.c21 static crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
32 crypto_uint32 pb = 0; in reduce_add_sub()
33 crypto_uint32 b; in reduce_add_sub()
34 crypto_uint32 mask; in reduce_add_sub()
55 crypto_uint32 q2[66]; in barrett_reduce()
57 crypto_uint32 r1[33]; in barrett_reduce()
58 crypto_uint32 r2[33]; in barrett_reduce()
59 crypto_uint32 carry; in barrett_reduce()
61 crypto_uint32 b; in barrett_reduce()
105 crypto_uint32 t[64]; in sc25519_from32bytes()
[all …]
H A Dfe25519.c16 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()
[all …]
/dports/dns/dq/dq-20181021/crypto/
H A Dsalsa.c17 static const crypto_uint32 sigma[4] = { 0x61707865, 0x3320646E, 0x79622D32, 0x6B206574 };
19 void salsa_core(unsigned char *out, crypto_uint32 *n, const crypto_uint32 *k, const crypto_uint32 *… in salsa_core()
22 crypto_uint32 x[16], y[16], t[4], w[16]; in salsa_core()
67 crypto_uint32 k[8], n[4]; in salsa_stream_xor()
H A Dsalsa.h6 extern void salsa_core(unsigned char *, crypto_uint32 *, const crypto_uint32 *, const crypto_uint32
H A Duint32_unpack.c7 crypto_uint32 uint32_unpack(const unsigned char *x) { in uint32_unpack()
9 crypto_uint32 y = 0; in uint32_unpack()
H A Duint32_unpack_big.c7 crypto_uint32 uint32_unpack_big(const unsigned char *x) { in uint32_unpack_big()
9 crypto_uint32 y = 0; in uint32_unpack_big()
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DC25519.cpp759 crypto_uint32 v[32];
808 static inline crypto_uint32 equal(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in equal()
816 static inline crypto_uint32 ge(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in ge()
825 static inline crypto_uint32 times19(crypto_uint32 a) in times19()
830 static inline crypto_uint32 times38(crypto_uint32 a) in times38()
837 crypto_uint32 t; in reduce_add_sub()
857 crypto_uint32 t; in reduce_mul()
1122 static inline crypto_uint32 lt(crypto_uint32 a,crypto_uint32 b) /* 16-bit inputs */ in lt()
1134 crypto_uint32 b; in reduce_add_sub()
1135 crypto_uint32 mask; in reduce_add_sub()
[all …]
/dports/dns/dq/dq-20181021/sysdep/
H A Dcrypto_uint32.h-int.c2 typedef unsigned int crypto_uint32; typedef
3 DOUINT(32, crypto_uint32, "unsigned int")
H A Dcrypto_uint32.h-long.c2 typedef unsigned long crypto_uint32; typedef
3 DOUINT(32, crypto_uint32, "unsigned long")
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/curvecp/
H A Duint32_unpack.c3 crypto_uint32 uint32_unpack(const unsigned char *x) in uint32_unpack()
5 crypto_uint32 result; in uint32_unpack()

123456