Searched refs:crldp (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Dx_x509.c103 ret->crldp = NULL;
118 CRL_DIST_POINTS_free(ret->crldp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Dx_x509.c103 ret->crldp = NULL;
118 CRL_DIST_POINTS_free(ret->crldp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_purp.c378 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
379 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++)
380 setup_dp(x, sk_DIST_POINT_value(x->crldp, i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_purp.c378 x->crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
379 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++)
380 setup_dp(x, sk_DIST_POINT_value(x->crldp, i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dapps.c2840 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp)
2844 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) {
2845 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i);
2864 STACK_OF(DIST_POINT) *crldp;
2866 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
2867 crl = load_crl_crldp(crldp);
2868 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free);
2874 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL);
2875 crl = load_crl_crldp(crldp);
2876 sk_DIST_POINT_pop_free(crldp, DIST_POINT_fre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dapps.c2840 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp)
2844 for (i = 0; i < sk_DIST_POINT_num(crldp); i++) {
2845 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i);
2864 STACK_OF(DIST_POINT) *crldp;
2866 crldp = X509_get_ext_d2i(x, NID_crl_distribution_points, NULL, NULL);
2867 crl = load_crl_crldp(crldp);
2868 sk_DIST_POINT_pop_free(crldp, DIST_POINT_free);
2874 crldp = X509_get_ext_d2i(x, NID_freshest_crl, NULL, NULL);
2875 crl = load_crl_crldp(crldp);
2876 sk_DIST_POINT_pop_free(crldp, DIST_POINT_fre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.c1418 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
1419 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i);
H A Dx509.h288 STACK_OF(DIST_POINT) *crldp; member in struct:x509_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c1418 for (i = 0; i < sk_DIST_POINT_num(x->crldp); i++) {
1419 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i);
H A Dx509.h288 STACK_OF(DIST_POINT) *crldp; member in struct:x509_st

Completed in 208 milliseconds