Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dchacha20.c38 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
53 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
58 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
68 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
72 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
76 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv()
126 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv_ietf()
146 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv_ietf()
156 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv_ietf()
160 sodium_bin2hex(out_hex, sizeof out_hex, out, sizeof out); in tv_ietf()
[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 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()
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()