Searched refs:current_password_length (Results 1 – 4 of 4) sorted by relevance
/system/core/gatekeeperd/ |
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() 37 current_password_length = 0; in enroll() 49 SizedBuffer current_password_buffer(current_password_length); in enroll() 51 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length); in enroll()
|
D | gatekeeperd.cpp | 133 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument 157 current_password_length = 0; in enroll() 161 current_password, current_password_length, in enroll() 167 current_password, current_password_length, in enroll()
|
D | SoftGateKeeperDevice.h | 49 const uint8_t *current_password, uint32_t current_password_length,
|
D | IGateKeeperService.h | 60 const uint8_t *current_password, uint32_t current_password_length,
|