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

  /device/generic/goldfish/gatekeeper/
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,
module.cpp 40 const uint8_t *current_password, uint32_t current_password_length,
53 current_password, current_password_length,
  /device/google/cuttlefish_common/guest/hals/gatekeeper/
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,
module.cpp 40 const uint8_t *current_password, uint32_t current_password_length,
53 current_password, current_password_length,
  /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 61 const uint8_t *current_password, uint32_t current_password_length,
gatekeeperd.cpp 143 const uint8_t *current_password, uint32_t current_password_length,
171 current_password_length = 0;
179 current_password_length); local
208 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 221 milliseconds