Searched refs:current_password_length (Results 1 – 6 of 6) 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,
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 82 uint32_t current_password_length, const uint8_t *desired_password, in Enroll() argument 99 SizedBuffer current_password_buffer(current_password_length); in Enroll() 101 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length); in Enroll() 190 const uint8_t *current_password, uint32_t current_password_length, in enroll() argument 201 current_password == NULL || current_password_length == 0) { in enroll() 205 current_password_length = 0; in enroll() 209 current_password, current_password_length, desired_password, desired_password_length, in enroll()
|
D | trusty_gatekeeper.h | 45 uint32_t current_password_length, const uint8_t *desired_password, 95 const uint8_t *current_password, uint32_t current_password_length,
|