Searched refs:current_password_handle (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() 34 current_password_handle = NULL; in enroll() 44 if (current_password_handle) { in enroll() 45 memcpy(current_password_handle_buffer.buffer.get(), current_password_handle, 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() 34 current_password_handle = NULL; in enroll() 44 if (current_password_handle) { in enroll() 45 memcpy(current_password_handle_buffer.buffer.get(), current_password_handle, 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,
|