Home
last modified time | relevance | path

Searched refs:input1 (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dsm3_internal_test.c24 static const unsigned char input1[] = { in test_sm3() local
63 || !TEST_true(ossl_sm3_update(&ctx1, input1, sizeof(input1))) in test_sm3()
/freebsd/usr.bin/diff/tests/
H A Dsimple_u.out1 --- input1
H A DMakefile9 input1.in \
H A Ddiff_test.sh40 diff -u -L input1 -L input2 "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
/freebsd/usr.bin/join/
H A Djoin.c74 static INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0 }, variable
114 F1 = &input1; in main()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp241 const uint32_t input1 = endian::read32le(input); in XXH3_len_4to8_64b() local
245 const uint64_t input64 = (uint64_t)input2 | ((uint64_t)input1 << 32); in XXH3_len_4to8_64b()
/freebsd/crypto/openssh/
H A Dlibcrux_internal.h15918 Eurydice_borrow_slice_u8 input1, in libcrux_ml_dsa_hash_functions_portable_init_absorb() argument
15926 libcrux_sha3_portable_incremental_shake128_absorb_final(&state1, input1); in libcrux_ml_dsa_hash_functions_portable_init_absorb()
15955 Eurydice_borrow_slice_u8 input1, in libcrux_ml_dsa_hash_functions_portable_init_absorb_x4() argument
15963 libcrux_sha3_portable_incremental_shake256_absorb_final(&state1, input1); in libcrux_ml_dsa_hash_functions_portable_init_absorb_x4()
16106 Eurydice_borrow_slice_u8 input1, in libcrux_ml_dsa_hash_functions_portable_init_absorb_11() argument
16111 return libcrux_ml_dsa_hash_functions_portable_init_absorb(input0, input1, input2, input3); in libcrux_ml_dsa_hash_functions_portable_init_absorb_11()
16218 Eurydice_borrow_slice_u8 input1, in libcrux_ml_dsa_hash_functions_portable_init_absorb_x4_9b() argument
16223 return libcrux_ml_dsa_hash_functions_portable_init_absorb_x4(input0, input1, input2, input3); in libcrux_ml_dsa_hash_functions_portable_init_absorb_x4_9b()
17214 Eurydice_borrow_slice_u8 input1, in libcrux_ml_dsa_hash_functions_portable_shake256_x4_9b_5a() argument
17224 libcrux_ml_dsa_hash_functions_portable_shake256_5a(input1, out1); in libcrux_ml_dsa_hash_functions_portable_shake256_x4_9b_5a()
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dxxhash.h4597 { xxh_u32 const input1 = XXH_readLE32(input); in XXH3_len_4to8_64b() local
4600 xxh_u64 const input64 = input2 + (((xxh_u64)input1) << 32); in XXH3_len_4to8_64b()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h4596 { xxh_u32 const input1 = XXH_readLE32(input); in XXH3_len_4to8_64b() local
4599 xxh_u64 const input64 = input2 + (((xxh_u64)input1) << 32); in XXH3_len_4to8_64b()