Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/
H A Dcredsmanager_fuzzer.cpp1161 int32_t res = GetSharedSecretByUrl(nullptr, nullptr, ALG_ISO, nullptr); in CredsManagerTest38()
1163 res = GetSharedSecretByUrl(json, nullptr, ALG_ISO, nullptr); in CredsManagerTest38()
1169 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, nullptr); in CredsManagerTest38()
1175 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest38()
1185 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest38()
1198 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest38()
1218 (void)GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest39()
1243 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest40()
1330 (void)GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest45()
1347 (void)GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret); in CredsManagerTest46()
[all …]
/ohos5.0/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);
1286 res = GetSharedSecretByUrl(json, nullptr, ALG_ISO, nullptr);
1289 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, nullptr);
1292 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret);
1301 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret);
1313 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret);
1361 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret);
1584 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret);
1618 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret);
1652 res = GetSharedSecretByUrl(json, &presharedUrl, ALG_ISO, &sharedSecret);
[all …]
/ohos5.0/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
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c51 isoEntity->protocolType = ALG_ISO; in SetIsoProtocol()
344 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()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_func_test.cpp1289 int32_t res = GetSharedSecretByUrl(in, &presharedUrl, ALG_ISO, &sharedSecret);
1293 res = GetSharedSecretByUrl(nullptr, &presharedUrl, ALG_ISO, &sharedSecret);
1309 int32_t res = GetSharedSecretByUrl(in, &presharedUrl, ALG_ISO, &sharedSecret);
1313 res = GetSharedSecretByUrl(nullptr, &presharedUrl, ALG_ISO, &sharedSecret);
1350 int32_t res = GetSharedSecretByUrl(in, &presharedUrl, ALG_ISO, &sharedSecret);
H A Didentity_manager_test.cpp281 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_ISO, nullptr);
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1781 return ALG_ISO; in GetAlgTypeByProtocolType()