HomeSort by: relevance | last modified time | path
    Searched refs:crldp (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x_x509.c 48 CRL_DIST_POINTS_free(ret->crldp);
79 ret->crldp = NULL;
89 CRL_DIST_POINTS_free(ret->crldp);
v3_purp.c 395 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, &i, NULL);
396 if (x->crldp == NULL && i != -1)
399 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
400 int res = setup_dp(x, sk_DIST_POINT_value(x->crldp, i));
x509_vfy.c 1599 /* Check CRLDP and IDP */
1615 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
1616 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x_x509.c 48 CRL_DIST_POINTS_free(ret->crldp);
79 ret->crldp = NULL;
89 CRL_DIST_POINTS_free(ret->crldp);
v3_purp.c 353 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, &i, NULL);
354 if (x->crldp == NULL && i != -1)
357 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
358 int res = setup_dp(x, sk_DIST_POINT_value(x->crldp, i));
x509_vfy.c 1449 /* Check CRLDP and IDP */
1465 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
1466 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x_x509.c 48 CRL_DIST_POINTS_free(ret->crldp);
77 ret->crldp = NULL;
87 CRL_DIST_POINTS_free(ret->crldp);
x509_vfy.c 1435 /* Check CRLDP and IDP */
1451 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
1452 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_purp.c 338 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, &i, NULL);
339 if (x->crldp == NULL && i != -1)
341 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
342 if (!setup_dp(x, sk_DIST_POINT_value(x->crldp, i)))
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 177 STACK_OF(DIST_POINT) *crldp; member in struct:x509_st
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2391 * Look through a CRLDP structure and attempt to find an http URL to
2395 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp)
2399 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) {
2400 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i);
2409 * Example of downloading CRLs from CRLDP:
2419 STACK_OF(DIST_POINT) *crldp;
2425 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
2426 crl = load_crl_crldp(crldp);
2427 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free);
2434 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2074 * Look through a CRLDP structure and attempt to find an http URL to
2078 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp)
2082 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) {
2083 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i);
2092 * Example of downloading CRLs from CRLDP: not usable for real world as it
2102 STACK_OF(DIST_POINT) *crldp;
2108 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
2109 crl = load_crl_crldp(crldp);
2110 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free);
2117 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
ca.c 63 CRLDistributionPoints crldp; member in struct:hx509_ca_tbs
110 free_CRLDistributionPoints(&(*tbs)->crldp);
546 ret = add_CRLDistributionPoints(&tbs->crldp, &dp);
1423 if (tbs->crldp.len) {
1426 &tbs->crldp, &size, ret);
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 191 STACK_OF(DIST_POINT) *crldp; member in struct:x509_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 191 STACK_OF(DIST_POINT) *crldp; member in struct:x509_st
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2442 * Look through a CRLDP structure and attempt to find an http URL to
2446 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp)
2451 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) {
2452 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i);
2462 * Example of downloading CRLs from CRLDP:
2472 STACK_OF(DIST_POINT) *crldp;
2478 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
2479 crl = load_crl_crldp(crldp);
2480 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free);
2486 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL)
    [all...]

Completed in 57 milliseconds