Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_ncons.c131 NAME_CONSTRAINTS *ncons = NULL;
134 ncons = NAME_CONSTRAINTS_new();
135 if (ncons == NULL)
140 ptree = &ncons->permittedSubtrees;
143 ptree = &ncons->excludedSubtrees;
162 return ncons;
167 NAME_CONSTRAINTS_free(ncons);
176 NAME_CONSTRAINTS *ncons = a;
177 do_i2r_name_constraints(method, ncons->permittedSubtrees,
179 if (ncons
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_ncons.c131 NAME_CONSTRAINTS *ncons = NULL;
134 ncons = NAME_CONSTRAINTS_new();
135 if (ncons == NULL)
140 ptree = &ncons->permittedSubtrees;
143 ptree = &ncons->excludedSubtrees;
162 return ncons;
167 NAME_CONSTRAINTS_free(ncons);
176 NAME_CONSTRAINTS *ncons = a;
177 do_i2r_name_constraints(method, ncons->permittedSubtrees,
179 if (ncons
[all...]
/third_party/selinux/libsepol/src/
H A Dwrite.c1031 uint32_t buf[32], ncons; in class_write() local
1045 ncons = 0; in class_write()
1047 ncons++; in class_write()
1059 buf[items++] = cpu_to_le32(ncons); in class_write()
1084 ncons = 0; in class_write()
1086 ncons++; in class_write()
1088 buf[0] = cpu_to_le32(ncons); in class_write()
H A Dpolicydb.c2147 unsigned int ncons, in read_cons_helper()
2158 for (i = 0; i < ncons; i++) { in read_cons_helper()
2246 size_t len, len2, ncons, nel; in class_read() local
2273 ncons = le32_to_cpu(buf[5]); in class_read()
2304 if (read_cons_helper(p, &cladatum->constraints, ncons, 0, fp)) in class_read()
2315 ncons = le32_to_cpu(buf[0]); in class_read()
2316 if (read_cons_helper(p, &cladatum->validatetrans, ncons, 1, fp)) in class_read()
2146 read_cons_helper(policydb_t * p, constraint_node_t ** nodep, unsigned int ncons, int allowxtarget, struct policy_file *fp) read_cons_helper() argument

Completed in 9 milliseconds