Searched refs:AddCertInfoToJson (Results 1 – 4 of 4) sorted by relevance
63 int32_t ret = AddCertInfoToJson(nullptr, nullptr);66 ret = AddCertInfoToJson(&info, nullptr);78 ret = AddCertInfoToJson(&info, out);83 ret = AddCertInfoToJson(&info, out);
26 int32_t AddCertInfoToJson(const CertInfo *certInfo, CJson *out);
25 int32_t AddCertInfoToJson(const CertInfo *certInfo, CJson *out);
103 int32_t AddCertInfoToJson(const CertInfo *certInfo, CJson *out) in AddCertInfoToJson() function670 GOTO_ERR_AND_SET_RET(AddCertInfoToJson(peerCertInfo, input), res); in GetSharedSecretByPeerCertFromPlugin()