Home
last modified time | relevance | path

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

/base/security/device_auth/services/legacy/creds_manager/src/
Dcreds_manager.c117 const AuthIdentity *authIdentity = GetAuthIdentityByType(identityType); in GetCredInfosByPeerIdentity() local
153 const AuthIdentity *authIdentity = getAuthIdentity(in, presharedUrl); in GetCredInfoByPeerUrl() local
184 const AuthIdentity *authIdentity = getAuthIdentity(in, presharedUrl); in GetSharedSecretByUrl() local
217 const AuthIdentity *authIdentity = GetAuthIdentityByType(identityType); in GetCredInfoByPeerCert() local
249 const AuthIdentity *authIdentity = GetAuthIdentityByType(identityType); in GetSharedSecretByPeerCert() local
/base/security/device_auth/test/unittest/deviceauth/source/
Ddeviceauth_func_test.cpp1333 const AuthIdentity *authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_INVALID); variable