Home
last modified time | relevance | path

Searched defs:authIdentity (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c108 const AuthIdentity *authIdentity = GetAuthIdentityByType(identityType); in GetCredInfosByPeerIdentity() local
144 const AuthIdentity *authIdentity = getAuthIdentity(in, presharedUrl); in GetCredInfoByPeerUrl() local
175 const AuthIdentity *authIdentity = getAuthIdentity(in, presharedUrl); in GetSharedSecretByUrl() local
205 const AuthIdentity *authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_GROUP); in GetCredInfoByPeerCert() local
234 const AuthIdentity *authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_GROUP); in GetSharedSecretByPeerCert() local
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_func_test.cpp1333 const AuthIdentity *authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_INVALID); variable