OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_password_handle_length
(Results
1 - 13
of
13
) sorted by null
/device/generic/goldfish/gatekeeper/
SoftGateKeeperDevice.cpp
22
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
32
if (current_password_handle == NULL ||
current_password_handle_length
== 0 ||
35
current_password_handle_length
= 0;
43
SizedBuffer current_password_handle_buffer(
current_password_handle_length
);
46
current_password_handle_length
);
SoftGateKeeperDevice.h
48
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
module.cpp
39
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
52
current_password_handle,
current_password_handle_length
,
/device/google/cuttlefish_common/guest/hals/gatekeeper/
SoftGateKeeperDevice.cpp
22
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
32
if (current_password_handle == NULL ||
current_password_handle_length
== 0 ||
35
current_password_handle_length
= 0;
43
SizedBuffer current_password_handle_buffer(
current_password_handle_length
);
46
current_password_handle_length
);
SoftGateKeeperDevice.h
48
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
module.cpp
39
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
52
current_password_handle,
current_password_handle_length
,
/system/core/gatekeeperd/
SoftGateKeeperDevice.cpp
22
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
32
if (current_password_handle == NULL ||
current_password_handle_length
== 0 ||
35
current_password_handle_length
= 0;
43
SizedBuffer current_password_handle_buffer(
current_password_handle_length
);
46
current_password_handle_length
);
SoftGateKeeperDevice.h
48
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
IGateKeeperService.h
60
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
gatekeeperd.cpp
142
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
169
current_password_handle_length
= 0;
176
current_password_handle_length
);
local
207
current_password_handle,
current_password_handle_length
,
/system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp
83
uint32_t
current_password_handle_length
, const uint8_t *current_password,
95
SizedBuffer current_password_handle_buffer(
current_password_handle_length
);
98
current_password_handle_length
);
191
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
202
if (current_password_handle == NULL ||
current_password_handle_length
== 0 ||
205
current_password_handle_length
= 0;
210
return convert_device(dev)->Enroll(uid, current_password_handle,
current_password_handle_length
,
trusty_gatekeeper.h
44
uint32_t
current_password_handle_length
, const uint8_t *current_password,
94
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
/hardware/libhardware/include/hardware/
gatekeeper.h
63
* -
current_password_handle_length
: the length in bytes of the buffer pointed
92
const uint8_t *current_password_handle, uint32_t
current_password_handle_length
,
Completed in 120 milliseconds