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 D | credsmanager_fuzzer.cpp | 1161 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 D | creds_manager_test.cpp | 1282 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 D | identity_defines.h | 61 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 D | identity_pin.c | 51 isoEntity->protocolType = ALG_ISO; in SetIsoProtocol() 344 if (protocolType == ALG_ISO) { in GetSharedSecretByUrl()
|
H A D | identity_group.c | 126 entity->protocolType = ALG_ISO; in SetProtocolsToIdentityInfo() 830 if (protocolType == ALG_ISO) { in GetSharedSecretForP2p() 867 if (protocolType != ALG_ISO) { in GetSharedSecretByUrl()
|
H A D | cert_operation.c | 41 entity->protocolType = ALG_ISO; in SetProtocolsForUidType()
|
/ohos5.0/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); 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 D | identity_manager_test.cpp | 281 ret = identity->getSharedSecretByUrl(in, &presharedUrl, ALG_ISO, nullptr);
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 1781 return ALG_ISO; in GetAlgTypeByProtocolType()
|