Home
last modified time | relevance | path

Searched refs:GetStandardTokenManagerInstance (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/
H A Ddas_standard_token_manager.h25 const TokenManager *GetStandardTokenManagerInstance(void);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task_mock/
H A Dstandard_exchange_task_mock.c30 const TokenManager *GetStandardTokenManagerInstance() in GetStandardTokenManagerInstance() function
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c330 int32_t res = GetStandardTokenManagerInstance()->getPublicKey(&params, &returnPkBuff); in PackPublicKeyToJson()
455 return GetStandardTokenManagerInstance()->registerLocalIdentity(&params); in RegisterIdentity()
628 return GetStandardTokenManagerInstance()->unregisterLocalIdentity(&params); in UnregisterIdentity()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_task_main.c539 protocol->tokenManagerInstance = GetStandardTokenManagerInstance(); in InitDasProtocolEntities()
552 protocol->tokenManagerInstance = GetStandardTokenManagerInstance(); in InitDasProtocolEntities()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_standard_token_manager.c423 const TokenManager *GetStandardTokenManagerInstance(void) in GetStandardTokenManagerInstance() function
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c425 res = GetStandardTokenManagerInstance()->computeAndSavePsk(pakeParams); in SaveAuthInfo()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c304 res = GetStandardTokenManagerInstance()->computeAndSavePsk(params); in FillPskWithDerivedKeyHex()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp893 const TokenManager *standardMgr = GetStandardTokenManagerInstance();