Home
last modified time | relevance | path

Searched defs:presharedUrl (Results 1 – 6 of 6) sorted by relevance

/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/creds_manager/
Dcreds_manager_test.cpp875 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/
Dcreds_manager.c34 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/
Didentity_pin.c184 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()
Didentity_p2p.c158 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()
Didentity_group.c408 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/
Ddeviceauth_func_test.cpp769 Uint8Buff presharedUrl = { val, sizeof(val) }; variable
789 Uint8Buff presharedUrl = { val, sizeof(val) }; variable
830 Uint8Buff presharedUrl = { (uint8_t *)credUrl, HcStrlen(credUrl) }; variable