Searched refs:salt_hex (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | pwhash_scrypt.c | 15 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 D | pwhash_argon2i.c | 15 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 D | pwhash_argon2id.c | 15 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()
|