Home
last modified time | relevance | path

Searched refs:salt_t (Results 1 – 4 of 4) sorted by relevance

/system/gatekeeper/include/gatekeeper/
Dpassword_handle.h27 typedef uint64_t salt_t; typedef
40 salt_t salt;
Dgatekeeper.h91 uint32_t password_length, salt_t salt) const = 0;
185 bool CreatePasswordHandle(SizedBuffer *password_handle, salt_t salt,
/system/gatekeeper/
Dgatekeeper.cpp90 salt_t salt; in Enroll()
169 bool GateKeeper::CreatePasswordHandle(SizedBuffer *password_handle_buffer, salt_t salt, in CreatePasswordHandle()
/system/core/gatekeeperd/
DSoftGateKeeper.h83 uint32_t password_length, salt_t salt) const { in ComputePasswordSignature()