Home
last modified time | relevance | path

Searched refs:salt_hex (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dpwhash_scrypt.c15 const char *salt_hex; in tv() member
103 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, in tv()
104 strlen(tests[i].salt_hex), NULL, NULL, NULL); in tv()
122 const char *salt_hex; in tv2() member
152 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, in tv2()
153 strlen(tests[i].salt_hex), NULL, NULL, NULL); in tv2()
H A Dpwhash_argon2i.c15 const char * salt_hex; in tv() member
91 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, in tv()
92 strlen(tests[i].salt_hex), NULL, NULL, NULL); in tv()
112 const char * salt_hex; in tv2() member
143 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, in tv2()
144 strlen(tests[i].salt_hex), NULL, NULL, NULL); in tv2()
H A Dpwhash_argon2id.c15 const char * salt_hex; in tv() member
91 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, in tv()
92 strlen(tests[i].salt_hex), NULL, NULL, NULL); in tv()
112 const char * salt_hex; in tv2() member
143 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, in tv2()
144 strlen(tests[i].salt_hex), NULL, NULL, NULL); in tv2()