Searched refs:current_password (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish_common/guest/hals/gatekeeper/ |
D | SoftGateKeeperDevice.cpp | 23 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument 33 current_password == NULL || current_password_length == 0) { in enroll() 36 current_password = NULL; in enroll() 50 if (current_password) { in enroll() 51 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length); in enroll()
|
D | module.cpp | 40 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument 53 current_password, current_password_length, in enroll()
|
D | SoftGateKeeperDevice.h | 49 const uint8_t *current_password, uint32_t current_password_length,
|
/device/generic/goldfish/gatekeeper/ |
D | SoftGateKeeperDevice.cpp | 23 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument 33 current_password == NULL || current_password_length == 0) { in enroll() 36 current_password = NULL; in enroll() 50 if (current_password) { in enroll() 51 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length); in enroll()
|
D | module.cpp | 40 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument 53 current_password, current_password_length, in enroll()
|
D | SoftGateKeeperDevice.h | 49 const uint8_t *current_password, uint32_t current_password_length,
|