Home
last modified time | relevance | path

Searched refs:QROUND (Results 1 – 25 of 34) sorted by relevance

12

/dports/security/akmos/akmos-0.7.2/src/algo/
H A Dsalsa.c126 QROUND( 4, 0, 12, 7); QROUND( 9, 5, 1, 7); in akmos_salsa_stream()
127 QROUND(14, 10, 6, 7); QROUND( 3, 15, 11, 7); in akmos_salsa_stream()
128 QROUND( 8, 4, 0, 9); QROUND(13, 9, 5, 9); in akmos_salsa_stream()
129 QROUND( 2, 14, 10, 9); QROUND( 7, 3, 15, 9); in akmos_salsa_stream()
130 QROUND(12, 8, 4, 13); QROUND( 1, 13, 9, 13); in akmos_salsa_stream()
131 QROUND( 6, 2, 14, 13); QROUND(11, 7, 3, 13); in akmos_salsa_stream()
132 QROUND( 0, 12, 8, 18); QROUND( 5, 1, 13, 18); in akmos_salsa_stream()
133 QROUND(10, 6, 2, 18); QROUND(15, 11, 7, 18); in akmos_salsa_stream()
135 QROUND( 1, 0, 3, 7); QROUND( 6, 5, 4, 7); in akmos_salsa_stream()
136 QROUND(11, 10, 9, 7); QROUND(12, 15, 14, 7); in akmos_salsa_stream()
[all …]
H A Dchacha.c45 #define QROUND(a, b, c, d) \ macro
97 QROUND( 0, 4, 8, 12); QROUND( 1, 5, 9, 13); in akmos_chacha_stream()
98 QROUND( 2, 6, 10, 14); QROUND( 3, 7, 11, 15); in akmos_chacha_stream()
99 QROUND( 0, 5, 10, 15); QROUND( 1, 6, 11, 12); in akmos_chacha_stream()
100 QROUND( 2, 7, 8, 13); QROUND( 3, 4, 9, 14); in akmos_chacha_stream()
/dports/security/akmos/akmos-0.7.2/src/kdf/
H A Dscrypt.c59 QROUND( 4, 0, 12, 7); QROUND( 9, 5, 1, 7); in scrypt_salsa()
60 QROUND(14, 10, 6, 7); QROUND( 3, 15, 11, 7); in scrypt_salsa()
61 QROUND( 8, 4, 0, 9); QROUND(13, 9, 5, 9); in scrypt_salsa()
62 QROUND( 2, 14, 10, 9); QROUND( 7, 3, 15, 9); in scrypt_salsa()
63 QROUND(12, 8, 4, 13); QROUND( 1, 13, 9, 13); in scrypt_salsa()
64 QROUND( 6, 2, 14, 13); QROUND(11, 7, 3, 13); in scrypt_salsa()
65 QROUND( 0, 12, 8, 18); QROUND( 5, 1, 13, 18); in scrypt_salsa()
66 QROUND(10, 6, 2, 18); QROUND(15, 11, 7, 18); in scrypt_salsa()
68 QROUND( 1, 0, 3, 7); QROUND( 6, 5, 4, 7); in scrypt_salsa()
69 QROUND(11, 10, 9, 7); QROUND(12, 15, 14, 7); in scrypt_salsa()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/src/symcipher/
H A Dchacha20_ct.c59 #define QROUND(a, b, c, d) do { \ in br_chacha20_ct_run() macro
74 QROUND( 0, 4, 8, 12); in br_chacha20_ct_run()
75 QROUND( 1, 5, 9, 13); in br_chacha20_ct_run()
76 QROUND( 2, 6, 10, 14); in br_chacha20_ct_run()
77 QROUND( 3, 7, 11, 15); in br_chacha20_ct_run()
78 QROUND( 0, 5, 10, 15); in br_chacha20_ct_run()
79 QROUND( 1, 6, 11, 12); in br_chacha20_ct_run()
80 QROUND( 2, 7, 8, 13); in br_chacha20_ct_run()
81 QROUND( 3, 4, 9, 14); in br_chacha20_ct_run()
83 #undef QROUND in br_chacha20_ct_run()
/dports/security/bearssl/bearssl-0.6/src/symcipher/
H A Dchacha20_ct.c59 #define QROUND(a, b, c, d) do { \ in br_chacha20_ct_run() macro
74 QROUND( 0, 4, 8, 12); in br_chacha20_ct_run()
75 QROUND( 1, 5, 9, 13); in br_chacha20_ct_run()
76 QROUND( 2, 6, 10, 14); in br_chacha20_ct_run()
77 QROUND( 3, 7, 11, 15); in br_chacha20_ct_run()
78 QROUND( 0, 5, 10, 15); in br_chacha20_ct_run()
79 QROUND( 1, 6, 11, 12); in br_chacha20_ct_run()
80 QROUND( 2, 7, 8, 13); in br_chacha20_ct_run()
81 QROUND( 3, 4, 9, 14); in br_chacha20_ct_run()
83 #undef QROUND in br_chacha20_ct_run()
/dports/security/nettle/nettle-3.7.3/
H A Dsalsa20-core-internal.c89 #define QROUND(x0, x1, x2, x3) do { \ macro
108 QROUND(x[0], x[4], x[8], x[12]); in _nettle_salsa20_core()
109 QROUND(x[5], x[9], x[13], x[1]); in _nettle_salsa20_core()
110 QROUND(x[10], x[14], x[2], x[6]); in _nettle_salsa20_core()
111 QROUND(x[15], x[3], x[7], x[11]); in _nettle_salsa20_core()
114 QROUND(x[0], x[1], x[2], x[3]); in _nettle_salsa20_core()
115 QROUND(x[5], x[6], x[7], x[4]); in _nettle_salsa20_core()
116 QROUND(x[10], x[11], x[8], x[9]); in _nettle_salsa20_core()
117 QROUND(x[15], x[12], x[13], x[14]); in _nettle_salsa20_core()
H A Dchacha-core-internal.c91 #define QROUND(x0, x1, x2, x3) do { \ macro
110 QROUND(x[0], x[4], x[8], x[12]); in _nettle_chacha_core()
111 QROUND(x[1], x[5], x[9], x[13]); in _nettle_chacha_core()
112 QROUND(x[2], x[6], x[10], x[14]); in _nettle_chacha_core()
113 QROUND(x[3], x[7], x[11], x[15]); in _nettle_chacha_core()
116 QROUND(x[0], x[5], x[10], x[15]); in _nettle_chacha_core()
117 QROUND(x[1], x[6], x[11], x[12]); in _nettle_chacha_core()
118 QROUND(x[2], x[7], x[8], x[13]); in _nettle_chacha_core()
119 QROUND(x[3], x[4], x[9], x[14]); in _nettle_chacha_core()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dsalsa20-core-internal.c89 #define QROUND(x0, x1, x2, x3) do { \ macro
108 QROUND(x[0], x[4], x[8], x[12]); in _salsa20_core()
109 QROUND(x[5], x[9], x[13], x[1]); in _salsa20_core()
110 QROUND(x[10], x[14], x[2], x[6]); in _salsa20_core()
111 QROUND(x[15], x[3], x[7], x[11]); in _salsa20_core()
114 QROUND(x[0], x[1], x[2], x[3]); in _salsa20_core()
115 QROUND(x[5], x[6], x[7], x[4]); in _salsa20_core()
116 QROUND(x[10], x[11], x[8], x[9]); in _salsa20_core()
117 QROUND(x[15], x[12], x[13], x[14]); in _salsa20_core()
H A Dchacha-core-internal.c91 #define QROUND(x0, x1, x2, x3) do { \ macro
110 QROUND(x[0], x[4], x[8], x[12]); in _chacha_core()
111 QROUND(x[1], x[5], x[9], x[13]); in _chacha_core()
112 QROUND(x[2], x[6], x[10], x[14]); in _chacha_core()
113 QROUND(x[3], x[7], x[11], x[15]); in _chacha_core()
116 QROUND(x[0], x[5], x[10], x[15]); in _chacha_core()
117 QROUND(x[1], x[6], x[11], x[12]); in _chacha_core()
118 QROUND(x[2], x[7], x[8], x[13]); in _chacha_core()
119 QROUND(x[3], x[4], x[9], x[14]); in _chacha_core()
/dports/security/gnutls/gnutls-3.6.16/lib/nettle/backport/
H A Dchacha-core-internal.c91 #define QROUND(x0, x1, x2, x3) do { \ macro
110 QROUND(x[0], x[4], x[8], x[12]); in _chacha_core()
111 QROUND(x[1], x[5], x[9], x[13]); in _chacha_core()
112 QROUND(x[2], x[6], x[10], x[14]); in _chacha_core()
113 QROUND(x[3], x[7], x[11], x[15]); in _chacha_core()
116 QROUND(x[0], x[5], x[10], x[15]); in _chacha_core()
117 QROUND(x[1], x[6], x[11], x[12]); in _chacha_core()
118 QROUND(x[2], x[7], x[8], x[13]); in _chacha_core()
119 QROUND(x[3], x[4], x[9], x[14]); in _chacha_core()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/x86_64/sha_ni/
H A Dsha1-compress.asm50 C QROUND(M0, M1, M2, M3, E0, E1, TYPE)
51 define(<QROUND>, <
105 QROUND(MSG3, MSG0, MSG1, MSG2, E1, E0, 0) C Rounds 12-15
106 QROUND(MSG0, MSG1, MSG2, MSG3, E0, E1, 0) C Rounds 16-19
108 QROUND(MSG1, MSG2, MSG3, MSG0, E1, E0, 1) C Rounds 20-23
109 QROUND(MSG2, MSG3, MSG0, MSG1, E0, E1, 1) C Rounds 24-27
110 QROUND(MSG3, MSG0, MSG1, MSG2, E1, E0, 1) C Rounds 28-31
111 QROUND(MSG0, MSG1, MSG2, MSG3, E0, E1, 1) C Rounds 32-35
112 QROUND(MSG1, MSG2, MSG3, MSG0, E1, E0, 1) C Rounds 36-39
114 QROUND(MSG2, MSG3, MSG0, MSG1, E0, E1, 2) C Rounds 40-43
[all …]
H A Dsha256-compress.asm50 C QROUND(M0, M1, M2, M3, R)
51 define(<QROUND>, <
127 QROUND(MSG0, MSG1, MSG2, MSG3, 16)
128 QROUND(MSG1, MSG2, MSG3, MSG0, 20)
129 QROUND(MSG2, MSG3, MSG0, MSG1, 24)
130 QROUND(MSG3, MSG0, MSG1, MSG2, 28)
131 QROUND(MSG0, MSG1, MSG2, MSG3, 32)
132 QROUND(MSG1, MSG2, MSG3, MSG0, 36)
133 QROUND(MSG2, MSG3, MSG0, MSG1, 40)
134 QROUND(MSG3, MSG0, MSG1, MSG2, 44)
[all …]
/dports/security/nettle/nettle-3.7.3/x86_64/sha_ni/
H A Dsha1-compress.asm105 QROUND(MSG3, MSG0, MSG1, MSG2, E1, E0, 0) C Rounds 12-15
106 QROUND(MSG0, MSG1, MSG2, MSG3, E0, E1, 0) C Rounds 16-19
108 QROUND(MSG1, MSG2, MSG3, MSG0, E1, E0, 1) C Rounds 20-23
109 QROUND(MSG2, MSG3, MSG0, MSG1, E0, E1, 1) C Rounds 24-27
110 QROUND(MSG3, MSG0, MSG1, MSG2, E1, E0, 1) C Rounds 28-31
111 QROUND(MSG0, MSG1, MSG2, MSG3, E0, E1, 1) C Rounds 32-35
112 QROUND(MSG1, MSG2, MSG3, MSG0, E1, E0, 1) C Rounds 36-39
114 QROUND(MSG2, MSG3, MSG0, MSG1, E0, E1, 2) C Rounds 40-43
115 QROUND(MSG3, MSG0, MSG1, MSG2, E1, E0, 2) C Rounds 44-47
116 QROUND(MSG0, MSG1, MSG2, MSG3, E0, E1, 2) C Rounds 48-51
[all …]
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-1024_clean/
H A Drng.c119 #define QROUND(a, b, c, d) do { \ in PQCLEAN_FALCON1024_CLEAN_prng_refill() macro
134 QROUND( 0, 4, 8, 12); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
135 QROUND( 1, 5, 9, 13); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
136 QROUND( 2, 6, 10, 14); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
137 QROUND( 3, 7, 11, 15); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
138 QROUND( 0, 5, 10, 15); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
139 QROUND( 1, 6, 11, 12); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
140 QROUND( 2, 7, 8, 13); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
141 QROUND( 3, 4, 9, 14); in PQCLEAN_FALCON1024_CLEAN_prng_refill()
143 #undef QROUND in PQCLEAN_FALCON1024_CLEAN_prng_refill()
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-512_avx2/
H A Drng.c124 #define QROUND(a, b, c, d) do { \ in PQCLEAN_FALCON512_AVX2_prng_refill() macro
147 QROUND( 0, 4, 8, 12); in PQCLEAN_FALCON512_AVX2_prng_refill()
148 QROUND( 1, 5, 9, 13); in PQCLEAN_FALCON512_AVX2_prng_refill()
149 QROUND( 2, 6, 10, 14); in PQCLEAN_FALCON512_AVX2_prng_refill()
150 QROUND( 3, 7, 11, 15); in PQCLEAN_FALCON512_AVX2_prng_refill()
151 QROUND( 0, 5, 10, 15); in PQCLEAN_FALCON512_AVX2_prng_refill()
152 QROUND( 1, 6, 11, 12); in PQCLEAN_FALCON512_AVX2_prng_refill()
153 QROUND( 2, 7, 8, 13); in PQCLEAN_FALCON512_AVX2_prng_refill()
154 QROUND( 3, 4, 9, 14); in PQCLEAN_FALCON512_AVX2_prng_refill()
156 #undef QROUND in PQCLEAN_FALCON512_AVX2_prng_refill()
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-1024_avx2/
H A Drng.c124 #define QROUND(a, b, c, d) do { \ in PQCLEAN_FALCON1024_AVX2_prng_refill() macro
147 QROUND( 0, 4, 8, 12); in PQCLEAN_FALCON1024_AVX2_prng_refill()
148 QROUND( 1, 5, 9, 13); in PQCLEAN_FALCON1024_AVX2_prng_refill()
149 QROUND( 2, 6, 10, 14); in PQCLEAN_FALCON1024_AVX2_prng_refill()
150 QROUND( 3, 7, 11, 15); in PQCLEAN_FALCON1024_AVX2_prng_refill()
151 QROUND( 0, 5, 10, 15); in PQCLEAN_FALCON1024_AVX2_prng_refill()
152 QROUND( 1, 6, 11, 12); in PQCLEAN_FALCON1024_AVX2_prng_refill()
153 QROUND( 2, 7, 8, 13); in PQCLEAN_FALCON1024_AVX2_prng_refill()
154 QROUND( 3, 4, 9, 14); in PQCLEAN_FALCON1024_AVX2_prng_refill()
156 #undef QROUND in PQCLEAN_FALCON1024_AVX2_prng_refill()
/dports/security/liboqs/liboqs-0.7.0/src/sig/falcon/pqclean_falcon-512_clean/
H A Drng.c119 #define QROUND(a, b, c, d) do { \
134 QROUND( 0, 4, 8, 12);
135 QROUND( 1, 5, 9, 13);
136 QROUND( 2, 6, 10, 14);
137 QROUND( 3, 7, 11, 15);
138 QROUND( 0, 5, 10, 15);
139 QROUND( 1, 6, 11, 12);
140 QROUND( 2, 7, 8, 13);
141 QROUND( 3, 4, 9, 14);
143 #undef QROUND
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Dscrypt.c68 #define QROUND(x0, x1, x2, x3) do { \ macro
89 QROUND(x[0], x[4], x[8], x[12]); in salsa20_core()
90 QROUND(x[5], x[9], x[13], x[1]); in salsa20_core()
91 QROUND(x[10], x[14], x[2], x[6]); in salsa20_core()
92 QROUND(x[15], x[3], x[7], x[11]); in salsa20_core()
94 QROUND(x[0], x[1], x[2], x[3]); in salsa20_core()
95 QROUND(x[5], x[6], x[7], x[4]); in salsa20_core()
96 QROUND(x[10], x[11], x[8], x[9]); in salsa20_core()
97 QROUND(x[15], x[12], x[13], x[14]); in salsa20_core()
H A Dsalsa20.c184 #define QROUND(x0, x1, x2, x3) \ macro
202 QROUND (pad[0], pad[4], pad[8], pad[12]); in salsa20_core()
203 QROUND (pad[5], pad[9], pad[13], pad[1] ); in salsa20_core()
204 QROUND (pad[10], pad[14], pad[2], pad[6] ); in salsa20_core()
205 QROUND (pad[15], pad[3], pad[7], pad[11]); in salsa20_core()
208 QROUND (pad[0], pad[1], pad[2], pad[3] ); in salsa20_core()
209 QROUND (pad[5], pad[6], pad[7], pad[4] ); in salsa20_core()
210 QROUND (pad[10], pad[11], pad[8], pad[9] ); in salsa20_core()
211 QROUND (pad[15], pad[12], pad[13], pad[14]); in salsa20_core()
232 #undef QROUND
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Dscrypt.c68 #define QROUND(x0, x1, x2, x3) do { \ macro
89 QROUND(x[0], x[4], x[8], x[12]); in salsa20_core()
90 QROUND(x[5], x[9], x[13], x[1]); in salsa20_core()
91 QROUND(x[10], x[14], x[2], x[6]); in salsa20_core()
92 QROUND(x[15], x[3], x[7], x[11]); in salsa20_core()
94 QROUND(x[0], x[1], x[2], x[3]); in salsa20_core()
95 QROUND(x[5], x[6], x[7], x[4]); in salsa20_core()
96 QROUND(x[10], x[11], x[8], x[9]); in salsa20_core()
97 QROUND(x[15], x[12], x[13], x[14]); in salsa20_core()
H A Dsalsa20.c184 #define QROUND(x0, x1, x2, x3) \ macro
202 QROUND (pad[0], pad[4], pad[8], pad[12]); in salsa20_core()
203 QROUND (pad[5], pad[9], pad[13], pad[1] ); in salsa20_core()
204 QROUND (pad[10], pad[14], pad[2], pad[6] ); in salsa20_core()
205 QROUND (pad[15], pad[3], pad[7], pad[11]); in salsa20_core()
208 QROUND (pad[0], pad[1], pad[2], pad[3] ); in salsa20_core()
209 QROUND (pad[5], pad[6], pad[7], pad[4] ); in salsa20_core()
210 QROUND (pad[10], pad[11], pad[8], pad[9] ); in salsa20_core()
211 QROUND (pad[15], pad[12], pad[13], pad[14]); in salsa20_core()
232 #undef QROUND
/dports/security/nettle/nettle-3.7.3/x86_64/
H A Dchacha-core-internal.asm57 C QROUND(x0, x1, x2, x3)
58 define(`QROUND', `
101 QROUND(X0, X1, X2, X3)
106 QROUND(X0, X1, X2, X3)
H A Dsalsa20.m42 C QROUND(x0, x1, x2, x3)
3 define(`QROUND', ` macro
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/x86_64/
H A Dchacha-core-internal.asm57 C QROUND
58 define(<QROUND>, <
101 QROUND(X0, X1, X2, X3)
106 QROUND(X0, X1, X2, X3)
H A Dsalsa20.m42 C QROUND(x0, x1, x2, x3)
3 define(<QROUND>, <

12