Searched refs:SoftbusCertChain (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_attest_interface.h | 47 } 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 D | auth_attest_virtual.c | 42 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 D | auth_session_json.c | 1887 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 5 milliseconds