Searched refs:policy (Results 76 - 100 of 173) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.com148 $ CA -policy policy_anything -infiles newreq.pem
157 $ CA -policy policy_anything -out newcert.pem -infiles newreq.pem
171 $ CA -policy policy_anything -out newcert.pem -infiles tmp.pem
H A Dca.c130 #define ENV_POLICY "policy"
162 " -policy arg - The CA 'policy' to support\n",
201 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,CA_DB *db,
207 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
214 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
222 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
265 char *policy=NULL; local
390 else if (strcmp(*argv,"-policy") == 0)
393 policy
1534 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1602 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1656 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
2226 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_policy.c44 __xfrm4_find_bundle(struct flowi *fl, struct xfrm_policy *policy) argument
48 read_lock_bh(&policy->lock);
49 for (dst = policy->bundles; dst; dst = dst->next) {
55 xfrm_bundle_ok(policy, xdst, fl, AF_INET, 0)) {
60 read_unlock_bh(&policy->lock);
69 __xfrm4_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_policy.c60 __xfrm6_find_bundle(struct flowi *fl, struct xfrm_policy *policy) argument
65 read_lock_bh(&policy->lock);
66 for (dst = policy->bundles; dst; dst = dst->next) {
78 xfrm_bundle_ok(policy, xdst, fl, AF_INET6,
85 read_unlock_bh(&policy->lock);
128 __xfrm6_bundle_create(struct xfrm_policy *policy, struct xfrm_state **xfrm, int nx, argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dxfrm_monitor.c69 family = xacq->policy.sel.family;
87 xfrm_policy_info_print(&xacq->policy, tb, fp, " ", " policy ");
136 fprintf(fp, "Flushed policy\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dcontext.c57 ctx->policy = current->policy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_unlabeled.c63 /* NetLabel Netlink attribute policy */
188 .policy = netlbl_unlabel_genl_policy,
196 .policy = netlbl_unlabel_genl_policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dpcy_int.h70 * data: X509_POLICY_NODE contains that. This means that the main policy data
85 /* This flag indicates the structure has been mapped using a policy mapping
86 * extension. If policy mapping is not active its references get deleted.
91 /* This flag indicates the data doesn't correspond to a policy in Certificate
92 * Policies: it has been mapped to any policy.
114 * cross reference the policy it refers to.
128 /* other policy data */
176 /* Extra policy data when additional nodes (not from the certificate)
180 /* This is the authority constained policy set */
196 X509_POLICY_DATA *policy_data_new(POLICYINFO *policy, ASN1_OBJEC
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dfib_rules.h67 const struct nla_policy *policy; member in struct:fib_rules_ops
H A Dxfrm.h36 - policy rule, struct xfrm_policy (=SPD entry)
50 policy entry has list of up to XFRM_MAX_DEPTH transformations,
226 struct dst_entry *(*find_bundle)(struct flowi *fl, struct xfrm_policy *policy);
227 int (*bundle_create)(struct xfrm_policy *policy,
424 static inline void xfrm_pol_hold(struct xfrm_policy *policy) argument
426 if (likely(policy != NULL))
427 atomic_inc(&policy->refcnt);
430 extern void __xfrm_policy_destroy(struct xfrm_policy *policy);
432 static inline void xfrm_pol_put(struct xfrm_policy *policy) argument
434 if (atomic_dec_and_test(&policy
[all...]
H A Dgenetlink.h53 * @policy: attribute validation policy
63 const struct nla_policy *policy; member in struct:genl_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c1408 int policy ; local
1412 policy = smc->mib.fddiSMTConnectionPolicy ;
1418 ((policy & POLICY_AA) && ne == TA) ||
1419 ((policy & POLICY_AB) && ne == TB) ||
1420 ((policy & POLICY_AS) && ne == TS) ||
1421 ((policy & POLICY_AM) && ne == TM) )
1426 ((policy & POLICY_BA) && ne == TA) ||
1427 ((policy & POLICY_BB) && ne == TB) ||
1428 ((policy & POLICY_BS) && ne == TS) ||
1429 ((policy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dshmem.c960 static inline int shmem_parse_mpol(char *value, int *policy, nodemask_t *policy_nodes) argument
966 /* NUL-terminate policy string */
974 *policy = MPOL_DEFAULT;
979 *policy = MPOL_PREFERRED;
989 *policy = MPOL_BIND;
994 *policy = MPOL_INTERLEAVE;
1013 /* Create a pseudo vma that just contains the policy */
1026 struct shared_policy *p = &info->policy;
1051 pvma.vm_policy = mpol_shared_policy_lookup(&info->policy, idx);
1059 static inline int shmem_parse_mpol(char *value, int *policy, nodemask_ argument
2116 shmem_parse_options(char *options, int *mode, uid_t *uid, gid_t *gid, unsigned long *blocks, unsigned long *inodes, int *policy, nodemask_t *policy_nodes) argument
2211 int policy = sbinfo->policy; local
2270 int policy = MPOL_DEFAULT; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/libiptc/
H A Dlibip6tc.h51 /* Get the policy of a given built-in chain */
116 /* Sets the policy on a built-in chain. */
118 const ip6t_chainlabel policy,
H A Dlibiptc.h59 /* Get the policy of a given built-in chain */
125 /* Sets the policy on a built-in chain. */
127 const ipt_chainlabel policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/libiptc/
H A Dlibip6tc.h51 /* Get the policy of a given built-in chain */
122 /* Sets the policy on a built-in chain. */
124 const ip6t_chainlabel policy,
H A Dlibiptc.h55 /* Get the policy of a given built-in chain */
127 /* Sets the policy on a built-in chain. */
129 const ipt_chainlabel policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_dev.h54 enum { MAC_POLICY_OPEN=0, MAC_POLICY_ACCEPT=1, MAC_POLICY_REJECT=2 } policy; member in struct:islpci_acl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libiptc/
H A Dlibip6tc.h51 /* Get the policy of a given built-in chain */
116 /* Sets the policy on a built-in chain. */
118 const ip6t_chainlabel policy,
H A Dlibiptc.h59 /* Get the policy of a given built-in chain */
125 /* Sets the policy on a built-in chain. */
127 const ipt_chainlabel policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_vpm.c255 int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param, ASN1_OBJECT *policy) argument
263 if (!sk_ASN1_OBJECT_push(param->policies, policy))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dca.c127 #define ENV_POLICY "policy"
158 " -policy arg - The CA 'policy' to support\n",
194 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,CA_DB *db,
200 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
207 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
215 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,
258 char *policy=NULL; local
373 else if (strcmp(*argv,"-policy") == 0)
376 policy
1503 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
1565 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1619 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
2164 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c136 static inline int rt_policy(int policy) argument
138 if (unlikely(policy == SCHED_FIFO) || unlikely(policy == SCHED_RR))
145 return rt_policy(p->policy);
932 if (p->policy == SCHED_IDLE) {
2752 * When power savings policy is enabled for the parent domain, idle
2905 * When power savings policy is enabled for the parent domain, idle
4224 __setscheduler(struct rq *rq, struct task_struct *p, int policy, int prio) argument
4228 p->policy = policy;
4256 sched_setscheduler(struct task_struct *p, int policy, struct sched_param *param) argument
4377 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) argument
4405 sys_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) argument
4793 sys_sched_get_priority_max(int policy) argument
4818 sys_sched_get_priority_min(int policy) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netlink/
H A Dgenetlink.c150 if (ops->policy)
335 ops->policy);
541 .policy = ctrl_policy,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dxfrm.h30 /* Selector, used as selector both on policy rules (SPD) and SAs. */
226 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
240 struct xfrm_userpolicy_info policy; member in struct:xfrm_user_acquire

Completed in 249 milliseconds

1234567