Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeperDevice.cpp23 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()
Dmodule.cpp40 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument
53 current_password, current_password_length, in enroll()
DSoftGateKeeperDevice.h49 const uint8_t *current_password, uint32_t current_password_length,
/device/generic/goldfish/gatekeeper/
DSoftGateKeeperDevice.cpp23 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()
Dmodule.cpp40 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument
53 current_password, current_password_length, in enroll()
DSoftGateKeeperDevice.h49 const uint8_t *current_password, uint32_t current_password_length,