Home
last modified time | relevance | path

Searched refs:print_hex (Results 1 – 17 of 17) sorted by relevance

/openbsd/regress/sys/crypto/hmac/
H A Dhmac_test.c25 print_hex(unsigned char *buf, int len) in print_hex() function
46 print_hex(output, MD5_DIGEST_LENGTH); in main()
51 print_hex(output, MD5_DIGEST_LENGTH); in main()
57 print_hex(output, MD5_DIGEST_LENGTH); in main()
62 print_hex(output, SHA1_DIGEST_LENGTH); in main()
67 print_hex(output, SHA1_DIGEST_LENGTH); in main()
73 print_hex(output, SHA1_DIGEST_LENGTH); in main()
78 print_hex(output, SHA256_DIGEST_LENGTH); in main()
83 print_hex(output, SHA256_DIGEST_LENGTH); in main()
89 print_hex(output, SHA256_DIGEST_LENGTH); in main()
/openbsd/usr.sbin/tcpdump/
H A Dprint-vqp.c149 print_hex(const u_char *p, u_int len) in print_hex() function
166 print_hex(p, len); in vqp_print_type()
183 print_hex(p, len); in vqp_print_type()
188 print_hex(p, len); in vqp_print_type()
195 print_hex(p, len); in vqp_print_type()
199 print_hex(p, len); in vqp_print_type()
206 print_hex(p, len); in vqp_print_type()
/openbsd/regress/sys/crypto/key_wrap/
H A Dkey_wrap_test.c23 print_hex(const char *str, unsigned char *buf, int len) in print_hex() function
47 print_hex("KEK:\n ", kek, kek_len); in do_test()
52 print_hex("Key Data:\n ", data, data_len); in do_test()
55 print_hex("Ciphertext:\n ", output, data_len + 8); in do_test()
58 print_hex("Key Data:\n ", output, data_len); in do_test()
/openbsd/regress/sys/crypto/cmac/
H A Dcmac_test.c24 print_hex(char *str, unsigned char *buf, int len) in print_hex() function
80 printf("M "); print_hex(" ",M,16); in main()
88 printf("M "); print_hex(" ",M,40); in main()
97 printf("M "); print_hex(" ",M,64); in main()
105 printf("M "); print_hex(" ",M,64); in main()
114 printf("M "); print_hex(" ",M,64); in main()
/openbsd/regress/sbin/iked/parser/
H A Dtest_parser_fuzz.c489 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
508 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
527 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
546 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
565 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
584 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
603 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
622 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
641 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
660 print_hex(ibuf_data(data), 0, ibuf_size(data)); in parser_fuzz_tests()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dbigcore.c59 print_hex (unsigned long long u) in print_hex() function
62 print_hex (u / 16); in print_hex()
77 print_hex ((unsigned long) a); in print_address()
86 print_hex (u); in print_byte_count()
98 print_hex (rl.rlim_cur); in print_rlimit()
100 print_hex (rl.rlim_max); in print_rlimit()
/openbsd/sbin/iked/
H A Dikev2_pld.c269 print_hex(msgbuf, offset, in ikev2_pld_payloads()
685 print_hex(buf, 0, len); in ikev2_pld_ke()
829 print_hex(buf, 0, len); in ikev2_pld_cert()
902 print_hex(buf, 0, len); in ikev2_pld_certreq()
976 print_hex(buf, 0, len); in ikev2_pld_auth()
1012 print_hex(buf, 0, len); in ikev2_pld_nonce()
1071 print_hex(buf, 0, left); in ikev2_pld_notify()
1097 print_hex(md, 0, sizeof(md)); in ikev2_pld_notify()
1321 print_hex(buf, 0, left); in ikev2_pld_notify()
1447 print_hex(buf, 0, len); in ikev2_pld_delete()
[all …]
H A Dikev2_msg.c418 print_hex(buf, 0, len); in ikev2_msg_encrypt()
609 print_hex(ibuf_data(src), 0, ivlen); in ikev2_msg_decrypt()
611 print_hex(ibuf_data(src), encroff, encrlen); in ikev2_msg_decrypt()
613 print_hex(ibuf_data(src), integroff, integrlen); in ikev2_msg_decrypt()
638 print_hex(ibuf_data(tmp), 0, tmplen); in ikev2_msg_decrypt()
680 print_hex(ibuf_data(msg), 0, ibuf_size(msg) - ibuf_size(src)); in ikev2_msg_decrypt()
H A Deap.c498 print_hex(msc->msc_challenge, 0, in eap_parse()
520 print_hex(msr->msr_response.resp_data, 0, in eap_parse()
H A Dutil.c469 print_hex(const uint8_t *buf, off_t offset, size_t length) in print_hex() function
505 print_hex(ibuf_data(ibuf), 0, ibuf_size(ibuf)); in print_hexbuf()
H A Diked.h1245 void print_hex(const uint8_t *, off_t, size_t);
H A Dikev2.c5789 print_hex(ibuf_data(skeyseed), 0, tmplen); in ikev2_sa_keys()
/openbsd/usr.sbin/relayd/
H A Dcheck_tcp.c217 print_hex(req, 0, len); in tcp_send_req()
310 print_hex(cte->table->conf.exbinbuf, 0, exlen); in check_send_expect()
320 print_hex(ibuf_data(cte->buf), 0, ibuf_size(cte->buf)); in check_send_expect()
H A Dutil.c331 print_hex(uint8_t *buf, off_t offset, size_t length) in print_hex() function
H A Dcheck_tls.c110 print_hex(buf, 0, len); in check_tls_write()
H A Drelayd.h1177 void print_hex(uint8_t *, off_t, size_t);
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog62 (print_unsigned, print_hex): Change parameter to "long long".