Home
last modified time | relevance | path

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

/base/security/device_auth/test/unittest/deviceauth/source/
H A Didentity_manager_test.cpp187 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 Dcreds_manager.c166 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 Didentity_manager.h45 int32_t (*getSharedSecretByUrl)( member
/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c382 .getSharedSecretByUrl = GetSharedSecretByUrl,
H A Didentity_p2p.c347 .getSharedSecretByUrl = GetSharedSecretByUrl,
H A Didentity_group.c934 .getSharedSecretByUrl = GetSharedSecretByUrl,

Completed in 5 milliseconds