Searched refs:getSharedSecretByUrl (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | identity_manager_test.cpp | 187 ret = identity->getSharedSecretByUrl(nullptr, nullptr, ALG_EC_SPEKE, nullptr); 189 ret = identity->getSharedSecretByUrl(in, nullptr, ALG_EC_SPEKE, nullptr); 191 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_EC_SPEKE, nullptr); 242 ret = identity->getSharedSecretByUrl(nullptr, nullptr, ALG_EC_SPEKE, nullptr); 244 ret = identity->getSharedSecretByUrl(in, nullptr, ALG_EC_SPEKE, nullptr); 246 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_EC_SPEKE, nullptr); 274 ret = identity->getSharedSecretByUrl(nullptr, nullptr, ALG_EC_SPEKE, nullptr); 276 ret = identity->getSharedSecretByUrl(in, nullptr, ALG_EC_SPEKE, nullptr); 278 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_EC_SPEKE, nullptr); 281 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_ISO, nullptr); [all …]
|
/ohos5.0/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 166 authIdentityTest->getSharedSecretByUrl(in, presharedUrl, protocolType, sharedSecret); in GetSharedSecretByUrl() 172 authIdentityTest->getSharedSecretByUrl(in, presharedUrl, protocolType, sharedSecret); in GetSharedSecretByUrl() 181 return authIdentity->getSharedSecretByUrl(in, presharedUrl, protocolType, sharedSecret); in GetSharedSecretByUrl()
|
/ohos5.0/base/security/device_auth/services/identity_manager/inc/ |
H A D | identity_manager.h | 45 int32_t (*getSharedSecretByUrl)( member
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 378 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
H A D | identity_p2p.c | 347 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
H A D | identity_group.c | 934 .getSharedSecretByUrl = GetSharedSecretByUrl,
|