Searched defs:salt (Results 1 – 4 of 4) sorted by relevance
38 uint64_t salt; member83 uint32_t password_length, salt_t salt) const { in ComputePasswordSignature()136 fast_hash_t ComputeFastHash(const SizedBuffer &password, uint64_t salt) { in ComputeFastHash()161 uint64_t salt; in DoVerify() local
17 char *word, *salt; in crypt_crypt() local
163 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None): argument