Home
last modified time | relevance | path

Searched refs:SetPreSharedUrlForProof (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Didentity_common.h29 int32_t SetPreSharedUrlForProof(const char *urlStr, Uint8Buff *preSharedUrl);
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c161 int32_t ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetCredInfosByPeerIdentity()
209 … int32_t ret = SetPreSharedUrlForProof((const char *)presharedUrl->val, &info->proof.preSharedUrl); in GetCredInfoByPeerUrl()
H A Didentity_p2p.c139 ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetCredInfosByPeerIdentity()
169 … int32_t ret = SetPreSharedUrlForProof((const char *)presharedUrl->val, &info->proof.preSharedUrl); in GetCredInfoByPeerUrl()
H A Didentity_common.c50 int32_t SetPreSharedUrlForProof(const char *urlStr, Uint8Buff *preSharedUrl) in SetPreSharedUrlForProof() function
H A Didentity_group.c199 ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetAccountUnrelatedIdentityInfo()
354 int32_t ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in SetIdentityInfoByUrl()
H A Dcert_operation.c86 int32_t ret = SetPreSharedUrlForProof(urlStr, &info->proof.preSharedUrl); in GetIdentityInfoByType()