Home
last modified time | relevance | path

Searched refs:SoftbusCertChain (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_attest_interface.h47 } SoftbusCertChain; typedef
52 int32_t GenerateCertificate(SoftbusCertChain *softbusCertChain, const AuthSessionInfo *info);
53 int32_t VerifyCertificate(SoftbusCertChain *softbusCertChain, const NodeInfo *nodeInfo, const AuthSessionInfo *info);
54 int32_t InitSoftbusChain(SoftbusCertChain *softbusCertChain);
55 void FreeSoftbusChain(SoftbusCertChain *softbusCertChain);
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_attest_virtual.c42 int32_t GenerateCertificate(SoftbusCertChain *softbusCertChain, const AuthSessionInfo *info) in GenerateCertificate()
49 int32_t VerifyCertificate(SoftbusCertChain *softbusCertChain, const NodeInfo *nodeInfo, const AuthSessionInfo *info) in VerifyCertificate()
57 int32_t InitSoftbusChain(SoftbusCertChain *softbusCertChain) in InitSoftbusChain()
63 void FreeSoftbusChain(SoftbusCertChain *softbusCertChain) in FreeSoftbusChain()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1887 SoftbusCertChain softbusCertChain; in PackCertificateInfo()
1888 (void)memset_s(&softbusCertChain, sizeof(SoftbusCertChain), 0, sizeof(SoftbusCertChain)); in PackCertificateInfo()
1915 SoftbusCertChain softbusCertChain; in UnpackCertificateInfo()
1916 (void)memset_s(&softbusCertChain, sizeof(SoftbusCertChain), 0, sizeof(SoftbusCertChain)); in UnpackCertificateInfo()

Completed in 4 milliseconds