OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:salt_t
(Results
1 - 4
of
4
) sorted by null
/system/gatekeeper/include/gatekeeper/
password_handle.h
27
typedef uint64_t
salt_t
;
typedef in namespace:gatekeeper
40
salt_t
salt;
gatekeeper.h
91
uint32_t password_length,
salt_t
salt) const = 0;
185
bool CreatePasswordHandle(SizedBuffer *password_handle,
salt_t
salt,
/system/gatekeeper/
gatekeeper.cpp
90
salt_t
salt;
169
bool GateKeeper::CreatePasswordHandle(SizedBuffer *password_handle_buffer,
salt_t
salt,
/system/core/gatekeeperd/
SoftGateKeeper.h
83
uint32_t password_length,
salt_t
salt) const {
Completed in 922 milliseconds