Home
last modified time | relevance | path

Searched refs:KK0 (Results 1 – 25 of 76) sorted by relevance

1234

/dports/security/akmos/akmos-0.7.2/src/algo/
H A Dripemd.c58 #define KK0 0x50A28BE6 macro
190 R1(a, b, c, d, e, F4, KK0, 8, 5); in ripemd_160_transform()
191 R1(e, a, b, c, d, F4, KK0, 9, 14); in ripemd_160_transform()
192 R1(d, e, a, b, c, F4, KK0, 9, 7); in ripemd_160_transform()
193 R1(c, d, e, a, b, F4, KK0, 11, 0); in ripemd_160_transform()
194 R1(b, c, d, e, a, F4, KK0, 13, 9); in ripemd_160_transform()
195 R1(a, b, c, d, e, F4, KK0, 15, 2); in ripemd_160_transform()
196 R1(e, a, b, c, d, F4, KK0, 15, 11); in ripemd_160_transform()
197 R1(d, e, a, b, c, F4, KK0, 5, 4); in ripemd_160_transform()
198 R1(c, d, e, a, b, F4, KK0, 7, 13); in ripemd_160_transform()
[all …]
/dports/security/mhash/mhash-0.9.9.9/lib/
H A Dripemd.c72 #define KK0 0x50A28BE6 /* 2^30 * cbrt(2) */ macro
181 subRound128(AA, BB, CC, DD, f48, KK0, 8, data[5]); in ripemd128_transform()
182 subRound128(DD, AA, BB, CC, f48, KK0, 9, data[14]); in ripemd128_transform()
183 subRound128(CC, DD, AA, BB, f48, KK0, 9, data[7]); in ripemd128_transform()
184 subRound128(BB, CC, DD, AA, f48, KK0, 11, data[0]); in ripemd128_transform()
185 subRound128(AA, BB, CC, DD, f48, KK0, 13, data[9]); in ripemd128_transform()
186 subRound128(DD, AA, BB, CC, f48, KK0, 15, data[2]); in ripemd128_transform()
188 subRound128(BB, CC, DD, AA, f48, KK0, 5, data[4]); in ripemd128_transform()
189 subRound128(AA, BB, CC, DD, f48, KK0, 7, data[13]); in ripemd128_transform()
190 subRound128(DD, AA, BB, CC, f48, KK0, 7, data[6]); in ripemd128_transform()
[all …]
/dports/editors/wxhexeditor/wxHexEditor/mhash/lib/
H A Dripemd.c72 #define KK0 0x50A28BE6 /* 2^30 * cbrt(2) */ macro
181 subRound128(AA, BB, CC, DD, f48, KK0, 8, data[5]); in ripemd128_transform()
182 subRound128(DD, AA, BB, CC, f48, KK0, 9, data[14]); in ripemd128_transform()
183 subRound128(CC, DD, AA, BB, f48, KK0, 9, data[7]); in ripemd128_transform()
184 subRound128(BB, CC, DD, AA, f48, KK0, 11, data[0]); in ripemd128_transform()
185 subRound128(AA, BB, CC, DD, f48, KK0, 13, data[9]); in ripemd128_transform()
186 subRound128(DD, AA, BB, CC, f48, KK0, 15, data[2]); in ripemd128_transform()
188 subRound128(BB, CC, DD, AA, f48, KK0, 5, data[4]); in ripemd128_transform()
189 subRound128(AA, BB, CC, DD, f48, KK0, 7, data[13]); in ripemd128_transform()
190 subRound128(DD, AA, BB, CC, f48, KK0, 7, data[6]); in ripemd128_transform()
[all …]
/dports/security/nettle/nettle-3.7.3/
H A Dripemd160-compress.c76 #define KK0 0x50A28BE6 in _nettle_ripemd160_compress() macro
186 R( a, b, c, d, e, F4, KK0, 5, 8); in _nettle_ripemd160_compress()
187 R( e, a, b, c, d, F4, KK0, 14, 9); in _nettle_ripemd160_compress()
188 R( d, e, a, b, c, F4, KK0, 7, 9); in _nettle_ripemd160_compress()
189 R( c, d, e, a, b, F4, KK0, 0, 11); in _nettle_ripemd160_compress()
190 R( b, c, d, e, a, F4, KK0, 9, 13); in _nettle_ripemd160_compress()
191 R( a, b, c, d, e, F4, KK0, 2, 15); in _nettle_ripemd160_compress()
192 R( e, a, b, c, d, F4, KK0, 11, 15); in _nettle_ripemd160_compress()
193 R( d, e, a, b, c, F4, KK0, 4, 5); in _nettle_ripemd160_compress()
194 R( c, d, e, a, b, F4, KK0, 13, 7); in _nettle_ripemd160_compress()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dripemd160-compress.c76 #define KK0 0x50A28BE6 in _nettle_ripemd160_compress() macro
186 R( a, b, c, d, e, F4, KK0, 5, 8); in _nettle_ripemd160_compress()
187 R( e, a, b, c, d, F4, KK0, 14, 9); in _nettle_ripemd160_compress()
188 R( d, e, a, b, c, F4, KK0, 7, 9); in _nettle_ripemd160_compress()
189 R( c, d, e, a, b, F4, KK0, 0, 11); in _nettle_ripemd160_compress()
190 R( b, c, d, e, a, F4, KK0, 9, 13); in _nettle_ripemd160_compress()
191 R( a, b, c, d, e, F4, KK0, 2, 15); in _nettle_ripemd160_compress()
192 R( e, a, b, c, d, F4, KK0, 11, 15); in _nettle_ripemd160_compress()
193 R( d, e, a, b, c, F4, KK0, 4, 5); in _nettle_ripemd160_compress()
194 R( c, d, e, a, b, F4, KK0, 13, 7); in _nettle_ripemd160_compress()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/devel/smake/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/devel/schilybase/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/devel/sccs/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/net/rscsi/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/archivers/star/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/editors/ved/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/libmdigest/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
104 #define KK0 0x50A28BE6 macro
336 R(a, b, c, d, e, F4, KK0, 8, 5);
337 R(e, a, b, c, d, F4, KK0, 9, 14);
338 R(d, e, a, b, c, F4, KK0, 9, 7);
339 R(c, d, e, a, b, F4, KK0, 11, 0);
340 R(b, c, d, e, a, F4, KK0, 13, 9);
341 R(a, b, c, d, e, F4, KK0, 15, 2);
342 R(e, a, b, c, d, F4, KK0, 15, 11);
343 R(d, e, a, b, c, F4, KK0, 5, 4);
[all …]
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/hash/
H A Drmd160.c62 #define KK0 0x50A28BE6U macro
282 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform()
283 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform()
284 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform()
285 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform()
286 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform()
287 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform()
288 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform()
289 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform()
290 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/common/lib/libc/hash/rmd160/
H A Drmd160.c86 #define KK0 0x50A28BE6U macro
303 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform()
304 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform()
305 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform()
306 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform()
307 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform()
308 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform()
309 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform()
310 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform()
311 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform()
[all …]
/dports/security/signify/outils-0.10/src/liboutils/
H A Drmd160.c62 #define KK0 0x50A28BE6U macro
278 R(a, b, c, d, e, F4, KK0, 8, 5); in RMD160Transform()
279 R(e, a, b, c, d, F4, KK0, 9, 14); in RMD160Transform()
280 R(d, e, a, b, c, F4, KK0, 9, 7); in RMD160Transform()
281 R(c, d, e, a, b, F4, KK0, 11, 0); in RMD160Transform()
282 R(b, c, d, e, a, F4, KK0, 13, 9); in RMD160Transform()
283 R(a, b, c, d, e, F4, KK0, 15, 2); in RMD160Transform()
284 R(e, a, b, c, d, F4, KK0, 15, 11); in RMD160Transform()
285 R(d, e, a, b, c, F4, KK0, 5, 4); in RMD160Transform()
286 R(c, d, e, a, b, F4, KK0, 7, 13); in RMD160Transform()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Drmd160.c193 #define KK0 0x50A28BE6 in transform_blk() macro
215 R( ar, br, cr, dr, er, F4, KK0, 5, 8); in transform_blk()
219 R( dr, er, ar, br, cr, F4, KK0, 7, 9); in transform_blk()
221 R( cr, dr, er, ar, br, F4, KK0, 0, 11); in transform_blk()
223 R( br, cr, dr, er, ar, F4, KK0, 9, 13); in transform_blk()
225 R( ar, br, cr, dr, er, F4, KK0, 2, 15); in transform_blk()
229 R( dr, er, ar, br, cr, F4, KK0, 4, 5); in transform_blk()
233 R( br, cr, dr, er, ar, F4, KK0, 6, 7); in transform_blk()
237 R( er, ar, br, cr, dr, F4, KK0, 8, 11); in transform_blk()
239 R( dr, er, ar, br, cr, F4, KK0, 1, 14); in transform_blk()
[all …]
/dports/devel/agar/agar-1.5.0/core/
H A Drmd160.c63 #define KK0 0x50A28BE6U macro
283 R(a, b, c, d, e, F4, KK0, 8, 5); in AG_RMD160Transform()
284 R(e, a, b, c, d, F4, KK0, 9, 14); in AG_RMD160Transform()
285 R(d, e, a, b, c, F4, KK0, 9, 7); in AG_RMD160Transform()
286 R(c, d, e, a, b, F4, KK0, 11, 0); in AG_RMD160Transform()
287 R(b, c, d, e, a, F4, KK0, 13, 9); in AG_RMD160Transform()
288 R(a, b, c, d, e, F4, KK0, 15, 2); in AG_RMD160Transform()
289 R(e, a, b, c, d, F4, KK0, 15, 11); in AG_RMD160Transform()
290 R(d, e, a, b, c, F4, KK0, 5, 4); in AG_RMD160Transform()
291 R(c, d, e, a, b, F4, KK0, 7, 13); in AG_RMD160Transform()
[all …]
/dports/security/gnupg/gnupg-2.3.3/g10/
H A Drmd160.c113 #define KK0 0x50A28BE6 in transform() macro
223 R( a, b, c, d, e, F4, KK0, 5, 8); in transform()
225 R( d, e, a, b, c, F4, KK0, 7, 9); in transform()
226 R( c, d, e, a, b, F4, KK0, 0, 11); in transform()
227 R( b, c, d, e, a, F4, KK0, 9, 13); in transform()
228 R( a, b, c, d, e, F4, KK0, 2, 15); in transform()
230 R( d, e, a, b, c, F4, KK0, 4, 5); in transform()
232 R( b, c, d, e, a, F4, KK0, 6, 7); in transform()
234 R( e, a, b, c, d, F4, KK0, 8, 11); in transform()
235 R( d, e, a, b, c, F4, KK0, 1, 14); in transform()
[all …]
/dports/security/gnupg1/gnupg-1.4.23/cipher/
H A Drmd160.c210 #define KK0 0x50A28BE6 in transform() macro
320 R( a, b, c, d, e, F4, KK0, 5, 8); in transform()
322 R( d, e, a, b, c, F4, KK0, 7, 9); in transform()
323 R( c, d, e, a, b, F4, KK0, 0, 11); in transform()
324 R( b, c, d, e, a, F4, KK0, 9, 13); in transform()
325 R( a, b, c, d, e, F4, KK0, 2, 15); in transform()
327 R( d, e, a, b, c, F4, KK0, 4, 5); in transform()
329 R( b, c, d, e, a, F4, KK0, 6, 7); in transform()
331 R( e, a, b, c, d, F4, KK0, 8, 11); in transform()
332 R( d, e, a, b, c, F4, KK0, 1, 14); in transform()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Drmd160.c193 #define KK0 0x50A28BE6 in transform_blk() macro
215 R( ar, br, cr, dr, er, F4, KK0, 5, 8); in transform_blk()
219 R( dr, er, ar, br, cr, F4, KK0, 7, 9); in transform_blk()
221 R( cr, dr, er, ar, br, F4, KK0, 0, 11); in transform_blk()
223 R( br, cr, dr, er, ar, F4, KK0, 9, 13); in transform_blk()
225 R( ar, br, cr, dr, er, F4, KK0, 2, 15); in transform_blk()
229 R( dr, er, ar, br, cr, F4, KK0, 4, 5); in transform_blk()
233 R( br, cr, dr, er, ar, F4, KK0, 6, 7); in transform_blk()
237 R( er, ar, br, cr, dr, F4, KK0, 8, 11); in transform_blk()
239 R( dr, er, ar, br, cr, F4, KK0, 1, 14); in transform_blk()
[all …]
/dports/security/integrit/integrit-4.1/gnupg/
H A Drmd160.c239 #define KK0 0x50A28BE6 in transform() macro
349 R( a, b, c, d, e, F4, KK0, 5, 8); in transform()
351 R( d, e, a, b, c, F4, KK0, 7, 9); in transform()
352 R( c, d, e, a, b, F4, KK0, 0, 11); in transform()
353 R( b, c, d, e, a, F4, KK0, 9, 13); in transform()
354 R( a, b, c, d, e, F4, KK0, 2, 15); in transform()
356 R( d, e, a, b, c, F4, KK0, 4, 5); in transform()
358 R( b, c, d, e, a, F4, KK0, 6, 7); in transform()
360 R( e, a, b, c, d, F4, KK0, 8, 11); in transform()
361 R( d, e, a, b, c, F4, KK0, 1, 14); in transform()
[all …]
/dports/security/aespipe/aespipe-v2.4e/
H A Drmd160.c224 #define KK0 0x50A28BE6 in transform() macro
334 R( a, b, c, d, e, F4, KK0, 5, 8); in transform()
336 R( d, e, a, b, c, F4, KK0, 7, 9); in transform()
337 R( c, d, e, a, b, F4, KK0, 0, 11); in transform()
338 R( b, c, d, e, a, F4, KK0, 9, 13); in transform()
339 R( a, b, c, d, e, F4, KK0, 2, 15); in transform()
341 R( d, e, a, b, c, F4, KK0, 4, 5); in transform()
343 R( b, c, d, e, a, F4, KK0, 6, 7); in transform()
345 R( e, a, b, c, d, F4, KK0, 8, 11); in transform()
346 R( d, e, a, b, c, F4, KK0, 1, 14); in transform()
[all …]
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dripemd.py115 KK0 = 0x50A28BE6 variable
260 a, c = R(a, b, c, d, e, F4, KK0, 8, 5, x)
261 e, b = R(e, a, b, c, d, F4, KK0, 9, 14, x)
262 d, a = R(d, e, a, b, c, F4, KK0, 9, 7, x)
263 c, e = R(c, d, e, a, b, F4, KK0, 11, 0, x)
264 b, d = R(b, c, d, e, a, F4, KK0, 13, 9, x)
265 a, c = R(a, b, c, d, e, F4, KK0, 15, 2, x)
266 e, b = R(e, a, b, c, d, F4, KK0, 15, 11, x)
267 d, a = R(d, e, a, b, c, F4, KK0, 5, 4, x)
268 c, e = R(c, d, e, a, b, F4, KK0, 7, 13, x)
[all …]

1234