Home
last modified time | relevance | path

Searched refs:B08 (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/dports/devel/aegis/aegis-4.25.D510/common/fp/
H A Dsnefru.cc1285 B08 = input[8]; in snefru512()
1365 B08 ^= Z; in snefru512()
1367 Z = SBox0[B08 & 0xFF]; in snefru512()
1372 B08 ^= Z; in snefru512()
1416 B08 ^= Z; in snefru512()
1423 B08 ^= Z; in snefru512()
1467 B08 ^= Z; in snefru512()
1469 Z = SBox0[B08 >> 24]; in snefru512()
1474 B08 ^= Z; in snefru512()
1518 B08 ^= Z; in snefru512()
[all …]
/dports/devel/cook/cook-2.30/common/fp/
H A Dsnefru.c1290 snefru512_word B08, in snefru512() local
1314 B08 = input[8]; in snefru512()
1394 B08 ^= Z; in snefru512()
1401 B08 ^= Z; in snefru512()
1445 B08 ^= Z; in snefru512()
1452 B08 ^= Z; in snefru512()
1496 B08 ^= Z; in snefru512()
1498 Z = SBox0[B08 >> 24]; in snefru512()
1503 B08 ^= Z; in snefru512()
1547 B08 ^= Z; in snefru512()
[all …]
/dports/lang/php73/php-7.3.33/ext/hash/
H A Dhash_snefru.c47 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
57 B08 = input[8]; in Snefru()
77 round(B06, B07, B08, t1); in Snefru()
78 round(B07, B08, B09, t0); in Snefru()
79 round(B08, B09, B10, t0); in Snefru()
98 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
115 input[7] ^= B08; in Snefru()
/dports/lang/php74/php-7.4.27/ext/hash/
H A Dhash_snefru.c47 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
57 B08 = input[8]; in Snefru()
77 round(B06, B07, B08, t1); in Snefru()
78 round(B07, B08, B09, t0); in Snefru()
79 round(B08, B09, B10, t0); in Snefru()
98 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
115 input[7] ^= B08; in Snefru()
/dports/security/php73-hash/php-7.3.33/ext/hash/
H A Dhash_snefru.c47 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15;
57 B08 = input[8];
77 round(B06, B07, B08, t1);
78 round(B07, B08, B09, t0);
79 round(B08, B09, B10, t0);
98 B08 = (B08 >> rshift) | (B08 << lshift);
115 input[7] ^= B08;
/dports/www/mod_php73/php-7.3.33/ext/hash/
H A Dhash_snefru.c47 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
57 B08 = input[8]; in Snefru()
77 round(B06, B07, B08, t1); in Snefru()
78 round(B07, B08, B09, t0); in Snefru()
79 round(B08, B09, B10, t0); in Snefru()
98 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
115 input[7] ^= B08; in Snefru()
/dports/www/mod_php74/php-7.4.27/ext/hash/
H A Dhash_snefru.c47 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
57 B08 = input[8]; in Snefru()
77 round(B06, B07, B08, t1); in Snefru()
78 round(B07, B08, B09, t0); in Snefru()
79 round(B08, B09, B10, t0); in Snefru()
98 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
115 input[7] ^= B08; in Snefru()
/dports/lang/php80/php-8.0.15/ext/hash/
H A Dhash_snefru.c45 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
55 B08 = input[8]; in Snefru()
75 round(B06, B07, B08, t1); in Snefru()
76 round(B07, B08, B09, t0); in Snefru()
77 round(B08, B09, B10, t0); in Snefru()
96 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
113 input[7] ^= B08; in Snefru()
/dports/www/mod_php80/php-8.0.15/ext/hash/
H A Dhash_snefru.c45 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
55 B08 = input[8]; in Snefru()
75 round(B06, B07, B08, t1); in Snefru()
76 round(B07, B08, B09, t0); in Snefru()
77 round(B08, B09, B10, t0); in Snefru()
96 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
113 input[7] ^= B08; in Snefru()
/dports/www/mod_php81/php-8.1.1/ext/hash/
H A Dhash_snefru.c45 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
55 B08 = input[8]; in Snefru()
75 round(B06, B07, B08, t1); in Snefru()
76 round(B07, B08, B09, t0); in Snefru()
77 round(B08, B09, B10, t0); in Snefru()
96 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
113 input[7] ^= B08; in Snefru()
/dports/lang/php81/php-8.1.1/ext/hash/
H A Dhash_snefru.c45 uint32_t SBE,B00,B01,B02,B03,B04,B05,B06,B07,B08,B09,B10,B11,B12,B13,B14,B15; in Snefru() local
55 B08 = input[8]; in Snefru()
75 round(B06, B07, B08, t1); in Snefru()
76 round(B07, B08, B09, t0); in Snefru()
77 round(B08, B09, B10, t0); in Snefru()
96 B08 = (B08 >> rshift) | (B08 << lshift); in Snefru()
113 input[7] ^= B08; in Snefru()
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/lang/ja/text/
H A Ddigest8 $B08$KAw$C$F2<$5$$!#(B
15 $B08$KAw$C$F2<$5$$!#(B
22 $B08$K$*4j$$$7$^$9!#(B
H A Dbottom9 command $B$O0J2<$N(B address $B08$K6u$N(B message $B$rAw$k$3$H$G<B9T$5$l$^$9!#(B
21 $B$rAw$C$F$/$@$5$$!#$^$?$O0J2<$N(B address $B08$F$K6u(B message $B$rAw$C$F(B
27 digest $B$N9XFI$rCf;_$9$k$K$O0J2<$N(B address $B08$F$K6u$N(B message $B$r(B
34 $B;XDj$5$l$?(B address $B08$F$KAw?.$7$^$9!#$=$N3NG'$N0Y$N(B message
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/musepack/
H A Dsynth_filter.c125 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
142 A08 = B08 + B15; in mpc_compute_new_V()
146 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
159 B08 = A08 + A11; in mpc_compute_new_V()
176 A08 = B08 + B09; in mpc_compute_new_V()
177 A09 = MPC_MULTIPLY_FRACT_CONST_FIX((B08 - B09) , 0.7071067691f , 1); in mpc_compute_new_V()
225 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
242 A08 = B08 + B15; in mpc_compute_new_V()
246 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
259 B08 = A08 + A11; in mpc_compute_new_V()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/contrib/libmpcdec/
H A Dsynth_filter.c125 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in Calculate_New_V()
142 A08 = B08 + B15; in Calculate_New_V()
146 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in Calculate_New_V()
159 B08 = A08 + A11; in Calculate_New_V()
176 A08 = B08 + B09; in Calculate_New_V()
177 A09 = MPC_MULTIPLY_FRACT_CONST_FIX((B08 - B09) , 0.7071067691f , 1); in Calculate_New_V()
225 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in Calculate_New_V()
242 A08 = B08 + B15; in Calculate_New_V()
246 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in Calculate_New_V()
259 B08 = A08 + A11; in Calculate_New_V()
[all …]
/dports/emulators/mednafen/mednafen/src/mpcdec/
H A Dsynth_filter.c125 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
142 A08 = B08 + B15; in mpc_compute_new_V()
146 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
159 B08 = A08 + A11; in mpc_compute_new_V()
176 A08 = B08 + B09; in mpc_compute_new_V()
177 A09 = MPC_MULTIPLY_FRACT_CONST_FIX((B08 - B09) , 0.7071067691f , 1); in mpc_compute_new_V()
225 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
242 A08 = B08 + B15; in mpc_compute_new_V()
246 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
259 B08 = A08 + A11; in mpc_compute_new_V()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dsynth_filter.c125 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
142 A08 = B08 + B15; in mpc_compute_new_V()
146 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
159 B08 = A08 + A11; in mpc_compute_new_V()
176 A08 = B08 + B09; in mpc_compute_new_V()
177 A09 = MPC_MULTIPLY_FRACT_CONST_FIX((B08 - B09) , 0.7071067691f , 1); in mpc_compute_new_V()
225 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
242 A08 = B08 + B15; in mpc_compute_new_V()
246 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
259 B08 = A08 + A11; in mpc_compute_new_V()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libmpcdec/
H A Dsynth_filter.c125 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
142 A08 = B08 + B15; in mpc_compute_new_V()
146 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
159 B08 = A08 + A11; in mpc_compute_new_V()
176 A08 = B08 + B09; in mpc_compute_new_V()
177 A09 = MPC_MULTIPLY_FRACT_CONST_FIX((B08 - B09) , 0.7071067691f , 1); in mpc_compute_new_V()
225 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
242 A08 = B08 + B15; in mpc_compute_new_V()
246 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
259 B08 = A08 + A11; in mpc_compute_new_V()
[all …]
/dports/audio/musepack/musepack_src_r475/libmpcdec/
H A Dsynth_filter.c125 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
142 A08 = B08 + B15; in mpc_compute_new_V()
146 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
159 B08 = A08 + A11; in mpc_compute_new_V()
176 A08 = B08 + B09; in mpc_compute_new_V()
177 A09 = MPC_MULTIPLY_FRACT_CONST_FIX((B08 - B09) , 0.7071067691f , 1); in mpc_compute_new_V()
225 B08 = MPC_SCALE_CONST((A00 - A15) , 0.5024192929f , 31); in mpc_compute_new_V()
242 A08 = B08 + B15; in mpc_compute_new_V()
246 A12 = MPC_SCALE_CONST((B08 - B15) , 0.5097956061f , 31); in mpc_compute_new_V()
259 B08 = A08 + A11; in mpc_compute_new_V()
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/sha3/sha3_bmi2/
H A Dsha3_bmi2.cpp43 const uint64_t B08 = rotl<45>(A[16] ^ D2); in SHA3_BMI2_round() local
46 T[ 6] = B06 ^ (~B07 & B08); in SHA3_BMI2_round()
47 T[ 7] = B07 ^ (~B08 & B09); in SHA3_BMI2_round()
48 T[ 8] = B08 ^ (~B09 & B05); in SHA3_BMI2_round()
/dports/security/botan2/Botan-2.18.2/src/lib/hash/sha3/sha3_bmi2/
H A Dsha3_bmi2.cpp67 const uint64_t B08 = rotl<45>(A[16] ^ D2); in SHA3_BMI2_round() local
70 T[ 6] = B06 ^ (~B07 & B08); in SHA3_BMI2_round()
71 T[ 7] = B07 ^ (~B08 & B09); in SHA3_BMI2_round()
72 T[ 8] = B08 ^ (~B09 & B05); in SHA3_BMI2_round()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/hash/sha3/sha3_bmi2/
H A Dsha3_bmi2.cpp67 const uint64_t B08 = rotl<45>(A[16] ^ D2); in SHA3_BMI2_round() local
70 T[ 6] = B06 ^ (~B07 & B08); in SHA3_BMI2_round()
71 T[ 7] = B07 ^ (~B08 & B09); in SHA3_BMI2_round()
72 T[ 8] = B08 ^ (~B09 & B05); in SHA3_BMI2_round()
/dports/security/botan110/Botan-1.10.17/src/hash/keccak/
H A Dkeccak.cpp54 const u64bit B08 = rotate_left(A[16] ^ D2, 45); in keccak_f_1600() local
78 A[ 6] = B06 ^ (~B07 & B08); in keccak_f_1600()
79 A[ 7] = B07 ^ (~B08 & B09); in keccak_f_1600()
80 A[ 8] = B08 ^ (~B09 & B05); in keccak_f_1600()
/dports/comms/hackrf/hackrf-31a37bd/hardware/hackrf-one/PlasticCase_CAD/
H A DHackRF_One_Case.dxf2380 B08
3796 B08
3822 B08
3852 B08
3882 B08
3912 B08
3942 B08
3982 B08
4022 B08
4058 B08
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/hash/sha3/
H A Dsha3.cpp46 const uint64_t B08 = rotl<45>(A[16] ^ D2); in SHA3_round() local
49 T[ 6] = B06 ^ (~B07 & B08); in SHA3_round()
50 T[ 7] = B07 ^ (~B08 & B09); in SHA3_round()
51 T[ 8] = B08 ^ (~B09 & B05); in SHA3_round()

12345678910>>...33