Home
last modified time | relevance | path

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

/system/core/gatekeeperd/
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()
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()
Dgatekeeperd.cpp133 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()
DSoftGateKeeperDevice.h49 const uint8_t *current_password, uint32_t current_password_length,
DIGateKeeperService.h60 const uint8_t *current_password, uint32_t current_password_length,
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp82 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()
Dtrusty_gatekeeper.h45 uint32_t current_password_length, const uint8_t *desired_password,
95 const uint8_t *current_password, uint32_t current_password_length,