Home
last modified time | relevance | path

Searched refs:current_password_buffer (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeperDevice.cpp49 SizedBuffer current_password_buffer(current_password_length); in enroll() local
51 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length); in enroll()
55 &current_password_buffer); in enroll()
/device/generic/goldfish/gatekeeper/
DSoftGateKeeperDevice.cpp49 SizedBuffer current_password_buffer(current_password_length); in enroll() local
51 memcpy(current_password_buffer.buffer.get(), current_password, current_password_length); in enroll()
55 &current_password_buffer); in enroll()