Symbol: hexdump
regress/lib/libcrypto/asn1/asn1basic.c
48
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1basic.c
50
hexdump(d2, len2);
regress/lib/libcrypto/asn1/asn1basic.c
56
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1basic.c
58
hexdump(d2, len2);
regress/lib/libcrypto/asn1/asn1complex.c
49
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1complex.c
51
hexdump(d2, len2);
regress/lib/libcrypto/asn1/asn1evp.c
59
hexdump(d1, d1_len);
regress/lib/libcrypto/asn1/asn1evp.c
61
hexdump(d2, d2_len);
regress/lib/libcrypto/asn1/asn1object.c
52
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1object.c
54
hexdump(d2, len2);
regress/lib/libcrypto/asn1/asn1object.c
60
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1object.c
62
hexdump(d2, len2);
regress/lib/libcrypto/asn1/asn1time.c
209
hexdump(d1, len1);
regress/lib/libcrypto/asn1/asn1time.c
211
hexdump(d2, len2);
regress/lib/libcrypto/asn1/asn1x509.c
250
hexdump(d1, d1_len);
regress/lib/libcrypto/asn1/asn1x509.c
252
hexdump(d2, d2_len);
regress/lib/libcrypto/bn/bn_convert.c
532
hexdump(mpi_out, bct->mpi_len);
regress/lib/libcrypto/bn/bn_convert.c
534
hexdump(bct->mpi, bct->mpi_len);
regress/lib/libcrypto/bn/bn_convert.c
69
hexdump(out, out_len);
regress/lib/libcrypto/bn/bn_convert.c
71
hexdump(bin, bin_len);
regress/lib/libcrypto/bn/bn_convert.c
803
hexdump(buf, bct->bin_len);
regress/lib/libcrypto/bn/bn_convert.c
805
hexdump(bct->bin, bct->bin_len);
regress/lib/libcrypto/bn/bn_convert.c
828
hexdump(&buf[128 - bct->bin_len], bct->bin_len);
regress/lib/libcrypto/bn/bn_convert.c
830
hexdump(bct->bin, bct->bin_len);
regress/lib/libcrypto/bn/bn_convert.c
854
hexdump(buf, bct->bin_len);
regress/lib/libcrypto/bn/bn_convert.c
856
hexdump(lebin, bct->bin_len);
regress/lib/libcrypto/bn/bn_convert.c
879
hexdump(buf, bct->bin_len);
regress/lib/libcrypto/bn/bn_convert.c
881
hexdump(lebin, bct->bin_len);
regress/lib/libcrypto/bn/bn_isqrt.c
94
hexdump(table, fill[i]);
regress/lib/libcrypto/bn/bn_isqrt.c
96
hexdump(q, fill[i]);
regress/lib/libcrypto/cms/cmstest.c
213
hexdump(p, mem_len);
regress/lib/libcrypto/cms/cmstest.c
215
hexdump(cms_msg, len);
regress/lib/libcrypto/cms/cmstest.c
221
hexdump(p, mem_len);
regress/lib/libcrypto/cms/cmstest.c
223
hexdump(cms_msg, len);
regress/lib/libcrypto/cms/cmstest.c
321
hexdump(p, mem_len);
regress/lib/libcrypto/cms/cmstest.c
323
hexdump(cms_msg, len);
regress/lib/libcrypto/cms/cmstest.c
329
hexdump(p, mem_len);
regress/lib/libcrypto/cms/cmstest.c
331
hexdump(cms_msg, len);
regress/lib/libcrypto/ct/cttest.c
221
hexdump(data, len);
regress/lib/libcrypto/ct/cttest.c
223
hexdump(sdt->log_id, sizeof(sdt->log_id));
regress/lib/libcrypto/ct/cttest.c
257
hexdump(data, len);
regress/lib/libcrypto/ct/cttest.c
259
hexdump(sdt->signature, sdt->signature_len);
regress/lib/libcrypto/ct/cttest.c
342
hexdump(data, len);
regress/lib/libcrypto/ct/cttest.c
344
hexdump(scts_asn1, sizeof(scts_asn1));
regress/lib/libcrypto/curve25519/ed25519test.c
377
hexdump(message, message_len);
regress/lib/libcrypto/curve25519/ed25519test.c
380
hexdump(public_key, ED25519_PUBLIC_KEY_LENGTH);
regress/lib/libcrypto/curve25519/ed25519test.c
382
hexdump(private_key, ED25519_PRIVATE_KEY_LENGTH);
regress/lib/libcrypto/curve25519/ed25519test.c
386
hexdump(signature, ED25519_SIGNATURE_LENGTH);
regress/lib/libcrypto/ec/ec_asn1_test.c
134
hexdump(d1, d1_len);
regress/lib/libcrypto/ec/ec_asn1_test.c
136
hexdump(d2, d2_len);
regress/lib/libcrypto/ec/ec_point_conversion.c
102
hexdump(buf, len);
regress/lib/libcrypto/ec/ec_point_conversion.c
580
hexdump(test->octets, test->octets_len);
regress/lib/libcrypto/ec/ec_point_conversion.c
582
hexdump(buf, len);
regress/lib/libcrypto/ecdh/ecc_cdh.c
2249
hexdump(want, out_len);
regress/lib/libcrypto/ecdh/ecc_cdh.c
2251
hexdump(out, out_len);
regress/lib/libcrypto/ecdh/ecdhtest.c
146
hexdump(abuf, len);
regress/lib/libcrypto/ecdh/ecdhtest.c
150
hexdump(bbuf, len);
regress/lib/libcrypto/evp/evp_ecx_test.c
217
hexdump(priv_key, priv_key_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
219
hexdump(ed25519_raw_priv_key_1, sizeof(ed25519_raw_priv_key_1));
regress/lib/libcrypto/evp/evp_ecx_test.c
242
hexdump(pub_key, pub_key_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
244
hexdump(ed25519_raw_pub_key_1, sizeof(ed25519_raw_pub_key_1));
regress/lib/libcrypto/evp/evp_ecx_test.c
308
hexdump(pub_key, pub_key_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
310
hexdump(ed25519_raw_pub_key_1, sizeof(ed25519_raw_pub_key_1));
regress/lib/libcrypto/evp/evp_ecx_test.c
433
hexdump(signature, signature_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
435
hexdump(signature_1, sizeof(signature_1));
regress/lib/libcrypto/evp/evp_ecx_test.c
588
hexdump(shared_key, shared_key_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
590
hexdump(shared_key_1, sizeof(shared_key_1));
regress/lib/libcrypto/evp/evp_ecx_test.c
649
hexdump(priv_key, priv_key_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
651
hexdump(x25519_raw_priv_key_2, sizeof(x25519_raw_priv_key_2));
regress/lib/libcrypto/evp/evp_ecx_test.c
674
hexdump(pub_key, pub_key_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
676
hexdump(x25519_raw_pub_key_2, sizeof(x25519_raw_pub_key_2));
regress/lib/libcrypto/evp/evp_ecx_test.c
740
hexdump(pub_key, pub_key_len);
regress/lib/libcrypto/evp/evp_ecx_test.c
742
hexdump(x25519_raw_pub_key_1, sizeof(x25519_raw_pub_key_1));
regress/lib/libcrypto/evp/evp_test.c
1079
hexdump(out, out_len);
regress/lib/libcrypto/evp/evp_test.c
1081
hexdump(test->out, len);
regress/lib/libcrypto/evp/evp_test.c
788
hexdump(d1, len1);
regress/lib/libcrypto/evp/evp_test.c
790
hexdump(d2, len2);
regress/lib/libcrypto/evp/evp_test.c
796
hexdump(d1, len1);
regress/lib/libcrypto/evp/evp_test.c
798
hexdump(d2, len2);
regress/lib/libcrypto/evp/evptest.c
146
hexdump(stdout, "Key",key,kn);
regress/lib/libcrypto/evp/evptest.c
148
hexdump(stdout, "IV",iv,in);
regress/lib/libcrypto/evp/evptest.c
149
hexdump(stdout, "Plaintext",plaintext,pn);
regress/lib/libcrypto/evp/evptest.c
150
hexdump(stdout, "Ciphertext",ciphertext,cn);
regress/lib/libcrypto/evp/evptest.c
194
hexdump(stderr, "Got",out,cn);
regress/lib/libcrypto/evp/evptest.c
195
hexdump(stderr, "Expected",ciphertext,cn);
regress/lib/libcrypto/evp/evptest.c
230
hexdump(stderr, "Got",out,pn);
regress/lib/libcrypto/evp/evptest.c
231
hexdump(stderr, "Expected",plaintext,pn);
regress/lib/libcrypto/evp/evptest.c
273
hexdump(stdout, "Plaintext",plaintext,pn);
regress/lib/libcrypto/evp/evptest.c
274
hexdump(stdout, "Digest",ciphertext,cn);
regress/lib/libcrypto/evp/evptest.c
307
hexdump(stderr, "Got",md,cn);
regress/lib/libcrypto/evp/evptest.c
308
hexdump(stderr, "Expected",ciphertext,cn);
regress/lib/libcrypto/ige/igetest.c
146
hexdump(stdout, "key", v->key, sizeof v->key);
regress/lib/libcrypto/ige/igetest.c
147
hexdump(stdout, "iv", v->iv, sizeof v->iv);
regress/lib/libcrypto/ige/igetest.c
148
hexdump(stdout, "in", v->in, v->length);
regress/lib/libcrypto/ige/igetest.c
149
hexdump(stdout, "expected", v->out, v->length);
regress/lib/libcrypto/ige/igetest.c
150
hexdump(stdout, "got", buf, v->length);
regress/lib/libcrypto/ige/igetest.c
163
hexdump(stdout, "key", v->key, sizeof v->key);
regress/lib/libcrypto/ige/igetest.c
164
hexdump(stdout, "iv", v->iv, sizeof v->iv);
regress/lib/libcrypto/ige/igetest.c
165
hexdump(stdout, "in", v->in, v->length);
regress/lib/libcrypto/ige/igetest.c
166
hexdump(stdout, "expected", v->out, v->length);
regress/lib/libcrypto/ige/igetest.c
167
hexdump(stdout, "got", buf, v->length);
regress/lib/libcrypto/ige/igetest.c
213
hexdump(stdout, "Plaintext", plaintext, TEST_SIZE);
regress/lib/libcrypto/ige/igetest.c
214
hexdump(stdout, "Checktext", checktext, TEST_SIZE);
regress/lib/libcrypto/ige/igetest.c
235
hexdump(stdout, "Plaintext", plaintext, TEST_SIZE);
regress/lib/libcrypto/ige/igetest.c
236
hexdump(stdout, "Checktext", checktext, TEST_SIZE);
regress/lib/libcrypto/ige/igetest.c
260
hexdump(stdout, "Plaintext", plaintext, TEST_SIZE);
regress/lib/libcrypto/ige/igetest.c
261
hexdump(stdout, "Checktext", checktext, TEST_SIZE);
regress/lib/libcrypto/mlkem/mlkem_tests_util.c
50
hexdump(want, len, got);
regress/lib/libcrypto/mlkem/mlkem_tests_util.c
52
hexdump(got, len, want);
regress/lib/libcrypto/mlkem/parse_test_file.c
359
hexdump(CBS_data(want), CBS_len(want), got);
regress/lib/libcrypto/mlkem/parse_test_file.c
361
hexdump(got, got_len, CBS_data(want));
regress/lib/libcrypto/objects/objectstest.c
43
hexdump(d1, len1);
regress/lib/libcrypto/objects/objectstest.c
45
hexdump(d2, len2);
regress/lib/libcrypto/objects/objectstest.c
51
hexdump(d1, len1);
regress/lib/libcrypto/objects/objectstest.c
53
hexdump(d2, len2);
regress/lib/libcrypto/pbkdf2/pbkdf2.c
177
hexdump(stderr, "expected: ", expected, keylen);
regress/lib/libcrypto/pbkdf2/pbkdf2.c
178
hexdump(stderr, "result: ", out, keylen);
regress/lib/libcrypto/sm3/sm3test.c
88
hexdump(digest, sizeof(digest));
regress/lib/libcrypto/sm3/sm3test.c
90
hexdump(sm3_expected[i], sizeof(sm3_expected[i]));
regress/lib/libcrypto/sm4/sm4test.c
102
hexdump(stderr, "Got", block, SM4_BLOCK_SIZE);
regress/lib/libcrypto/sm4/sm4test.c
103
hexdump(stderr, "Expected", input, SM4_BLOCK_SIZE);
regress/lib/libcrypto/sm4/sm4test.c
82
hexdump(stderr, "Got", block, SM4_BLOCK_SIZE);
regress/lib/libcrypto/sm4/sm4test.c
83
hexdump(stderr, "Expected", expected, SM4_BLOCK_SIZE);
regress/lib/libcrypto/sm4/sm4test.c
92
hexdump(stderr, "Got", block, SM4_BLOCK_SIZE);
regress/lib/libcrypto/sm4/sm4test.c
93
hexdump(stderr, "Expected", expected_iter, SM4_BLOCK_SIZE);
regress/lib/libcrypto/x509/rfc3779/rfc3779.c
45
hexdump(want, want_len);
regress/lib/libcrypto/x509/rfc3779/rfc3779.c
47
hexdump(got, got_len);
regress/lib/libm/msun/fenv_test.c
184
hexdump(&env, sizeof(env), "current fenv ", HD_OMIT_CHARS);
regress/lib/libm/msun/fenv_test.c
185
hexdump(FE_DFL_ENV, sizeof(env), "default fenv ", HD_OMIT_CHARS);
regress/lib/libssl/client/clienttest.c
1019
hexdump(wbuf, len, client_hello);
regress/lib/libssl/client/clienttest.c
1021
hexdump(client_hello, client_hello_len, wbuf);
regress/lib/libssl/client/clienttest.c
992
hexdump(wbuf, len, NULL);
regress/lib/libssl/client/clienttest.c
994
hexdump(client_hello, client_hello_len, NULL);
regress/lib/libssl/dtls/dtlstest.c
113
hexdump(ctx->delayed_msg, ctx->delayed_msg_len);
regress/lib/libssl/dtls/dtlstest.c
180
hexdump(out, ret);
regress/lib/libssl/dtls/dtlstest.c
208
hexdump(ctx->delayed_msg, ctx->delayed_msg_len);
regress/lib/libssl/dtls/dtlstest.c
241
hexdump(in, in_len);
regress/lib/libssl/dtls/dtlstest.c
661
hexdump(buf, ssl_ret);
regress/lib/libssl/exporter/exportertest.c
640
hexdump(export, et->export_len);
regress/lib/libssl/exporter/exportertest.c
642
hexdump(et->export, et->export_len);
regress/lib/libssl/key_schedule/key_schedule.c
44
hexdump(recv, recv_len);
regress/lib/libssl/key_schedule/key_schedule.c
47
hexdump(expect, expect_len);
regress/lib/libssl/quic/quictest.c
81
hexdump(buf, ret);
regress/lib/libssl/quic/quictest.c
99
hexdump(data, len);
regress/lib/libssl/record/recordtest.c
417
hexdump(CBS_data(&cbs), CBS_len(&cbs));
regress/lib/libssl/record/recordtest.c
419
hexdump(rrt->want_data, rrt->want_len);
regress/lib/libssl/record/recordtest.c
431
hexdump(CBS_data(&cbs), CBS_len(&cbs));
regress/lib/libssl/record/recordtest.c
433
hexdump(rrt->want_data, rrt->want_len);
regress/lib/libssl/record/recordtest.c
446
hexdump(CBS_data(&cbs), CBS_len(&cbs));
regress/lib/libssl/record/recordtest.c
448
hexdump(rrt->want_data, rrt->want_len);
regress/lib/libssl/record/recordtest.c
507
hexdump(rst->data, rst->data_len);
regress/lib/libssl/record/recordtest.c
509
hexdump(rst->want_data, rst->want_len);
regress/lib/libssl/record_layer/record_layer_test.c
222
hexdump(seq_num, sizeof(seq_num));
regress/lib/libssl/record_layer/record_layer_test.c
224
hexdump(snt->want_num, sizeof(snt->want_num));
regress/lib/libssl/record_layer/record_layer_test.c
271
hexdump(seq_num, sizeof(seq_num));
regress/lib/libssl/record_layer/record_layer_test.c
273
hexdump(snt->want_num, sizeof(snt->want_num));
regress/lib/libssl/renegotiation/renegotiation_test.c
173
hexdump(buf, ssl_ret);
regress/lib/libssl/shutdown/shutdowntest.c
159
hexdump(buf, ssl_ret);
regress/lib/libssl/tls/tlstest.c
160
hexdump(buf, ssl_ret);
regress/lib/libssl/tlsext/tlsexttest.c
1432
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
1434
hexdump(tlsext_ri_client, sizeof(tlsext_ri_client));
regress/lib/libssl/tlsext/tlsexttest.c
1552
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
1554
hexdump(tlsext_ri_server, sizeof(tlsext_ri_server));
regress/lib/libssl/tlsext/tlsexttest.c
1676
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
1678
hexdump(tlsext_sigalgs_client, sizeof(tlsext_sigalgs_client));
regress/lib/libssl/tlsext/tlsexttest.c
1843
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
1845
hexdump(tlsext_sni_client, sizeof(tlsext_sni_client));
regress/lib/libssl/tlsext/tlsexttest.c
1986
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
1988
hexdump(tlsext_sni_server, tlsext_sni_server_len);
regress/lib/libssl/tlsext/tlsexttest.c
2121
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
2123
hexdump(tlsext_quic_transport_data,
regress/lib/libssl/tlsext/tlsexttest.c
2152
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
2154
hexdump(tlsext_quic_transport_data,
regress/lib/libssl/tlsext/tlsexttest.c
2241
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
2243
hexdump(tlsext_quic_transport_data,
regress/lib/libssl/tlsext/tlsexttest.c
2281
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
2283
hexdump(tlsext_quic_transport_data,
regress/lib/libssl/tlsext/tlsexttest.c
2357
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
2359
hexdump(tls_ocsp_client_default,
regress/lib/libssl/tlsext/tlsexttest.c
738
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
740
hexdump(tlsext_supportedgroups_client_nistp192and224,
regress/lib/libssl/tlsext/tlsexttest.c
748
hexdump(data, dlen);
regress/lib/libssl/tlsext/tlsexttest.c
750
hexdump(tlsext_supportedgroups_client_nistp192and224,
regress/lib/libssl/tlsext/tlsexttest.c
88
hexdump(recv, recv_len);
regress/lib/libssl/tlsext/tlsexttest.c
91
hexdump(expect, expect_len);
regress/lib/libssl/unit/ssl_set_alpn_protos.c
427
hexdump(out, out_len);
regress/lib/libssl/unit/ssl_set_alpn_protos.c
429
hexdump(test->want_out, test->want_out_len);
regress/lib/libssl/unit/ssl_set_alpn_protos.c
431
hexdump(test->peer_list, test->peer_list_len);
regress/lib/libssl/unit/ssl_set_alpn_protos.c
433
hexdump(test->supported_list, test->supported_list_len);
regress/lib/libssl/unit/tls_prf.c
150
hexdump(out, TLS_PRF_OUT_LEN);
regress/lib/libssl/unit/tls_prf.c
152
hexdump(tpt->out, TLS_PRF_OUT_LEN);
regress/lib/libtls/signer/signertest.c
108
hexdump(data1, data1_len);
regress/lib/libtls/signer/signertest.c
110
hexdump(data2, data2_len);
regress/lib/libtls/signer/signertest.c
95
hexdump(data1, data1_len);
regress/lib/libtls/signer/signertest.c
97
hexdump(data2, data2_len);
regress/lib/libutil/ber/ber_test.c
485
hexdump(ber.br_wbuf, len);
regress/lib/libutil/ber/ber_test.c
487
hexdump(test_vectors[i].input, test_vectors[i].length);
regress/lib/libutil/ber/ber_test.c
579
hexdump(ber.br_wbuf, len);
regress/lib/libutil/ber/ber_test.c
630
hexdump(ber.br_wbuf, len);
regress/lib/libutil/ber/ber_test.c
671
hexdump(ber.br_wbuf, len);
regress/lib/libutil/ber/ber_test_int_i.c
601
hexdump(ber.br_wbuf, len);
regress/lib/libutil/ber/ber_test_int_i.c
603
hexdump(test_vectors[i].expect, test_vectors[i].expect_length);
regress/lib/libutil/ber/ber_test_int_i.c
685
hexdump(ber.br_wbuf, len);
regress/lib/libutil/ber/ber_test_int_i.c
687
hexdump(test_vectors[i].expect, test_vectors[i].expect_length);
sbin/ifconfig/sff.c
348
static void hexdump(const void *, size_t);
sbin/ifconfig/sff.c
407
hexdump(sff->sff_data, sizeof(sff->sff_data));
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2254
hexdump(m, ring, size);
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2321
hexdump(m, rq->context->lrc_reg_state, PAGE_SIZE);
sys/dev/pci/drm/i915/gt/intel_engine_cs.c
2438
hexdump(m, engine->status_page.addr, PAGE_SIZE);
sys/lib/libsa/stand.h
150
void hexdump(const void *, size_t);
sys/stand/boot/cmd.c
371
hexdump((void *)(unsigned long)val[0], val[1]);
usr.bin/kstat/kstat.c
406
trailer = hexdump;
usr.bin/kstat/kstat.c
444
trailer = hexdump;
usr.bin/kstat/kstat.c
584
hexdump(ksreq->ks_data, ksreq->ks_datalen);
usr.bin/kstat/kstat.c
590
hexdump(ksreq->ks_data, ksreq->ks_datalen);
usr.bin/openssl/pkeyutl.c
138
.opt.flag = &cfg.hexdump,
usr.bin/openssl/pkeyutl.c
385
} else if (cfg.hexdump)
usr.bin/openssl/pkeyutl.c
74
int hexdump;
usr.bin/openssl/rsautl.c
124
.opt.flag = &cfg.hexdump,
usr.bin/openssl/rsautl.c
388
} else if (cfg.hexdump)
usr.bin/openssl/rsautl.c
80
int hexdump;
usr.sbin/ldapd/conn.c
161
hexdump(rptr, conn->ber.br_rend - rptr,
usr.sbin/ldapd/ldapd.h
467
void hexdump(void *data, size_t len, const char *fmt, ...);
usr.sbin/lldp/lldp.c
276
hexdump(buf, len);
usr.sbin/lldp/lldp.c
65
void hexdump(const void *, size_t);
usr.sbin/pcidump/pcidump.c
354
hexdump(bus, dev, func, size);
usr.sbin/pcidump/pcidump.c
49
void hexdump(int, int, int, int);