Home
last modified time | relevance | path

Searched refs:GetCacheRootSecret (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Didm_session_test.cpp174 Buffer *rootSecret = GetCacheRootSecret(userId);
178 rootSecret = GetCacheRootSecret(userId);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Didm_session.h49 Buffer *GetCacheRootSecret(int32_t userId);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c289 Buffer *GetCacheRootSecret(int32_t userId) in GetCacheRootSecret() function
H A Duser_idm_funcs.c485 output->oldRootSecret = GetCacheRootSecret(userId); in GetUpdateCredentialOutput()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1143 Buffer *oldRootSecret = GetCacheRootSecret(userId); in DeleteUser()