Home
last modified time | relevance | path

Searched refs:current_password_handle_length (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeperDevice.cpp22 const uint8_t *current_password_handle, uint32_t current_password_handle_length, in enroll() argument
32 if (current_password_handle == NULL || current_password_handle_length == 0 || in enroll()
35 current_password_handle_length = 0; in enroll()
43 SizedBuffer current_password_handle_buffer(current_password_handle_length); in enroll()
46 current_password_handle_length); in enroll()
Dmodule.cpp39 const uint8_t *current_password_handle, uint32_t current_password_handle_length, in enroll() argument
52 current_password_handle, current_password_handle_length, in enroll()
DSoftGateKeeperDevice.h48 const uint8_t *current_password_handle, uint32_t current_password_handle_length,
/device/generic/goldfish/gatekeeper/
DSoftGateKeeperDevice.cpp22 const uint8_t *current_password_handle, uint32_t current_password_handle_length, in enroll() argument
32 if (current_password_handle == NULL || current_password_handle_length == 0 || in enroll()
35 current_password_handle_length = 0; in enroll()
43 SizedBuffer current_password_handle_buffer(current_password_handle_length); in enroll()
46 current_password_handle_length); in enroll()
Dmodule.cpp39 const uint8_t *current_password_handle, uint32_t current_password_handle_length, in enroll() argument
52 current_password_handle, current_password_handle_length, in enroll()
DSoftGateKeeperDevice.h48 const uint8_t *current_password_handle, uint32_t current_password_handle_length,