Home
last modified time | relevance | path

Searched refs:hexdump (Results 1 – 25 of 103) sorted by relevance

12345

/openbsd/regress/usr.bin/cut/
H A Dcut.sh32 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 Digetest.c146 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 Dfold.sh31 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 Dsm4test.c25 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 Dcolrm.sh28 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 Dfmt.sh23 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 Devptest.c146 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 Devp_ecx_test.c125 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 DMakefile3 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 Dcmstest.c135 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 Dsend.sh27 echo -n "$stdin" | hexdump -C
30 echo -n "$exp" | hexdump -C
33 echo -n "$act" | hexdump -C
/openbsd/regress/usr.bin/wc/
H A Dwc.sh27 echo -n "$stdin" | hexdump -C
39 echo -n "$stdin" | hexdump -C
49 echo -n "$stdin" | hexdump -C
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_convert.c69 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 Drecordtest.c57 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 Ded25519test.c360 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 Drecord_layer_test.c30 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 Dsm3test.c55 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 Dfilec.sh27 echo -n "$stdin" | hexdump -Cv
30 echo -n "$exp" | hexdump -Cv
33 echo -n "$act" | hexdump -Cv
/openbsd/regress/lib/libcrypto/ct/
H A Dcttest.c150 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 Dsubstitute.sh34 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 Dber_test_int_i.c507 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 Dber_test.c303 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 Dul.sh35 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 Dclang-format-test.el75 (cl-letf* ((hexdump (executable-find "hexdump"))
97 start end hexdump nil stdout nil
100 (skip-unless hexdump)
/openbsd/regress/lib/libcrypto/asn1/
H A Dasn1evp.c37 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()

12345