Searched refs:oldRootSecret (Results 1 - 5 of 5) sorted by relevance
/base/useriam/user_auth_framework/services/core/src/ |
H A D | update_pin_param_impl.cpp | 21 UpdatePinParamImpl::UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRootSecret, in UpdatePinParamImpl() argument 23 : oldCredentialId_(oldCredentialId), oldRootSecret_(oldRootSecret), rootSecret_(rootSecret), authToken_(authToken) in UpdatePinParamImpl()
|
H A D | update_pin_param_impl.h | 28 UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRootSecret,
|
H A D | enrollment_impl.cpp | 196 pinInfo = Common::MakeShared<UpdatePinParamImpl>(resultInfo.oldInfo.credentialId, resultInfo.oldRootSecret, in Update()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | update_pin_param_test.cpp | 46 std::vector<uint8_t> oldRootSecret = { 2, 3, 4 }; in HWTEST_F() local 49 auto pinInfo = Common::MakeShared<UpdatePinParamImpl>(credentialId, oldRootSecret, rootSecret, authToken); in HWTEST_F()
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | enroll_context.cpp | 148 std::vector<uint8_t> oldRootSecret = pinInfo->GetOldRootSecret(); in InvokeResultCallback() local 149 if (oldRootSecret.size() != 0) { in InvokeResultCallback() 150 bool setRet = finalResult.SetUint8ArrayValue(Attributes::ATTR_OLD_ROOT_SECRET, oldRootSecret); in InvokeResultCallback()
|
Completed in 2 milliseconds