Lines Matching refs:hexdump
42 hexdump(int (*prf)(const char *, ...) __printflike(1,2), const char *prefix,
107 hexdump(printf, "chacha core 1", out, sizeof out);
113 hexdump(printf, "chacha core 2", out, sizeof out);
146 hexdump(printf, "hchacha", out, sizeof out);
357 hexdump(printf, "xchacha_stream", c, 608);
360 hexdump(printf, "expected", c, 608);
370 hexdump(printf, "xchacha_stream", c, 607);
373 hexdump(printf, "expected", c, 607);
383 hexdump(printf, "xchacha_stream", c, 543);
386 hexdump(printf, "expected", c, 543);
396 hexdump(printf, "xchacha_stream", c, 511);
399 hexdump(printf, "expected", c, 511);
409 hexdump(printf, "xchacha_stream", c, 63);
412 hexdump(printf, "expected", c, 63);
418 hexdump(printf, "xchacha_stream_xor", c, 608);
419 hexdump(printf, "expected", expected, 608);
426 hexdump(printf, "xchacha_stream_xor", c, 607);
427 hexdump(printf, "expected", expected, 607);
434 hexdump(printf, "xchacha_stream_xor", c, 543);
435 hexdump(printf, "expected", expected, 543);
442 hexdump(printf, "xchacha_stream_xor", c, 511);
443 hexdump(printf, "expected", expected, 511);
450 hexdump(printf, "xchacha_stream_xor", c, 63);
451 hexdump(printf, "expected", expected, 63);