Searched refs:out_hex (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | chacha20.c | 27 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 D | pwhash_scrypt.c | 96 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 D | pwhash_argon2i.c | 84 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 D | pwhash_argon2id.c | 84 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 D | generichash.c | 10 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 D | misc.c | 569 void out_hex (const char *fmt, unsigned int x) in out_hex() function
|
H A D | flexdef.h | 890 extern void out_hex(const char *, unsigned int);
|
H A D | gen.c | 1764 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()
|