Searched refs:chain (Results 201 - 225 of 776) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c46 static int tlsv1_add_cert_der(struct x509_certificate **chain, argument
59 cert->next = *chain;
60 *chain = cert;
90 static int tlsv1_add_cert(struct x509_certificate **chain, argument
101 return tlsv1_add_cert_der(chain, buf, len);
123 if (tlsv1_add_cert_der(chain, der, der_len) < 0) {
140 static int tlsv1_set_cert_chain(struct x509_certificate **chain, argument
145 return tlsv1_add_cert(chain, cert_blob, cert_blob_len);
159 ret = tlsv1_add_cert(chain, buf, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dtlsv1_cred.c46 static int tlsv1_add_cert_der(struct x509_certificate **chain, argument
59 cert->next = *chain;
60 *chain = cert;
90 static int tlsv1_add_cert(struct x509_certificate **chain, argument
101 return tlsv1_add_cert_der(chain, buf, len);
123 if (tlsv1_add_cert_der(chain, der, der_len) < 0) {
140 static int tlsv1_set_cert_chain(struct x509_certificate **chain, argument
145 return tlsv1_add_cert(chain, cert_blob, cert_blob_len);
159 ret = tlsv1_add_cert(chain, buf, len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/libiptc/
H A Dlibiptc.c6 * Each user chain starts with an ERROR node.
7 * Every chain ends with an unconditional jump: a RETURN for user chains,
16 * - Reimplementation of chain cache to use offsets instead of entries
19 * don't rebuild the chain cache after every operation, instead fix it
28 * - performance work: speedup chain list "name" searching.
94 IPTCC_R_JUMP, /* jump to other chain */
100 struct chain_head *chain; member in struct:rule_head
121 STRUCT_COUNTERS counters; /* per-chain counters */
145 struct chain_head **chain_index; /* array for fast chain list access*/
146 unsigned int chain_index_sz;/* size of chain inde
1441 TC_IS_CHAIN(const char *chain, struct xtc_handle *const handle) argument
1501 TC_FIRST_RULE(const char *chain, struct xtc_handle *handle) argument
1623 TC_BUILTIN(const char *chain, struct xtc_handle *const handle) argument
1640 TC_GET_POLICY(const char *chain, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
1740 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1799 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1850 TC_APPEND_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, struct xtc_handle *handle) argument
1957 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument
2030 TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2038 TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2046 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2091 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2115 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2140 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2164 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2193 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
2229 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2288 TC_GET_REFERENCES(unsigned int *ref, const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2306 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2406 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/libiptc/
H A Dlibiptc.c6 * Each user chain starts with an ERROR node.
7 * Every chain ends with an unconditional jump: a RETURN for user chains,
16 * - Reimplementation of chain cache to use offsets instead of entries
19 * don't rebuild the chain cache after every operation, instead fix it
28 * - performance work: speedup chain list "name" searching.
94 IPTCC_R_JUMP, /* jump to other chain */
100 struct chain_head *chain; member in struct:rule_head
121 STRUCT_COUNTERS counters; /* per-chain counters */
145 struct chain_head **chain_index; /* array for fast chain list access*/
146 unsigned int chain_index_sz;/* size of chain inde
1441 TC_IS_CHAIN(const char *chain, struct xtc_handle *const handle) argument
1501 TC_FIRST_RULE(const char *chain, struct xtc_handle *handle) argument
1623 TC_BUILTIN(const char *chain, struct xtc_handle *const handle) argument
1640 TC_GET_POLICY(const char *chain, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
1740 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1799 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1850 TC_APPEND_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, struct xtc_handle *handle) argument
1957 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument
2030 TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2038 TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2046 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2091 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2115 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2140 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2164 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2193 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
2229 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2288 TC_GET_REFERENCES(unsigned int *ref, const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2306 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2406 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/libiptc/
H A Dlibiptc.c6 * Each user chain starts with an ERROR node.
7 * Every chain ends with an unconditional jump: a RETURN for user chains,
16 * - Reimplementation of chain cache to use offsets instead of entries
19 * don't rebuild the chain cache after every operation, instead fix it
28 * - performance work: speedup chain list "name" searching.
94 IPTCC_R_JUMP, /* jump to other chain */
100 struct chain_head *chain; member in struct:rule_head
121 STRUCT_COUNTERS counters; /* per-chain counters */
145 struct chain_head **chain_index; /* array for fast chain list access*/
146 unsigned int chain_index_sz;/* size of chain inde
1441 TC_IS_CHAIN(const char *chain, struct xtc_handle *const handle) argument
1501 TC_FIRST_RULE(const char *chain, struct xtc_handle *handle) argument
1623 TC_BUILTIN(const char *chain, struct xtc_handle *const handle) argument
1640 TC_GET_POLICY(const char *chain, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
1740 TC_INSERT_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1799 TC_REPLACE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, unsigned int rulenum, struct xtc_handle *handle) argument
1850 TC_APPEND_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *e, struct xtc_handle *handle) argument
1957 delete_entry(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle, bool dry_run) argument
2030 TC_CHECK_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2038 TC_DELETE_ENTRY(const IPT_CHAINLABEL chain, const STRUCT_ENTRY *origfw, unsigned char *matchmask, struct xtc_handle *handle) argument
2046 TC_DELETE_NUM_ENTRY(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2091 TC_FLUSH_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2115 TC_ZERO_ENTRIES(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2140 TC_READ_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2164 TC_ZERO_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, struct xtc_handle *handle) argument
2193 TC_SET_COUNTER(const IPT_CHAINLABEL chain, unsigned int rulenum, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
2229 TC_CREATE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2288 TC_GET_REFERENCES(unsigned int *ref, const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2306 TC_DELETE_CHAIN(const IPT_CHAINLABEL chain, struct xtc_handle *handle) argument
2406 TC_SET_POLICY(const IPT_CHAINLABEL chain, const IPT_CHAINLABEL policy, STRUCT_COUNTERS *counters, struct xtc_handle *handle) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ocfs2/
H A Docfs2_ioctl.h62 __u16 chain; /* Chain for this group */ member in struct:ocfs2_new_group_input
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ocfs2/
H A Docfs2_ioctl.h62 __u16 chain; /* Chain for this group */ member in struct:ocfs2_new_group_input
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.asm/
H A Ds390.inc9 # back chain, and space for the callee to save its registers.
12 # Zero this frame's back chain pointer.
42 # Allocate the stack frame, and write the back chain pointer.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/metaflac/
H A Dutils.h34 void print_error_with_chain_status(FLAC__Metadata_Chain *chain, const char *format, ...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/metaflac/
H A Dutils.h34 void print_error_with_chain_status(FLAC__Metadata_Chain *chain, const char *format, ...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.asm/
H A Ds390.inc9 # back chain, and space for the callee to save its registers.
12 # Zero this frame's back chain pointer.
42 # Allocate the stack frame, and write the back chain pointer.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.asm/
H A Ds390.inc9 # back chain, and space for the callee to save its registers.
12 # Zero this frame's back chain pointer.
42 # Allocate the stack frame, and write the back chain pointer.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/metaflac/
H A Dutils.h34 void print_error_with_chain_status(FLAC__Metadata_Chain *chain, const char *format, ...);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/include/
H A Dip6tables.h137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/
H A Dip6tables.h137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/cms/
H A Dcms_dd.c104 int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify) argument
115 if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, dd->digestAlgorithm))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dx509v3.h122 struct x509_certificate *chain,
125 x509_certificate_get_subject(struct x509_certificate *chain,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dx509v3.h122 struct x509_certificate *chain,
125 x509_certificate_get_subject(struct x509_certificate *chain,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/cms/
H A Dcms_dd.c105 int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify) argument
116 if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, dd->digestAlgorithm))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/cms/
H A Dcms_dd.c104 int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify) argument
115 if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, dd->digestAlgorithm))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/cms/
H A Dcms_dd.c105 int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify) argument
116 if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, dd->digestAlgorithm))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/include/
H A Dip6tables.h137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/include/
H A Dip6tables.h137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/cms/
H A Dcms_dd.c104 int cms_DigestedData_do_final(CMS_ContentInfo *cms, BIO *chain, int verify) argument
115 if (!cms_DigestAlgorithm_find_ctx(&mctx, chain, dd->digestAlgorithm))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/include/
H A Dip6tables.h137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);

Completed in 307 milliseconds

1234567891011>>