Home
last modified time | relevance | path

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

1234

/netbsd-src/sys/crypto/chacha/
H A Dchacha_selftest.c41 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix,
105 hexdump(printf, "chacha core 1", out, sizeof out); in chacha_core_selftest()
111 hexdump(printf, "chacha core 2", out, sizeof out); in chacha_core_selftest()
143 hexdump(printf, "hchacha", out, sizeof out); in hchacha_selftest()
352 hexdump(printf, "xchacha_stream", c, 608); in xchacha_stream_selftest()
355 hexdump(printf, "expected", c, 608); in xchacha_stream_selftest()
365 hexdump(printf, "xchacha_stream", c, 607); in xchacha_stream_selftest()
368 hexdump(printf, "expected", c, 607); in xchacha_stream_selftest()
378 hexdump(printf, "xchacha_stream", c, 543); in xchacha_stream_selftest()
381 hexdump(printf, "expected", c, 543); in xchacha_stream_selftest()
[all …]
/netbsd-src/usr.bin/hexdump/
H A DMakefile4 PROG= hexdump
5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6 MAN= hexdump.1 od.1
12 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dcrypto.c110 hexdump(stderr, "encrypted", encmpibuf, 16); in pgp_decrypt_decode_mpi()
120 hexdump(stderr, "decrypted", mpibuf, 16); in pgp_decrypt_decode_mpi()
142 hexdump(stderr, "decoded m", buf, (size_t)(n - i)); in pgp_decrypt_decode_mpi()
150 hexdump(stderr, "encrypted", encmpibuf, 16); in pgp_decrypt_decode_mpi()
160 hexdump(stderr, "decrypted", mpibuf, 16); in pgp_decrypt_decode_mpi()
184 hexdump(stderr, "decoded m", buf, (size_t)(n - i)); in pgp_decrypt_decode_mpi()
225 hexdump(stderr, "encrypted mpi", encmpibuf, 16); in pgp_rsa_encrypt_mpi()
264 hexdump(stderr, "encrypted mpi", encmpibuf, 16); in pgp_elgamal_encrypt_mpi()
H A Dopenssl_crypto.c404 hexdump(stderr, "sha1_add", data, length); in sha1_add()
414 hexdump(stderr, "sha1_finish", out, PGP_SHA1_HASH_SIZE); in sha1_finish()
460 hexdump(stderr, "sha256_add", data, length); in sha256_add()
470 hexdump(stderr, "sha1_finish", out, SHA256_DIGEST_LENGTH); in sha256_finish()
514 hexdump(stderr, "sha384_add", data, length); in sha384_add()
524 hexdump(stderr, "sha384_finish", out, SHA384_DIGEST_LENGTH); in sha384_finish()
568 hexdump(stderr, "sha512_add", data, length); in sha512_add()
578 hexdump(stderr, "sha512_finish", out, SHA512_DIGEST_LENGTH); in sha512_finish()
623 hexdump(stderr, "sha224_add", data, length); in sha224_add()
633 hexdump(stderr, "sha224_finish", out, SHA224_DIGEST_LENGTH); in sha224_finish()
[all …]
H A Dcreate.c442 hexdump(stderr, "writing: iv=", key->iv, pgp_block_size(key->alg)); in write_seckey_body()
443 hexdump(stderr, "key= ", sesskey, CAST_KEY_LENGTH); in write_seckey_body()
847 hexdump(stderr, "nm buf checksum:", cs, 2); in pgp_calc_sesskey_checksum()
925 hexdump(stderr, "Encoded Message:", EM, mLen); in encode_m_buf()
1012 hexdump(stderr, "Encrypting for keyid", id, sizeof(sesskey->key_id)); in pgp_create_pk_sesskey()
1033 hexdump(stderr, "sesskey created", sesskey->key, in pgp_create_pk_sesskey()
1043 hexdump(stderr, "uuencoded m buf", unencoded_m_buf, cipherinfo.keysize + 1 + 2); in pgp_create_pk_sesskey()
H A Dmisc.c440 hexdump(stderr, "hash_string", buf, len); in hash_string()
511 hexdump(stderr, "v2/v3 fingerprint", fp->fingerprint, fp->length); in pgp_fingerprint()
538 hexdump(stderr, "md5 fingerprint", fp->fingerprint, fp->length); in pgp_fingerprint()
555 hexdump(stderr, "sha1 fingerprint", fp->fingerprint, fp->length); in pgp_fingerprint()
770 hexdump(stderr, "preamble", preamble, sz_preamble); in pgp_calc_mdc_hash()
771 hexdump(stderr, "plaintext", plaintext, sz_plaintext); in pgp_calc_mdc_hash()
796 hexdump(stderr, "hashed", hashed, PGP_SHA1_HASH_SIZE); in pgp_calc_mdc_hash()
1144 hexdump(FILE *fp, const char *header, const uint8_t *src, size_t length) in hexdump() function
H A Dssh2pgp.c158 hexdump(stderr, header, (const uint8_t *)(void *)buf, len); in getbignum()
175 hexdump(stderr, header, buf, (int)len);
259 hexdump(stderr, NULL, (const uint8_t *)(const void *)buf, (size_t)cc); in pgp_ssh2pubkey()
263 hexdump(stderr, "decoded base64:", (const uint8_t *)(const void *)bin, (size_t)cc); in pgp_ssh2pubkey()
H A Dvalidate.c208 hexdump(stderr, "v4 hash", sig->info.v4_hashed, in check_binary_sig()
230 hexdump(stdout, "hash out", hashout, n); in check_binary_sig()
477 hexdump(io->outs, "hashed data", content->sig.info.v4_hashed, in validate_data_cb()
479 hexdump(io->outs, "signer id", content->sig.info.signer_id, in validate_data_cb()
520 hexdump(stderr, "sig dump", (const uint8_t *)(const void *)&content->sig, in validate_data_cb()
/netbsd-src/tests/dev/cgd/
H A Dt_cgd_adiantum.c279 hexdump(const void *buf, size_t len) in hexdump() function
369 hexdump(buf, C[i].secsize); in ATF_TC_BODY()
370 hexdump(C[i].ctxt, C[i].secsize); in ATF_TC_BODY()
387 hexdump(buf, C[i].secsize); in ATF_TC_BODY()
/netbsd-src/sys/crypto/adiantum/
H A Dadiantum_selftest.c56 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix,
1821 hexdump(printf, prefix, buf, C[i].len); in adiantum_selftest()
1829 hexdump(printf, prefix, buf, C[i].len); in adiantum_selftest()
H A Dadiantum.c88 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix,
174 hexdump(printf, "sub128 1", r, sizeof r); in addsub128_selftest()
180 hexdump(printf, "sub128 2", r, sizeof r); in addsub128_selftest()
379 hexdump(printf, "poly1305 h", h, sizeof h); in poly1305_selftest()
380 hexdump(printf, "poly1305 t", t, sizeof t); in poly1305_selftest()
1190 hexdump(printf, prefix, h, 32); in nh_selftest()
1797 hexdump(printf, prefix, h, 32); in nhpoly1305_selftest()
/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/tools/hexdump/
H A DMakefile3 HOSTPROGNAME= ${_TOOL_PREFIX}hexdump
4 HOST_SRCDIR= usr.bin/hexdump
/netbsd-src/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-eq.c30 void hexdump (mpf_t);
185 hexdump (a); puts (""); in dump_abort()
186 hexdump (b); puts (""); in dump_abort()
191 hexdump (mpf_t x) in hexdump() function
/netbsd-src/sys/arch/hpc/stand/hpcboot/arm/
H A Darm_sa1100_asm.asm128 ; bl hexdump
132 ; bl hexdump
177 ; bl hexdump
180 ; bl hexdump
219 |hexdump| PROC
253 ENDP ;|hexdump|
H A Darm_pxa2x0_asm.asm96 ; bl hexdump
100 ; bl hexdump
146 ; bl hexdump
188 |hexdump| PROC
223 ENDP ;|hexdump|
/netbsd-src/sys/lib/libkern/
H A Dhexdump.c51 hexdump(RET (*pr)(const char *, ...) __printflike(1, 2), const char *msg,
93 hexdump(printf, "foo", main, atoi(argv[1])); in main()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Ddump.c43 hexdump(const char *in, const size_t len, void *outvp, size_t size) in hexdump() function
85 cc = hexdump((const char *)p, size, buf, size * 5); in dumpmem()
/netbsd-src/tests/lib/libc/hash/
H A Dh_hash.c55 hexdump (unsigned char *buf, int len) in hexdump() function
118 hexdump(out, outlen); in regress()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Drsautl.c77 int rsa_outlen = 0, hexdump = 0, asn1parse = 0, need_priv = 0, rev = 0; in rsautl_main() local
109 hexdump = 1; in rsautl_main()
263 } else if (hexdump) { in rsautl_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Drsautl.c85 int hexdump = 0, asn1parse = 0, need_priv = 0, rev = 0; in rsautl_main() local
117 hexdump = 1; in rsautl_main()
278 } else if (hexdump) { in rsautl_main()
/netbsd-src/distrib/evbsh3/rom/ramdiskcommon/
H A Dramdiskbin.conf39 progs fstat ftp gencat getopt head hexdump id
58 ln hexdump od
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dxmss_commons.h16 void hexdump(const unsigned char *a, size_t len);
/netbsd-src/sys/crypto/aes/
H A Daes_selftest.c46 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix,
78 hexdump(printf, "was", (actual), (nbytes)); \
79 hexdump(printf, "expected", (expected), (nbytes)); \
/netbsd-src/sys/arch/i386/bioscall/
H A Dbin2asm.sh20 hexdump -v -e '" .byte " 7/1 "0x%02x, " 1/1 " 0x%02x" "\n"'

1234