Home
last modified time | relevance | path

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

/base/security/device_auth/services/creds_manager/inc/
H A Dcreds_manager.h29 int32_t GetSharedSecretByUrl(
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/
H A Dcredsmanager_fuzzer.cpp1182 int32_t res = GetSharedSecretByUrl(nullptr, nullptr, ALG_ISO, nullptr); in CredsManagerTest38()
1187 res = GetSharedSecretByUrl(json, nullptr, ALG_ISO, nullptr); in CredsManagerTest38()
1193 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, nullptr); in CredsManagerTest38()
1199 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest38()
1209 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest38()
1222 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest38()
1242 (void)GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest39()
1267 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest40()
1288 (void)GetSharedSecretByUrl(json, &presharedUrl, ALG_EC_SPEKE, &sharedSecret); in CredsManagerTest41()
1305 (void)GetSharedSecretByUrl(jso in CredsManagerTest42()
[all...]
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
H A Dcreds_manager_test.cpp1282 int32_t res = GetSharedSecretByUrl(nullptr, nullptr, ALG_ISO, nullptr); in HWTEST_F()
1286 res = GetSharedSecretByUrl(json, nullptr, ALG_ISO, nullptr); in HWTEST_F()
1289 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, nullptr); in HWTEST_F()
1292 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1301 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1313 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1334 int32_t res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1361 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1383 int32_t res = GetSharedSecretByUrl(json, &presharedUrl, ALG_EC_SPEKE, &sharedSecret); in HWTEST_F()
1404 int32_t res = GetSharedSecretByUrl(jso in HWTEST_F()
[all...]
/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c340 static int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function
382 .getSharedSecretByUrl = GetSharedSecretByUrl,
H A Didentity_p2p.c282 static int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function
347 .getSharedSecretByUrl = GetSharedSecretByUrl,
H A Didentity_group.c840 static int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function
934 .getSharedSecretByUrl = GetSharedSecretByUrl,
/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c153 int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_func_test.cpp1289 int32_t res = GetSharedSecretByUrl(in, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1293 res = GetSharedSecretByUrl(nullptr, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1309 int32_t res = GetSharedSecretByUrl(in, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1313 res = GetSharedSecretByUrl(nullptr, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1350 int32_t res = GetSharedSecretByUrl(in, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1434 return GetSharedSecretByUrl(impl->context, &selfCred->proof.preSharedUrl, in GetSharedSecret()

Completed in 16 milliseconds