Searched defs:current_password (Results 1 - 3 of 3) sorted by relevance

/system/core/gatekeeperd/
H A DSoftGateKeeperDevice.cpp23 const uint8_t *current_password, uint32_t current_password_length,
33 current_password == NULL || current_password_length == 0) {
36 current_password = NULL;
50 if (current_password) {
51 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length);
21 enroll(uint32_t uid, const uint8_t *current_password_handle, uint32_t current_password_handle_length, const uint8_t *current_password, uint32_t current_password_length, const uint8_t *desired_password, uint32_t desired_password_length, uint8_t **enrolled_password_handle, uint32_t *enrolled_password_handle_length) argument
H A Dgatekeeperd.cpp133 const uint8_t *current_password, uint32_t current_password_length,
156 current_password = NULL;
164 curPwd.setToExternal(const_cast<uint8_t*>(current_password),
194 current_password, current_password_length,
131 enroll(uint32_t uid, const uint8_t *current_password_handle, uint32_t current_password_handle_length, const uint8_t *current_password, uint32_t current_password_length, const uint8_t *desired_password, uint32_t desired_password_length, uint8_t **enrolled_password_handle, uint32_t *enrolled_password_handle_length) argument
/system/core/trusty/gatekeeper/
H A Dtrusty_gatekeeper.cpp83 uint32_t current_password_handle_length, const uint8_t *current_password,
102 if (current_password) {
103 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length);
192 const uint8_t *current_password, uint32_t current_password_length,
203 current_password == NULL || current_password_length == 0) {
206 current_password = NULL;
211 current_password, current_password_length, desired_password, desired_password_length,
82 Enroll(uint32_t uid, const uint8_t *current_password_handle, uint32_t current_password_handle_length, const uint8_t *current_password, uint32_t current_password_length, const uint8_t *desired_password, uint32_t desired_password_length, uint8_t **enrolled_password_handle, uint32_t *enrolled_password_handle_length) argument
190 enroll(const struct gatekeeper_device *dev, uint32_t uid, const uint8_t *current_password_handle, uint32_t current_password_handle_length, const uint8_t *current_password, uint32_t current_password_length, const uint8_t *desired_password, uint32_t desired_password_length, uint8_t **enrolled_password_handle, uint32_t *enrolled_password_handle_length) argument

Completed in 101 milliseconds