/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
H A D | creds_manager_test.cpp | 871 Uint8Buff presharedUrl = { nullptr, 0 }; variable 882 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1288 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1324 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1350 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1372 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1394 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1415 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1435 Uint8Buff presharedUrl = { nullptr, 0 }; variable 1455 Uint8Buff presharedUrl = { nullptr, 0 }; variable [all …]
|
/ohos5.0/base/security/device_auth/test/fuzztest/creds_manager/credsmanager_fuzzer/ |
H A D | credsmanager_fuzzer.cpp | 807 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest18() local 818 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest19() local 1168 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest38() local 1210 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest39() local 1235 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest40() local 1255 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest41() local 1273 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest42() local 1290 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest43() local 1306 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest44() local 1322 Uint8Buff presharedUrl = { nullptr, 0 }; in CredsManagerTest45() local [all …]
|
/ohos5.0/base/security/device_auth/services/creds_manager/src/ |
H A D | creds_manager.c | 34 static bool IsPinAuth(const CJson *context, const Uint8Buff *presharedUrl) in IsPinAuth() 64 static const AuthIdentity *getAuthIdentity(const CJson *in, const Uint8Buff *presharedUrl) in getAuthIdentity() 137 int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **returnI… in GetCredInfoByPeerUrl() 154 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | identity_manager_test.cpp | 184 Uint8Buff presharedUrl = { nullptr, 0 }; variable 232 Uint8Buff presharedUrl = { nullptr, 0 }; variable 261 Uint8Buff presharedUrl = { nullptr, 0 }; variable
|
H A D | deviceauth_func_test.cpp | 1287 Uint8Buff presharedUrl = { val, sizeof(val) }; variable 1307 Uint8Buff presharedUrl = { val, sizeof(val) }; variable 1348 Uint8Buff presharedUrl = { (uint8_t *)credUrl, HcStrlen(credUrl) }; variable
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_pin.c | 184 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **… in GetCredInfoByPeerUrl() 337 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
|
H A D | identity_p2p.c | 158 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **… in GetCredInfoByPeerUrl() 283 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
|
H A D | identity_group.c | 408 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **… in GetCredInfoByPeerUrl() 841 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
|