Searched refs:current_password_handle_buffer (Results 1 – 2 of 2) sorted by relevance
/system/core/gatekeeperd/ |
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()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 95 SizedBuffer current_password_handle_buffer(current_password_handle_length); in Enroll() local 97 memcpy(current_password_handle_buffer.buffer.get(), current_password_handle, in Enroll() 106 EnrollRequest request(uid, ¤t_password_handle_buffer, &desired_password_buffer, in Enroll()
|