Home
last modified time | relevance | path

Searched defs:oldRootSecret (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dupdate_pin_param_impl.cpp21 …nParamImpl::UpdatePinParamImpl(uint64_t oldCredentialId, const std::vector<uint8_t> &oldRootSecret, in UpdatePinParamImpl()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dupdate_pin_param_test.cpp46 std::vector<uint8_t> oldRootSecret = { 2, 3, 4 }; variable
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Duser_idm_funcs.h44 Buffer *oldRootSecret; member
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Denroll_context.cpp160 std::vector<uint8_t> oldRootSecret = pinInfo->GetOldRootSecret(); in InvokeResultCallback() local
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1143 Buffer *oldRootSecret = GetCacheRootSecret(userId); in DeleteUser() local