Searched refs:input2 (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | sm3_internal_test.c | 38 static const unsigned char input2[] = { in test_sm3() local 69 || !TEST_true(ossl_sm3_update(&ctx2, input2, sizeof(input2))) in test_sm3()
|
/freebsd/usr.bin/diff/tests/ |
H A D | simple_u.out | 2 +++ input2
|
H A D | Makefile | 10 input2.in \
|
H A D | diff_test.sh | 36 diff -u -L input1 -L input2 "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
|
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | hash.c | 475 …const u8 input2[] = "\x54\x68\x69\x73\x20\x69\x73\x20\x6D\x65\x73\x73\x61\x67\x65\x2C\x20\x6C\x65\… in main() local 492 ret = gen_hash_hfunc(input2, sizeof(input2)-1, output, HASH_GOST34_11_94_NORM); EG(ret, err); in main()
|
/freebsd/usr.bin/join/ |
H A D | join.c | 75 input2 = { NULL, 0, 0, 2, NULL, 0, 0, 0, 0 }; variable 115 F2 = &input2; in main()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto.c | 2478 krb5_data input2; in krb5_crypto_prfplus() local 2482 krb5_data_zero(&input2); in krb5_crypto_prfplus() 2489 ret = krb5_data_alloc(&input2, input->length + 1); in krb5_crypto_prfplus() 2494 memcpy(((unsigned char *)input2.data) + 1, input->data, input->length); in krb5_crypto_prfplus() 2501 ((unsigned char *)input2.data)[0] = i++; in krb5_crypto_prfplus() 2503 ret = krb5_crypto_prf(context, crypto, &input2, &block); in krb5_crypto_prfplus() 2519 krb5_data_free(&input2); in krb5_crypto_prfplus()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 242 const uint32_t input2 = endian::read32le(input + len - 4); in XXH3_len_4to8_64b() local 245 const uint64_t input64 = (uint64_t)input2 | ((uint64_t)input1 << 32); in XXH3_len_4to8_64b()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 3497 xxh_u32 const input2 = XXH_readLE32(input + len - 4); in XXH3_len_4to8_64b() local 3499 xxh_u64 const input64 = input2 + (((xxh_u64)input1) << 32); in XXH3_len_4to8_64b()
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 16348 usr/share/examples/libdialog/input2.c usr/share/examples/libdialog/menu1.c \
|