Home
last modified time | relevance | path

Searched defs:salt (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish/gatekeeper/
DSoftGateKeeper.h38 uint64_t salt; member
83 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
/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeper.h38 uint64_t salt; member
83 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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dcryptmodule.c17 char *word, *salt; in crypt_crypt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dhashlib.py163 def pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None): argument