Searched refs:getSharedSecretByUrl (Results 1 - 6 of 6) sorted by relevance
/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); in HWTEST_F() 189 ret = identity->getSharedSecretByUrl(in, nullptr, ALG_EC_SPEKE, nullptr); in HWTEST_F() 191 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_EC_SPEKE, nullptr); in HWTEST_F() 240 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F() 242 ret = identity->getSharedSecretByUrl(nullptr, nullptr, ALG_EC_SPEKE, nullptr); in HWTEST_F() 244 ret = identity->getSharedSecretByUrl(in, nullptr, ALG_EC_SPEKE, nullptr); in HWTEST_F() 246 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_EC_SPEKE, nullptr); in HWTEST_F() 274 ret = identity->getSharedSecretByUrl(nullptr, nullptr, ALG_EC_SPEKE, nullptr); in HWTEST_F() 276 ret = identity->getSharedSecretByUrl(in, nullptr, ALG_EC_SPEKE, nullptr); in HWTEST_F() 278 ret = identity->getSharedSecretByUrl(i in HWTEST_F() [all...] |
/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()
|
/base/security/device_auth/services/identity_manager/inc/ |
H A D | identity_manager.h | 45 int32_t (*getSharedSecretByUrl)( member
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 382 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
H A D | identity_p2p.c | 347 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
H A D | identity_group.c | 934 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
Completed in 5 milliseconds