Lines Matching defs:salt
94 unsigned char salt[crypto_pwhash_scryptsalsa208sha256_SALTBYTES];
103 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex,
107 tests[i].passwdlen, (const unsigned char *) salt,
143 unsigned char salt[crypto_pwhash_scryptsalsa208sha256_SALTBYTES];
152 sodium_hex2bin(salt, sizeof salt, tests[i].salt_hex,
156 tests[i].passwdlen, (const unsigned char *) salt,
302 char *salt;
305 salt = (char *) sodium_malloc(crypto_pwhash_scryptsalsa208sha256_SALTBYTES);
310 memcpy(salt, "[<~A 32-bytes salt for scrypt~>]",
365 sodium_free(salt);