Home
last modified time | relevance | path

Searched refs:out_hex (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dchacha20.c27 char out_hex[160 * 2 + 1]; in tv() local
38 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
39 printf("[%s]\n", out_hex); in tv()
53 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
54 printf("[%s]\n", out_hex); in tv()
58 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
59 printf("[%s]\n", out_hex); in tv()
68 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
69 printf("[%s]\n", out_hex); in tv()
72 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
[all …]
H A Dpwhash_scrypt.c96 char out_hex[256 * 2 + 1]; in tv() local
111 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); in tv()
112 printf("%s\n", out_hex); in tv()
145 char out_hex[256 * 2 + 1]; in tv2() local
160 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); in tv2()
161 printf("%s\n", out_hex); in tv2()
H A Dpwhash_argon2i.c84 char out_hex[256 * 2 + 1]; in tv() local
101 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); in tv()
102 printf("%s\n", out_hex); in tv()
136 char out_hex[256 * 2 + 1]; in tv2() local
152 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); in tv2()
153 printf("%s\n", out_hex); in tv2()
H A Dpwhash_argon2id.c84 char out_hex[256 * 2 + 1]; in tv() local
101 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); in tv()
102 printf("%s\n", out_hex); in tv()
136 char out_hex[256 * 2 + 1]; in tv2() local
152 sodium_bin2hex(out_hex, sizeof out_hex, out, tests[i].outlen); in tv2()
153 printf("%s\n", out_hex); in tv2()
H A Dgenerichash.c10 const char *out_hex; member
1312 assert(strlen(tests[i].out_hex) == 2 * crypto_generichash_BYTES_MAX); in tv()
1314 tests[i].out_hex, strlen(tests[i].out_hex), in tv()
/freebsd/contrib/flex/src/
H A Dmisc.c569 void out_hex (const char *fmt, unsigned int x) in out_hex() function
H A Dflexdef.h890 extern void out_hex(const char *, unsigned int);
H A Dgen.c1764 out_hex ("#define YY_TRAILING_MASK 0x%x\n", in make_tables()
1766 out_hex ("#define YY_TRAILING_HEAD_MASK 0x%x\n", in make_tables()