Searched refs:ncons (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_ncons.c108 NAME_CONSTRAINTS *ncons = NULL;
110 ncons = NAME_CONSTRAINTS_new();
111 if (!ncons)
118 ptree = &ncons->permittedSubtrees;
123 ptree = &ncons->excludedSubtrees;
142 return ncons;
147 if (ncons)
148 NAME_CONSTRAINTS_free(ncons);
161 NAME_CONSTRAINTS *ncons = a;
162 do_i2r_name_constraints(method, ncons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_ncons.c116 NAME_CONSTRAINTS *ncons = NULL;
118 ncons = NAME_CONSTRAINTS_new();
119 if (!ncons)
124 ptree = &ncons->permittedSubtrees;
127 ptree = &ncons->excludedSubtrees;
146 return ncons;
151 if (ncons)
152 NAME_CONSTRAINTS_free(ncons);
162 NAME_CONSTRAINTS *ncons = a;
163 do_i2r_name_constraints(method, ncons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_ncons.c116 NAME_CONSTRAINTS *ncons = NULL;
118 ncons = NAME_CONSTRAINTS_new();
119 if (!ncons)
124 ptree = &ncons->permittedSubtrees;
127 ptree = &ncons->excludedSubtrees;
146 return ncons;
151 if (ncons)
152 NAME_CONSTRAINTS_free(ncons);
162 NAME_CONSTRAINTS *ncons = a;
163 do_i2r_name_constraints(method, ncons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.c1059 static int read_cons_helper(struct constraint_node **nodep, int ncons, argument
1069 for (i = 0; i < ncons; i++) {
1146 u32 len, len2, ncons, nel; local
1169 ncons = le32_to_cpu(buf[5]);
1207 rc = read_cons_helper(&cladatum->constraints, ncons, 0, fp);
1216 ncons = le32_to_cpu(buf[0]);
1217 rc = read_cons_helper(&cladatum->validatetrans, ncons, 1, fp);

Completed in 406 milliseconds