Searched defs:STACK_OF (Results 1 - 3 of 3) sorted by relevance
/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | certificate_openssl_common.c | 390 CfResult IsOrderCertChain(STACK_OF(X509) *certsChain, bool *isOrder)
in STACK_OF() function 460 X509 *FindCertificateBySubject(STACK_OF(X509) *certs, X509_NAME *subjectName)
in STACK_OF() function
|
H A D | x509_certificate_openssl.c | 1023 static CfResult DeepCopyExtendedKeyUsage(const STACK_OF(ASN1_OBJECT) *extUsage, in STACK_OF() function 1135 static CfResult DeepCopyAlternativeNames(const STACK_OF(GENERAL_NAME) *altNames, int32_t i, CfArray *outName) in STACK_OF() function 1438 const STACK_OF(GENERAL_NAME) * altname, int32_t i, const SubAltNameArray *subAltNameArrayOut) in STACK_OF() function 1986 static CfResult GetDpURI(STACK_OF(DIST_POINT) *crlDp, int32_t dpNumber, bool isFormatOutURI, in STACK_OF() function 2015 static CfResult GetCRLDpURI(STACK_OF(DIST_POINT) *crlDp, CfArray *outURI) in STACK_OF() function [all...] |
H A D | x509_cert_chain_openssl.c | 190 static CfResult CheckCertChainIsRevoked(const STACK_OF(X509_CRL) *crlStack, const STACK_OF(X509) *certChain) in STACK_OF() function 636 static CfResult ValidateNC(STACK_OF(X509) *x509CertChain, CfBlob *nameConstraints) in STACK_OF() function 742 static X509_CRL *LoadCrlDp(STACK_OF(DIST_POINT) *crldp) STACK_OF() function 875 static void ValidateOcspLocalGetTrustCert(STACK_OF(X509) *x509CertChain, HcfX509TrustAnchor *trustAnchor, STACK_OF() function 1110 static CfResult ValidateOcspOnline(STACK_OF(X509) *x509CertChain, OCSP_CERTID *certId, HcfX509TrustAnchor *trustAnchor, STACK_OF() function 1189 static OCSP_CERTID *GetCertId(STACK_OF(X509) *x509CertChain, const CfBlob *ocspDigest) STACK_OF() function 1300 STACK_OF(X509) *x509CertChain, HcfX509TrustAnchor *trustAnchor, const HcfX509CertChainValidateParams *params) STACK_OF() function 1335 static CfResult ValidateDate(const STACK_OF(X509) *x509CertChain, CfBlob *date) STACK_OF() function 1377 static CfResult ValidatePolicy(const STACK_OF(X509) *x509CertChain, HcfValPolicyType policy, CfBlob *sslHostname) STACK_OF() function 1403 static CfResult ValidateUseage(const STACK_OF(X509) *x509CertChain, HcfKuArray *keyUsage) STACK_OF() function 1838 bool ValidatCertChainX509(STACK_OF(X509) * x509CertChain, HcfX509CertChainValidateParams params) STACK_OF() function 1858 static void PopFreeCerts(STACK_OF(X509) *allCerts, STACK_OF(X509) *leafCerts) STACK_OF() function 1968 static void ProcessP12Data(STACK_OF(X509) *ca, HcfX509TrustAnchorArray *result) STACK_OF() function 2015 static STACK_OF(X509) *GetCaFromP12(const CfBlob *keyStore, const CfBlob *pwd) STACK_OF() function [all...] |
Completed in 6 milliseconds