Home
last modified time | relevance | path

Searched refs:currentPassword (Results 1 – 4 of 4) sorted by relevance

/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl43 in @nullable byte[] currentPassword, in byte[] desiredPassword); in enroll()
/system/core/gatekeeperd/
Dgatekeeperd.cpp163 const std::optional<std::vector<uint8_t>>& currentPassword, in enroll()
187 if (currentPasswordHandle && currentPassword) { in enroll()
194 curPwd.setToExternal(const_cast<uint8_t*>(currentPassword->data()), in enroll()
195 currentPassword->size()); in enroll()
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h45 const ::android::hardware::hidl_vec<uint8_t>& currentPassword,
Dtrusty_gatekeeper.cpp66 const hidl_vec<uint8_t>& currentPassword, in enroll() argument
81 hidl_vec2sized_buffer(currentPassword)); in enroll()