Searched refs:crldp (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x_x509.c | 48 CRL_DIST_POINTS_free(ret->crldp); in x509_cb() 79 ret->crldp = NULL; in x509_cb() 89 CRL_DIST_POINTS_free(ret->crldp); in x509_cb()
|
D | v3_purp.c | 353 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, &i, NULL); in setup_crldp() 354 if (x->crldp == NULL && i != -1) in setup_crldp() 357 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) { in setup_crldp() 358 int res = setup_dp(x, sk_DIST_POINT_value(x->crldp, i)); in setup_crldp()
|
D | x509_vfy.c | 1465 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) { in crl_crldp_check() 1466 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
|
/third_party/openssl/apps/lib/ |
D | apps.c | 2387 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) in load_crl_crldp() argument 2391 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) { in load_crl_crldp() 2392 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i); in load_crl_crldp() 2411 STACK_OF(DIST_POINT) *crldp; in STACK_OF() 2417 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL); in STACK_OF() 2418 crl = load_crl_crldp(crldp); in STACK_OF() 2419 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free); in STACK_OF() 2426 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL); in STACK_OF() 2427 crl = load_crl_crldp(crldp); in STACK_OF() 2428 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free); in STACK_OF()
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | x509.h | 177 STACK_OF(DIST_POINT) *crldp;
|
/third_party/openssl/include/crypto/ |
D | x509.h | 191 STACK_OF(DIST_POINT) *crldp;
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | types.rs | 277 crldp: *mut c_void, 303 crldp: *mut c_void,
|