Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c1986 static CfResult GetDpURI(STACK_OF(DIST_POINT) *crlDp, int32_t dpNumber, bool isFormatOutURI, in GetDpURI() argument
1991 DIST_POINT *dp = sk_DIST_POINT_value(crlDp, i); in GetDpURI()
2015 static CfResult GetCRLDpURI(STACK_OF(DIST_POINT) *crlDp, CfArray *outURI) in GetCRLDpURI() argument
2018 int32_t dpNumber = sk_DIST_POINT_num(crlDp); in GetCRLDpURI()
2020 CfResult ret = GetDpURI(crlDp, dpNumber, false, &uriCount, outURI); in GetCRLDpURI()
2045 ret = GetDpURI(crlDp, dpNumber, true, &uriCount, outURI); in GetCRLDpURI()
2069 STACK_OF(DIST_POINT) *crlDp = X509_get_ext_d2i(x509, NID_crl_distribution_points, NULL, NULL); in GetCRLDistributionPointsURIX509Openssl()
2070 if (crlDp == NULL) { in GetCRLDistributionPointsURIX509Openssl()
2076 CfResult ret = GetCRLDpURI(crlDp, outURI); in GetCRLDistributionPointsURIX509Openssl()
2077 sk_DIST_POINT_pop_free(crlDp, DIST_POINT_free); in GetCRLDistributionPointsURIX509Openssl()