Home
last modified time | relevance | path

Searched refs:current_password_length (Results 1 – 4 of 4) 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,