OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HANDLE_VERSION
(Results
1 - 2
of
2
) sorted by null
/system/gatekeeper/include/gatekeeper/
password_handle.h
32
static const uint8_t
HANDLE_VERSION
= 2;
/system/gatekeeper/
gatekeeper.cpp
41
if (pw_handle->version >
HANDLE_VERSION
) {
93
salt, user_id, flags,
HANDLE_VERSION
, request.provided_password.buffer.get(),
113
if (password_handle->version >
HANDLE_VERSION
) {
168
secure_id_t user_id, uint64_t flags, uint8_t
handle_version
, const uint8_t *password,
175
password_handle->version =
handle_version
;
181
uint32_t metadata_length = sizeof(user_id) + sizeof(flags) + sizeof(
HANDLE_VERSION
);
Completed in 30 milliseconds