Searched refs:current_password_handle_buffer (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish_common/guest/hals/gatekeeper/ |
D | SoftGateKeeperDevice.cpp | 43 SizedBuffer current_password_handle_buffer(current_password_handle_length); in enroll() local 45 memcpy(current_password_handle_buffer.buffer.get(), current_password_handle, in enroll() 54 EnrollRequest request(uid, ¤t_password_handle_buffer, &desired_password_buffer, in enroll()
|
/device/generic/goldfish/gatekeeper/ |
D | SoftGateKeeperDevice.cpp | 43 SizedBuffer current_password_handle_buffer(current_password_handle_length); in enroll() local 45 memcpy(current_password_handle_buffer.buffer.get(), current_password_handle, in enroll() 54 EnrollRequest request(uid, ¤t_password_handle_buffer, &desired_password_buffer, in enroll()
|