Home
last modified time | relevance | path

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

/system/gatekeeper/include/gatekeeper/
Dpassword_handle.h27 typedef uint64_t salt_t; typedef
40 salt_t salt;
Dgatekeeper.h93 uint32_t password_length, salt_t salt) const = 0;
201 bool CreatePasswordHandle(SizedBuffer *password_handle, salt_t salt,
/system/gatekeeper/
Dgatekeeper.cpp90 salt_t salt; in Enroll()
180 bool GateKeeper::CreatePasswordHandle(SizedBuffer *password_handle_buffer, salt_t salt, in CreatePasswordHandle()