/src/sys/external/isc/libsodium/dist/test/default/ |
pwhash_argon2i.c | 15 const char * salt_hex; member in struct:tv::__anon0e6d55c50108 91 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, 92 strlen(tests[i].salt_hex), NULL, NULL, NULL); 112 const char * salt_hex; member in struct:tv2::__anon0e6d55c50208 143 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, 144 strlen(tests[i].salt_hex), NULL, NULL, NULL);
|
pwhash_argon2id.c | 15 const char * salt_hex; member in struct:tv::__anondc18eda90108 91 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, 92 strlen(tests[i].salt_hex), NULL, NULL, NULL); 112 const char * salt_hex; member in struct:tv2::__anondc18eda90208 143 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, 144 strlen(tests[i].salt_hex), NULL, NULL, NULL);
|
pwhash_scrypt.c | 15 const char *salt_hex; member in struct:tv::__anon91de77b80108 103 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, 104 strlen(tests[i].salt_hex), NULL, NULL, NULL); 122 const char *salt_hex; member in struct:tv2::__anon91de77b80208 152 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex, 153 strlen(tests[i].salt_hex), NULL, NULL, NULL);
|