/openbsd/regress/usr.bin/cut/ |
H A D | cut.sh | 32 echo -n "$stdin" | hexdump -C 39 echo -n "$stdin" | hexdump -C 41 echo -n "$expected" | hexdump -C 43 echo -n "$result" | hexdump -C 54 echo -n "$stdin" | hexdump -C 61 echo -n "$stdin" | hexdump -C 63 echo -n "$expected" | hexdump -C 65 echo -n "$result" | hexdump -C
|
/openbsd/regress/lib/libcrypto/ige/ |
H A D | igetest.c | 146 hexdump(stdout, "key", v->key, sizeof v->key); in run_test_vectors() 147 hexdump(stdout, "iv", v->iv, sizeof v->iv); in run_test_vectors() 148 hexdump(stdout, "in", v->in, v->length); in run_test_vectors() 149 hexdump(stdout, "expected", v->out, v->length); in run_test_vectors() 150 hexdump(stdout, "got", buf, v->length); in run_test_vectors() 163 hexdump(stdout, "key", v->key, sizeof v->key); in run_test_vectors() 164 hexdump(stdout, "iv", v->iv, sizeof v->iv); in run_test_vectors() 165 hexdump(stdout, "in", v->in, v->length); in run_test_vectors() 166 hexdump(stdout, "expected", v->out, v->length); in run_test_vectors() 167 hexdump(stdout, "got", buf, v->length); in run_test_vectors() [all …]
|
/openbsd/regress/usr.bin/fold/ |
H A D | fold.sh | 31 echo -n "$2" | hexdump -C 33 echo -n "$expect" | hexdump -C 35 echo -n "$result" | hexdump -C 42 echo -n "$2" | hexdump -C 44 echo -n "$expect" | hexdump -C 46 echo -n "$result" | hexdump -C
|
/openbsd/regress/lib/libcrypto/sm4/ |
H A D | sm4test.c | 25 hexdump(FILE *fp, const char *title, const uint8_t *buf, size_t len) in hexdump() function 82 hexdump(stderr, "Got", block, SM4_BLOCK_SIZE); in main() 83 hexdump(stderr, "Expected", expected, SM4_BLOCK_SIZE); in main() 92 hexdump(stderr, "Got", block, SM4_BLOCK_SIZE); in main() 93 hexdump(stderr, "Expected", expected_iter, SM4_BLOCK_SIZE); in main() 102 hexdump(stderr, "Got", block, SM4_BLOCK_SIZE); in main() 103 hexdump(stderr, "Expected", input, SM4_BLOCK_SIZE); in main()
|
/openbsd/regress/usr.bin/colrm/ |
H A D | colrm.sh | 28 echo -n "$stdin" | hexdump -C 30 echo -n "$expected" | hexdump -C 32 echo -n "$result" | hexdump -C 43 echo -n "$stdin" | hexdump -C 45 echo -n "$expected" | hexdump -C 47 echo -n "$result" | hexdump -C
|
/openbsd/regress/usr.bin/fmt/ |
H A D | fmt.sh | 23 echo -n "$2" | hexdump -C 25 echo -n "$expect" | hexdump -C 27 echo -n "$result" | hexdump -C 34 echo -n "$2" | hexdump -C 36 echo -n "$expect" | hexdump -C 38 echo -n "$result" | hexdump -C
|
/openbsd/regress/lib/libcrypto/evp/ |
H A D | evptest.c | 146 hexdump(stdout, "Key",key,kn); in test1() 148 hexdump(stdout, "IV",iv,in); in test1() 149 hexdump(stdout, "Plaintext",plaintext,pn); in test1() 194 hexdump(stderr, "Got",out,cn); in test1() 195 hexdump(stderr, "Expected",ciphertext,cn); in test1() 230 hexdump(stderr, "Got",out,pn); in test1() 231 hexdump(stderr, "Expected",plaintext,pn); in test1() 273 hexdump(stdout, "Plaintext",plaintext,pn); in test_digest() 274 hexdump(stdout, "Digest",ciphertext,cn); in test_digest() 307 hexdump(stderr, "Got",md,cn); in test_digest() [all …]
|
H A D | evp_ecx_test.c | 125 hexdump(const unsigned char *buf, size_t len) in hexdump() function 217 hexdump(priv_key, priv_key_len); in ecx_ed25519_raw_key_test() 242 hexdump(pub_key, pub_key_len); in ecx_ed25519_raw_key_test() 308 hexdump(pub_key, pub_key_len); in ecx_ed25519_raw_key_test() 433 hexdump(signature, signature_len); in ecx_ed25519_sign_test() 435 hexdump(signature_1, sizeof(signature_1)); in ecx_ed25519_sign_test() 588 hexdump(shared_key, shared_key_len); in ecx_x25519_derive_test() 590 hexdump(shared_key_1, sizeof(shared_key_1)); in ecx_x25519_derive_test() 649 hexdump(priv_key, priv_key_len); in ecx_x25519_raw_key_test() 674 hexdump(pub_key, pub_key_len); in ecx_x25519_raw_key_test() [all …]
|
/openbsd/usr.bin/hexdump/ |
H A D | Makefile | 3 PROG= hexdump 4 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 5 MAN= hexdump.1 od.1 6 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
|
/openbsd/regress/lib/libcrypto/cms/ |
H A D | cmstest.c | 135 hexdump(const unsigned char *buf, size_t len) in hexdump() function 213 hexdump(p, mem_len); in test_cms_encrypt_decrypt() 215 hexdump(cms_msg, len); in test_cms_encrypt_decrypt() 221 hexdump(p, mem_len); in test_cms_encrypt_decrypt() 223 hexdump(cms_msg, len); in test_cms_encrypt_decrypt() 321 hexdump(p, mem_len); in test_cms_sign_verify() 323 hexdump(cms_msg, len); in test_cms_sign_verify() 329 hexdump(p, mem_len); in test_cms_sign_verify() 331 hexdump(cms_msg, len); in test_cms_sign_verify()
|
/openbsd/regress/usr.bin/mail/ |
H A D | send.sh | 27 echo -n "$stdin" | hexdump -C 30 echo -n "$exp" | hexdump -C 33 echo -n "$act" | hexdump -C
|
/openbsd/regress/usr.bin/wc/ |
H A D | wc.sh | 27 echo -n "$stdin" | hexdump -C 39 echo -n "$stdin" | hexdump -C 49 echo -n "$stdin" | hexdump -C
|
/openbsd/regress/lib/libcrypto/bn/ |
H A D | bn_convert.c | 69 hexdump(out, out_len); in check_bin_output() 71 hexdump(bin, bin_len); in check_bin_output() 532 hexdump(mpi_out, bct->mpi_len); in test_bn_convert() 534 hexdump(bct->mpi, bct->mpi_len); in test_bn_convert() 803 hexdump(buf, bct->bin_len); in test_bn_binpad() 805 hexdump(bct->bin, bct->bin_len); in test_bn_binpad() 830 hexdump(bct->bin, bct->bin_len); in test_bn_binpad() 854 hexdump(buf, bct->bin_len); in test_bn_binpad() 856 hexdump(lebin, bct->bin_len); in test_bn_binpad() 879 hexdump(buf, bct->bin_len); in test_bn_binpad() [all …]
|
/openbsd/regress/lib/libssl/record/ |
H A D | recordtest.c | 57 hexdump(const unsigned char *buf, size_t len) in hexdump() function 417 hexdump(CBS_data(&cbs), CBS_len(&cbs)); in test_record_recv() 419 hexdump(rrt->want_data, rrt->want_len); in test_record_recv() 431 hexdump(CBS_data(&cbs), CBS_len(&cbs)); in test_record_recv() 433 hexdump(rrt->want_data, rrt->want_len); in test_record_recv() 446 hexdump(CBS_data(&cbs), CBS_len(&cbs)); in test_record_recv() 448 hexdump(rrt->want_data, rrt->want_len); in test_record_recv() 507 hexdump(rst->data, rst->data_len); in test_record_send() 509 hexdump(rst->want_data, rst->want_len); in test_record_send()
|
/openbsd/regress/lib/libcrypto/curve25519/ |
H A D | ed25519test.c | 360 hexdump(const unsigned char *buf, size_t len) in hexdump() function 377 hexdump(message, message_len); in dump_info() 380 hexdump(public_key, ED25519_PUBLIC_KEY_LENGTH); in dump_info() 382 hexdump(private_key, ED25519_PRIVATE_KEY_LENGTH); in dump_info() 386 hexdump(signature, ED25519_SIGNATURE_LENGTH); in dump_info()
|
/openbsd/regress/lib/libssl/record_layer/ |
H A D | record_layer_test.c | 30 hexdump(const unsigned char *buf, size_t len) in hexdump() function 222 hexdump(seq_num, sizeof(seq_num)); in do_seq_num_test_tls12() 224 hexdump(snt->want_num, sizeof(snt->want_num)); in do_seq_num_test_tls12() 271 hexdump(seq_num, sizeof(seq_num)); in do_seq_num_test_tls13() 273 hexdump(snt->want_num, sizeof(snt->want_num)); in do_seq_num_test_tls13()
|
/openbsd/regress/lib/libcrypto/sm3/ |
H A D | sm3test.c | 55 hexdump(const uint8_t *buf, size_t len) in hexdump() function 88 hexdump(digest, sizeof(digest)); in main() 90 hexdump(sm3_expected[i], sizeof(sm3_expected[i])); in main()
|
/openbsd/regress/bin/csh/ |
H A D | filec.sh | 27 echo -n "$stdin" | hexdump -Cv 30 echo -n "$exp" | hexdump -Cv 33 echo -n "$act" | hexdump -Cv
|
/openbsd/regress/lib/libcrypto/ct/ |
H A D | cttest.c | 150 hexdump(const unsigned char *buf, size_t len) in hexdump() function 221 hexdump(data, len); in ct_compare_test_scts() 223 hexdump(sdt->log_id, sizeof(sdt->log_id)); in ct_compare_test_scts() 257 hexdump(data, len); in ct_compare_test_scts() 259 hexdump(sdt->signature, sdt->signature_len); in ct_compare_test_scts() 342 hexdump(data, len); in ct_sct_test() 344 hexdump(scts_asn1, sizeof(scts_asn1)); in ct_sct_test()
|
/openbsd/regress/usr.bin/sed/ |
H A D | substitute.sh | 34 hexwant=`echo $want | hexdump -C` 35 hexout=`echo "$in" | sed -E "$patt" | hexdump -C` 42 hexwant=`echo -n $want | hexdump -C` 43 hexout=`echo -n "$in" | sed -E "$patt" | hexdump -C`
|
/openbsd/regress/lib/libutil/ber/ |
H A D | ber_test_int_i.c | 507 hexdump(const unsigned char *buf, size_t len) in hexdump() function 601 hexdump(ber.br_wbuf, len); in test_read_elements() 603 hexdump(test_vectors[i].expect, test_vectors[i].expect_length); in test_read_elements() 685 hexdump(ber.br_wbuf, len); in test_printf_elements() 687 hexdump(test_vectors[i].expect, test_vectors[i].expect_length); in test_printf_elements()
|
H A D | ber_test.c | 303 hexdump(const unsigned char *buf, size_t len) in hexdump() function 485 hexdump(ber.br_wbuf, len); in test() 487 hexdump(test_vectors[i].input, test_vectors[i].length); in test() 579 hexdump(ber.br_wbuf, len); in test_ber_printf_elements_ldap_bind() 630 hexdump(ber.br_wbuf, len); in test_ber_printf_elements_ldap_search() 671 hexdump(ber.br_wbuf, len); in test_ber_printf_elements_snmp_v3_encode()
|
/openbsd/regress/usr.bin/ul/ |
H A D | ul.sh | 35 echo -n "$stdin" | hexdump -C 38 echo -n "$expected" | hexdump -C 41 echo -n "$result" | hexdump -C
|
/openbsd/gnu/llvm/clang/tools/clang-format/ |
H A D | clang-format-test.el | 75 (cl-letf* ((hexdump (executable-find "hexdump")) 97 start end hexdump nil stdout nil 100 (skip-unless hexdump)
|
/openbsd/regress/lib/libcrypto/asn1/ |
H A D | asn1evp.c | 37 hexdump(const unsigned char *buf, size_t len) in hexdump() function 59 hexdump(d1, d1_len); in compare_data() 61 hexdump(d2, d2_len); in compare_data()
|