Home
last modified time | relevance | path

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

/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h61 typedef enum { ALG_EC_SPEKE = 0x0001, ALG_DL_SPEKE = 0x0002, ALG_ISO = 0x0004 } ProtocolAlgType; enumerator
/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()
1354 (void)GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest45()
1371 (void)GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, in CredsManagerTest46()
[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()
1465 int32_t res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in HWTEST_F()
1486 int32_t res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, in HWTEST_F()
[all...]
/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c51 isoEntity->protocolType = ALG_ISO; in SetIsoProtocol()
348 if (protocolType == ALG_ISO) { in GetSharedSecretByUrl()
H A Didentity_group.c126 entity->protocolType = ALG_ISO; in SetProtocolsToIdentityInfo()
830 if (protocolType == ALG_ISO) { in GetSharedSecretForP2p()
867 if (protocolType != ALG_ISO) { in GetSharedSecretByUrl()
H A Dcert_operation.c41 entity->protocolType = ALG_ISO; in SetProtocolsForUidType()
/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()
H A Didentity_manager_test.cpp281 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_ISO, nullptr); in HWTEST_F()
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1781 return ALG_ISO; in GetAlgTypeByProtocolType()

Completed in 27 milliseconds