Lines Matching defs:salt
152 * @salt: a salt which is to be prepended to all data to be hashed
153 * @salt_size: salt size in bytes, possibly 0
155 * Return: NULL if the salt is empty, otherwise the kmalloc()'ed precomputed
159 const u8 *salt, size_t salt_size)
180 * Zero-pad the salt to the next multiple of the input size of the hash
183 * any bytes buffered internally after processing the salt, thus making
192 memcpy(padded_salt, salt, salt_size);
231 * The hash is salted if a salt is specified in the Merkle tree parameters.
279 * allocated by kmalloc(), not by vmalloc()). No salt is used.