Home
last modified time | relevance | path

Searched refs:AuthIdentityType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Didentity_manager.h40 } AuthIdentityType; typedef
60 const AuthIdentity *(*getAuthIdentityByType)(AuthIdentityType type);
67 const AuthIdentity *GetAuthIdentityByType(AuthIdentityType type);
/ohos5.0/base/security/device_auth/services/identity_manager/src/mock/
H A Didentity_manager_mock.c36 const AuthIdentity *GetAuthIdentityByType(AuthIdentityType type) in GetAuthIdentityByType()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_manager.c38 const AuthIdentity *GetAuthIdentityByType(AuthIdentityType type) in GetAuthIdentityByType()
/ohos5.0/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c66 AuthIdentityType identityType = AUTH_IDENTITY_TYPE_INVALID; in getAuthIdentity()
92 AuthIdentityType identityType = AUTH_IDENTITY_TYPE_INVALID; in GetCredInfosByPeerIdentity()