Home
last modified time | relevance | path

Searched defs:currentPasswordHandle (Results 1 – 3 of 3) sorted by relevance

/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl41 GateKeeperResponse enroll(int uid, in @nullable byte[] currentPasswordHandle, in enroll()
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp65 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll()
/system/core/gatekeeperd/
Dgatekeeperd.cpp162 Status enroll(int32_t uid, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll()