Home
last modified time | relevance | path

Searched refs:authIdentityTest (Results 1 - 1 of 1) sorted by relevance

/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c162 const AuthIdentity *authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P); in GetSharedSecretByUrl() local
163 if (authIdentityTest == NULL) { in GetSharedSecretByUrl()
166 authIdentityTest->getSharedSecretByUrl(in, presharedUrl, protocolType, sharedSecret); in GetSharedSecretByUrl()
168 authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_PIN); in GetSharedSecretByUrl()
169 if (authIdentityTest == NULL) { in GetSharedSecretByUrl()
172 authIdentityTest->getSharedSecretByUrl(in, presharedUrl, protocolType, sharedSecret); in GetSharedSecretByUrl()
192 const AuthIdentity *authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P); in GetCredInfoByPeerCert() local
193 if (authIdentityTest == NULL) { in GetCredInfoByPeerCert()
196 authIdentityTest->getCredInfoByPeerCert(in, certInfo, returnInfo); in GetCredInfoByPeerCert()
198 authIdentityTest in GetCredInfoByPeerCert()
221 const AuthIdentity *authIdentityTest = GetAuthIdentityByType(AUTH_IDENTITY_TYPE_P2P); GetSharedSecretByPeerCert() local
[all...]

Completed in 2 milliseconds