Home
last modified time | relevance | path

Searched refs:count_high (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dsph_ripemd.h96 sph_u32 count_high, count_low; member
162 sph_u32 count_high, count_low; member
228 sph_u32 count_high, count_low; member
286 sph_u32 count_high, count_low; member
299 sph_u32 count_high, count_low; member
H A Dhaval_helper.c84 sc->count_high ++; in SPH_XCAT()
142 sc->count_high ++; in SPH_XCAT()
146 sc->count_high += orig_len; in SPH_XCAT()
183 SPH_T32((sc->count_high << 3) | (sc->count_low >> 29))); in SPH_XCAT()
H A Dmd_helper.c164 sc->count_high ++; in SPH_XCAT()
219 sc->count_high ++; in SPH_XCAT()
227 sc->count_high += orig_len; in SPH_XCAT()
311 high = SPH_T32((sc->count_high << 3) | (low >> 29)); in SPH_XCAT()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/nettle-src-3.5.1-2/nettle/
H A Dsha512.c141 ctx->count_low = ctx->count_high = 0; in sha512_init()
170 high = (ctx->count_high << 10) | (ctx->count_low >> 54); in sha512_write_digest()
233 ctx->count_low = ctx->count_high = 0; in sha384_init()
266 ctx->count_low = ctx->count_high = 0; in sha512_224_init()
299 ctx->count_low = ctx->count_high = 0; in sha512_256_init()
/dports/security/nettle/nettle-3.7.3/
H A Dsha512.c141 ctx->count_low = ctx->count_high = 0; in sha512_init()
170 high = (ctx->count_high << 10) | (ctx->count_low >> 54); in sha512_write_digest()
233 ctx->count_low = ctx->count_high = 0; in sha384_init()
266 ctx->count_low = ctx->count_high = 0; in sha512_224_init()
299 ctx->count_low = ctx->count_high = 0; in sha512_256_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/mac/
H A Dvia.c611 u8 count_high; in mac_read_clk() local
625 count_high = via1[vT1CH]; in mac_read_clk()
626 if (count_high == 0xFF) in mac_read_clk()
627 count_high = 0; in mac_read_clk()
628 if (count_high > 0 && (via1[vIFR] & VIA_TIMER_1_INT)) in mac_read_clk()
630 count = count_high << 8; in mac_read_clk()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/mac/
H A Dvia.c611 u8 count_high; in mac_read_clk() local
625 count_high = via1[vT1CH]; in mac_read_clk()
626 if (count_high == 0xFF) in mac_read_clk()
627 count_high = 0; in mac_read_clk()
628 if (count_high > 0 && (via1[vIFR] & VIA_TIMER_1_INT)) in mac_read_clk()
630 count = count_high << 8; in mac_read_clk()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/mac/
H A Dvia.c611 u8 count_high; in mac_read_clk() local
625 count_high = via1[vT1CH]; in mac_read_clk()
626 if (count_high == 0xFF) in mac_read_clk()
627 count_high = 0; in mac_read_clk()
628 if (count_high > 0 && (via1[vIFR] & VIA_TIMER_1_INT)) in mac_read_clk()
630 count = count_high << 8; in mac_read_clk()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hash/sha512/sphlib/
H A Dmd_helper.i164 sc->count_high ++; in SPH_XCAT()
219 sc->count_high ++; in SPH_XCAT()
227 sc->count_high += orig_len; in SPH_XCAT()
311 high = SPH_T32((sc->count_high << 3) | (low >> 29)); in SPH_XCAT()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hash/sha256/sphlib/
H A Dmd_helper.i164 sc->count_high ++; in SPH_XCAT()
219 sc->count_high ++; in SPH_XCAT()
227 sc->count_high += orig_len; in SPH_XCAT()
311 high = SPH_T32((sc->count_high << 3) | (low >> 29)); in SPH_XCAT()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hash/sha256/sphlib-small/
H A Dmd_helper.i164 sc->count_high ++; in SPH_XCAT()
219 sc->count_high ++; in SPH_XCAT()
227 sc->count_high += orig_len; in SPH_XCAT()
311 high = SPH_T32((sc->count_high << 3) | (low >> 29)); in SPH_XCAT()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_hash/sha512/sphlib-small/
H A Dmd_helper.i164 sc->count_high ++; in SPH_XCAT()
219 sc->count_high ++; in SPH_XCAT()
227 sc->count_high += orig_len; in SPH_XCAT()
311 high = SPH_T32((sc->count_high << 3) | (low >> 29)); in SPH_XCAT()
/dports/print/qpdf/qpdf-10.5.0/libqpdf/sph/
H A Dmd_helper.c164 sc->count_high ++; in SPH_XCAT()
219 sc->count_high ++; in SPH_XCAT()
227 sc->count_high += orig_len; in SPH_XCAT()
311 high = SPH_T32((sc->count_high << 3) | (low >> 29)); in SPH_XCAT()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
227 $count_high:expr,
234 let count_high: __m128i = $count_high; localVariable
251 xor(set1(IV[5]), count_high),
345 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/devel/sccache/sccache-0.2.15/cargo-crates/blake2b_simd-0.5.11/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
228 $count_high:expr,
235 let count_high: __m128i = $count_high; localVariable
252 xor(set1(IV[5]), count_high),
346 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/blake2b_simd-0.5.11/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
228 $count_high:expr,
235 let count_high: __m128i = $count_high; localVariable
252 xor(set1(IV[5]), count_high),
346 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/blake2b_simd-0.5.10/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
227 $count_high:expr,
234 let count_high: __m128i = $count_high; localVariable
251 xor(set1(IV[5]), count_high),
345 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/shells/nsh/nsh-0.4.2/cargo-crates/blake2b_simd-0.5.11/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
228 $count_high:expr,
235 let count_high: __m128i = $count_high; localVariable
252 xor(set1(IV[5]), count_high),
346 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/www/rearx/rearx-0.1.4/cargo-crates/blake2b_simd-0.5.11/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
228 $count_high:expr,
235 let count_high: __m128i = $count_high; localVariable
252 xor(set1(IV[5]), count_high),
346 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/sysutils/vector/vector-0.10.0/cargo-crates/blake2b_simd-0.5.10/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
227 $count_high:expr,
234 let count_high: __m128i = $count_high; localVariable
251 xor(set1(IV[5]), count_high),
345 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/blake2b_simd-0.5.11/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
228 $count_high:expr,
235 let count_high: __m128i = $count_high; localVariable
252 xor(set1(IV[5]), count_high),
346 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/blake2b_simd-0.5.10/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
227 $count_high:expr,
234 let count_high: __m128i = $count_high; localVariable
251 xor(set1(IV[5]), count_high),
345 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/blake2b_simd-0.5.8/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
221 $count_high:expr,
228 let count_high: __m128i = $count_high; localVariable
245 xor(set1(IV[5]), count_high),
339 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/www/castor/castor-0.8.16/cargo-crates/blake2b_simd-0.5.10/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
227 $count_high:expr,
234 let count_high: __m128i = $count_high; localVariable
251 xor(set1(IV[5]), count_high),
345 set2(count_high(jobs[0].count), count_high(jobs[1].count)),
/dports/www/firefox/firefox-99.0/third_party/rust/blake2b_simd/src/
H A Dsse41.rs7 assemble_count, count_high, count_low, final_block, flag_word, input_debug_asserts, Finalize,
228 $count_high:expr,
235 let count_high: __m128i = $count_high; localVariable
252 xor(set1(IV[5]), count_high),
346 set2(count_high(jobs[0].count), count_high(jobs[1].count)),

123456789