HomeSort by relevance Sort by last modified time
    Searched refs:current_password_length (Results 1 - 7 of 7) sorted by null

  /system/core/gatekeeperd/
SoftGateKeeperDevice.cpp 23 const uint8_t *current_password, uint32_t current_password_length,
33 current_password == NULL || current_password_length == 0) {
37 current_password_length = 0;
49 SizedBuffer current_password_buffer(current_password_length);
51 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length);
SoftGateKeeperDevice.h 49 const uint8_t *current_password, uint32_t current_password_length,
IGateKeeperService.h 60 const uint8_t *current_password, uint32_t current_password_length,
gatekeeperd.cpp 133 const uint8_t *current_password, uint32_t current_password_length,
157 current_password_length = 0;
165 current_password_length); local
194 current_password, current_password_length,
  /system/core/trusty/gatekeeper/
trusty_gatekeeper.cpp 84 uint32_t current_password_length, const uint8_t *desired_password,
101 SizedBuffer current_password_buffer(current_password_length);
103 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length);
192 const uint8_t *current_password, uint32_t current_password_length,
203 current_password == NULL || current_password_length == 0) {
207 current_password_length = 0;
211 current_password, current_password_length, desired_password, desired_password_length,
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,
  /hardware/libhardware/include/hardware/
gatekeeper.h 68 * - current_password_length: the size in bytes of the buffer pointed at by
93 const uint8_t *current_password, uint32_t current_password_length,

Completed in 248 milliseconds