Searched refs:current_password_handle_length (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish_common/guest/hals/gatekeeper/ |
D | SoftGateKeeperDevice.cpp | 22 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()
|
D | module.cpp | 39 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()
|
D | SoftGateKeeperDevice.h | 48 const uint8_t *current_password_handle, uint32_t current_password_handle_length,
|
/device/generic/goldfish/gatekeeper/ |
D | SoftGateKeeperDevice.cpp | 22 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()
|
D | module.cpp | 39 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()
|
D | SoftGateKeeperDevice.h | 48 const uint8_t *current_password_handle, uint32_t current_password_handle_length,
|