/base/security/device_auth/services/creds_manager/inc/ |
H A D | creds_manager.h | 29 int32_t GetSharedSecretByUrl(
|
/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 1182 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 D | creds_manager_test.cpp | 1282 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 D | identity_pin.c | 340 static int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function 382 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
H A D | identity_p2p.c | 282 static int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function 347 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
H A D | identity_group.c | 840 static int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function 934 .getSharedSecretByUrl = GetSharedSecretByUrl,
|
/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 153 int32_t GetSharedSecretByUrl( in GetSharedSecretByUrl() function
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_func_test.cpp | 1289 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 D | dev_session_v2.c | 1434 return GetSharedSecretByUrl(impl->context, &selfCred->proof.preSharedUrl, in GetSharedSecret()
|