Home
last modified time | relevance | path

Searched refs:oldRootSecret (Results 1 - 5 of 5) sorted by relevance

/base/useriam/user_auth_framework/services/core/src/
H A Dupdate_pin_param_impl.cpp21 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 Dupdate_pin_param_impl.h28 UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRootSecret,
H A Denrollment_impl.cpp196 pinInfo = Common::MakeShared<UpdatePinParamImpl>(resultInfo.oldInfo.credentialId, resultInfo.oldRootSecret, in Update()
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dupdate_pin_param_test.cpp46 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 Denroll_context.cpp148 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