Searched defs:presharedUrl (Results 1 – 6 of 6) sorted by relevance
| /base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/ |
| D | creds_manager_test.cpp | 875 Uint8Buff presharedUrl = { nullptr, 0 }; variable 886 Uint8Buff presharedUrl = { nullptr, 0 }; variable 902 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable 922 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable 941 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable 960 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable 980 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable 1001 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable 1020 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable 1038 Uint8Buff presharedUrl = { (uint8_t *)presharedUrlStr, strlen(presharedUrlStr) + 1 }; variable [all …]
|
| /base/security/device_auth/services/creds_manager/src/ |
| 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()
|
| /base/security/device_auth/services/identity_manager/src/ |
| D | identity_pin.c | 184 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **… in GetCredInfoByPeerUrl() 330 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
|
| 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()
|
| D | identity_group.c | 408 static int32_t GetCredInfoByPeerUrl(const CJson *in, const Uint8Buff *presharedUrl, IdentityInfo **… in GetCredInfoByPeerUrl() 722 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| D | deviceauth_func_test.cpp | 769 Uint8Buff presharedUrl = { val, sizeof(val) }; variable 789 Uint8Buff presharedUrl = { val, sizeof(val) }; variable 830 Uint8Buff presharedUrl = { (uint8_t *)credUrl, HcStrlen(credUrl) }; variable
|