Searched refs:GetAuthIdentityByType (Results 1 – 5 of 5) sorted by relevance
83 return GetAuthIdentityByType(identityType); in getAuthIdentity()108 const AuthIdentity *authIdentity = GetAuthIdentityByType(identityType); in GetCredInfosByPeerIdentity()119 authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P); in GetCredInfosByPeerIdentity()162 const AuthIdentity *authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P); in GetSharedSecretByUrl()168 authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_PIN); in GetSharedSecretByUrl()192 const AuthIdentity *authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P); in GetCredInfoByPeerCert()198 authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_PIN); in GetCredInfoByPeerCert()205 const AuthIdentity *authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_GROUP); in GetCredInfoByPeerCert()221 const AuthIdentity *authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P); in GetSharedSecretByPeerCert()227 authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_PIN); in GetSharedSecretByPeerCert()[all …]
38 const AuthIdentity *GetAuthIdentityByType(AuthIdentityType type) in GetAuthIdentityByType() function54 .getAuthIdentityByType = GetAuthIdentityByType,
36 const AuthIdentity *GetAuthIdentityByType(AuthIdentityType type) in GetAuthIdentityByType() function
67 const AuthIdentity *GetAuthIdentityByType(AuthIdentityType type);
1333 const AuthIdentity *authIdentity = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_INVALID);