Home
last modified time | relevance | path

Searched refs:ROOT_CERTS_INDEX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_attest_interface.h37 #define ROOT_CERTS_INDEX 3 macro
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c1883 !JSON_AddBytesToObject(json, ROOT_CERTS, softbusCertChain.cert[ROOT_CERTS_INDEX].data, in PackCertificateInfo()
1884 softbusCertChain.cert[ROOT_CERTS_INDEX].size)) { in PackCertificateInfo()
1911 !JSON_GetBytesFromObject(json, ROOT_CERTS, softbusCertChain.cert[ROOT_CERTS_INDEX].data, in UnpackCertificateInfo()
1912 SOFTBUS_CERTIFICATE_SIZE, &softbusCertChain.cert[ROOT_CERTS_INDEX].size)) { in UnpackCertificateInfo()