Home
last modified time | relevance | path

Searched defs:x509CertChain (Results 1 – 1 of 1) sorted by relevance

/base/security/certificate_framework/frameworks/adapter/v1.0/src/
Dx509_cert_chain_openssl.c326 static CfResult VerifyCertChain(X509 *mostTrustCert, STACK_OF(X509) * x509CertChain) in VerifyCertChain()
721 …Result ValidateCrls(const HcfCertCRLCollectionArray *collectionArr, STACK_OF(X509) * x509CertChain) in ValidateCrls()
747 …atic CfResult ValidateTrustAnchor(const HcfX509TrustAnchorArray *trustAnchorsArray, X509 *rootCert, in ValidateTrustAnchor()
778 static CfResult ValidateDate(const STACK_OF(X509) * x509CertChain, CfBlob *date) in ValidateDate()