Searched defs:current_password (Results 1 - 2 of 2) 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;
161 current_password, current_password_length,
167 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

Completed in 14 milliseconds