Home
last modified time | relevance | path

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

/system/core/gatekeeperd/binder/android/service/gatekeeper/
DIGateKeeperService.aidl42 GateKeeperResponse enroll(int userId, in @nullable byte[] currentPasswordHandle, in enroll() argument
/system/core/gatekeeperd/
Dgatekeeperd.cpp162 Status enroll(int32_t userId, const std::optional<std::vector<uint8_t>>& currentPasswordHandle, in enroll() argument
187 if (currentPasswordHandle && currentPassword) { in enroll()
188 if (currentPasswordHandle->size() != sizeof(gatekeeper::password_handle_t)) { in enroll()
192 curPwdHandle.setToExternal(const_cast<uint8_t*>(currentPasswordHandle->data()), in enroll()
193 currentPasswordHandle->size()); in enroll()
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.h44 uint32_t uid, const ::android::hardware::hidl_vec<uint8_t>& currentPasswordHandle,
Dtrusty_gatekeeper.cpp65 const hidl_vec<uint8_t>& currentPasswordHandle, in enroll() argument
79 EnrollRequest request(uid, hidl_vec2sized_buffer(currentPasswordHandle), in enroll()