Searched refs:exts (Results 1 - 25 of 37) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/x509/
H A Dmkreq.c65 STACK_OF(X509_EXTENSION) *exts = NULL;
103 exts = sk_X509_EXTENSION_new_null();
106 add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
112 add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
115 add_ext(exts, NID_netscape_cert_type, "client,email");
131 X509_REQ_add_extensions(x, exts);
133 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/x509/
H A Dmkreq.c65 STACK_OF(X509_EXTENSION) *exts = NULL;
103 exts = sk_X509_EXTENSION_new_null();
106 add_ext(exts, NID_key_usage, "critical,digitalSignature,keyEncipherment");
112 add_ext(exts, NID_subject_alt_name, "email:steve@openssl.org");
115 add_ext(exts, NID_netscape_cert_type, "client,email");
131 X509_REQ_add_extensions(x, exts);
133 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dpkt_cls.h84 * @exts: tc filter extensions handle
90 tcf_exts_is_predicative(struct tcf_exts *exts) argument
93 return !!exts->action;
95 return !!exts->police;
103 * @exts: tc filter extensions handle
108 tcf_exts_is_available(struct tcf_exts *exts) argument
111 return tcf_exts_is_predicative(exts);
117 * @exts: tc filter extensions handle
126 tcf_exts_exec(struct sk_buff *skb, struct tcf_exts *exts, argument
130 if (exts
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dmemchr.S17 exts.b r5,r5
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_crld.c82 STACK_OF(DIST_POINT) *crld, STACK_OF(CONF_VALUE) *exts)
90 exts = i2v_GENERAL_NAMES(NULL,
91 point->distpoint->name.fullname, exts);
92 else X509V3_add_value("RelativeName","<UNSUPPORTED>", &exts);
95 X509V3_add_value("reasons","<UNSUPPORTED>", &exts);
97 X509V3_add_value("CRLissuer","<UNSUPPORTED>", &exts);
99 return exts;
H A Dv3_prn.c164 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
168 if(sk_X509_EXTENSION_num(exts) <= 0) return 1;
176 for (i=0; i<sk_X509_EXTENSION_num(exts); i++)
180 ex=sk_X509_EXTENSION_value(exts, i);
H A Dv3_utl.c472 STACK_OF(X509_EXTENSION) *exts;
474 exts = X509_REQ_get_extensions(x);
475 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
478 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_crld.c82 STACK_OF(DIST_POINT) *crld, STACK_OF(CONF_VALUE) *exts)
90 exts = i2v_GENERAL_NAMES(NULL,
91 point->distpoint->name.fullname, exts);
92 else X509V3_add_value("RelativeName","<UNSUPPORTED>", &exts);
95 X509V3_add_value("reasons","<UNSUPPORTED>", &exts);
97 X509V3_add_value("CRLissuer","<UNSUPPORTED>", &exts);
99 return exts;
H A Dv3_prn.c165 int X509V3_extensions_print(BIO *bp, char *title, STACK_OF(X509_EXTENSION) *exts, unsigned long flag, int indent) argument
169 if(sk_X509_EXTENSION_num(exts) <= 0) return 1;
177 for (i=0; i<sk_X509_EXTENSION_num(exts); i++)
181 ex=sk_X509_EXTENSION_value(exts, i);
H A Dv3_utl.c479 STACK_OF(X509_EXTENSION) *exts;
481 exts = X509_REQ_get_extensions(x);
482 gens = X509V3_get_d2i(exts, NID_subject_alt_name, NULL, NULL);
485 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_api.c460 tcf_exts_destroy(struct tcf_proto *tp, struct tcf_exts *exts) argument
463 if (exts->action) {
464 tcf_action_destroy(exts->action, TCA_ACT_UNBIND);
465 exts->action = NULL;
468 if (exts->police) {
469 tcf_police_release(exts->police, TCA_ACT_UNBIND);
470 exts->police = NULL;
478 struct rtattr *rate_tlv, struct tcf_exts *exts,
481 memset(exts, 0, sizeof(*exts));
477 tcf_exts_validate(struct tcf_proto *tp, struct rtattr **tb, struct rtattr *rate_tlv, struct tcf_exts *exts, struct tcf_ext_map *map) argument
551 tcf_exts_dump(struct sk_buff *skb, struct tcf_exts *exts, struct tcf_ext_map *map) argument
593 tcf_exts_dump_stats(struct sk_buff *skb, struct tcf_exts *exts, struct tcf_ext_map *map) argument
[all...]
H A Dcls_fw.c64 struct tcf_exts exts; member in struct:fw_filter
115 r = tcf_exts_exec(skb, &f->exts, res);
162 tcf_exts_destroy(tp, &f->exts);
244 tcf_exts_change(tp, &f->exts, &e);
360 if (!f->res.classid && !tcf_exts_is_available(&f->exts))
375 if (tcf_exts_dump(skb, &f->exts, &fw_ext_map) < 0)
380 if (tcf_exts_dump_stats(skb, &f->exts, &fw_ext_map) < 0)
H A Dcls_basic.c33 struct tcf_exts exts; member in struct:basic_filter
55 r = tcf_exts_exec(skb, &f->exts, res);
99 tcf_exts_destroy(tp, &f->exts);
158 tcf_exts_change(tp, &f->exts, &e);
263 if (tcf_exts_dump(skb, &f->exts, &basic_ext_map) < 0 ||
H A Dcls_route.c65 struct tcf_exts exts; member in struct:route4_filter
123 if (tcf_exts_is_available(&f->exts)) { \
124 int r = tcf_exts_exec(skb, &f->exts, res); \
262 tcf_exts_destroy(tp, &f->exts);
425 tcf_exts_change(tp, &f->exts, &e);
585 if (tcf_exts_dump(skb, &f->exts, &route_ext_map) < 0)
590 if (tcf_exts_dump_stats(skb, &f->exts, &route_ext_map) < 0)
H A Dcls_rsvp.h97 struct tcf_exts exts; member in struct:rsvp_filter
127 int r = tcf_exts_exec(skb, &f->exts, res); \
255 tcf_exts_destroy(tp, &f->exts);
436 tcf_exts_change(tp, &f->exts, &e);
516 tcf_exts_change(tp, &f->exts, &e);
623 if (tcf_exts_dump(skb, &f->exts, &rsvp_ext_map) < 0)
628 if (tcf_exts_dump_stats(skb, &f->exts, &rsvp_ext_map) < 0)
H A Dcls_tcindex.c39 struct tcf_exts exts; member in struct:tcindex_filter_result
69 return tcf_exts_is_predicative(&r->exts) || r->res.classid;
111 return tcf_exts_exec(skb, &f->exts, res);
182 tcf_exts_destroy(tp, &r->exts);
314 tcf_exts_change(tp, &cr.exts, &e);
475 if (tcf_exts_dump(skb, &r->exts, &tcindex_ext_map) < 0)
479 if (tcf_exts_dump_stats(skb, &r->exts, &tcindex_ext_map) < 0)
H A Dcls_u32.c65 struct tcf_exts exts; member in struct:tc_u_knode
179 r = tcf_exts_exec(skb, &n->exts, res);
343 tcf_exts_destroy(tp, &n->exts);
526 tcf_exts_change(tp, &n->exts, &e);
755 if (tcf_exts_dump(skb, &n->exts, &u32_ext_map) < 0)
771 if (tcf_exts_dump_stats(skb, &n->exts, &u32_ext_map) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dt_req.c93 STACK_OF(X509_EXTENSION) *exts;
235 exts = X509_REQ_get_extensions(x);
236 if(exts)
239 for (i=0; i<sk_X509_EXTENSION_num(exts); i++)
244 ex=sk_X509_EXTENSION_value(exts, i);
258 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dt_req.c99 STACK_OF(X509_EXTENSION) *exts;
249 exts = X509_REQ_get_extensions(x);
250 if(exts)
253 for (i=0; i<sk_X509_EXTENSION_num(exts); i++)
258 ex=sk_X509_EXTENSION_value(exts, i);
272 sk_X509_EXTENSION_pop_free(exts, X509_EXTENSION_free);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509_req.c178 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, argument
190 len = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION,
194 i2d_ASN1_SET_OF_X509_EXTENSION(exts, &q, i2d_X509_EXTENSION,
214 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) argument
216 return X509_REQ_add_extensions_nid(req, exts, NID_ext_req);
H A Dx509_vfy.c680 STACK_OF(X509_EXTENSION) *exts;
714 exts = crl->crl->extensions;
716 for (idx = 0; idx < sk_X509_EXTENSION_num(exts); idx++)
718 ext = sk_X509_EXTENSION_value(exts, idx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_req.c218 int X509_REQ_add_extensions_nid(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts, argument
230 len = i2d_ASN1_SET_OF_X509_EXTENSION(exts, NULL, i2d_X509_EXTENSION,
234 i2d_ASN1_SET_OF_X509_EXTENSION(exts, &q, i2d_X509_EXTENSION,
259 int X509_REQ_add_extensions(X509_REQ *req, STACK_OF(X509_EXTENSION) *exts) argument
261 return X509_REQ_add_extensions_nid(req, exts, NID_ext_req);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/efs/
H A Dinode.c200 efs_extent ext, *exts; local
284 exts = (efs_extent *) bh->b_data;
286 extent_copy(&(exts[ioffset]), &ext);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/ocsp/
H A Docsp_ext.c312 static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, unsigned char *val, int len)
333 if(!X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_ext.c317 static int ocsp_add1_nonce(STACK_OF(X509_EXTENSION) **exts, unsigned char *val, int len)
338 if(!X509V3_add1_i2d(exts, NID_id_pkix_OCSP_Nonce,

Completed in 205 milliseconds

12