HomeSort by relevance Sort by last modified time
    Searched refs:ncons (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_ncons.c 118 NAME_CONSTRAINTS *ncons = NULL;
120 ncons = NAME_CONSTRAINTS_new();
121 if (!ncons)
128 ptree = &ncons->permittedSubtrees;
133 ptree = &ncons->excludedSubtrees;
152 return ncons;
157 if (ncons)
158 NAME_CONSTRAINTS_free(ncons);
171 NAME_CONSTRAINTS *ncons = a;
172 do_i2r_name_constraints(method, ncons->permittedSubtrees
    [all...]
  /external/openssl/crypto/x509v3/
v3_ncons.c 115 NAME_CONSTRAINTS *ncons = NULL;
117 ncons = NAME_CONSTRAINTS_new();
118 if (!ncons)
125 ptree = &ncons->permittedSubtrees;
130 ptree = &ncons->excludedSubtrees;
149 return ncons;
154 if (ncons)
155 NAME_CONSTRAINTS_free(ncons);
168 NAME_CONSTRAINTS *ncons = a;
169 do_i2r_name_constraints(method, ncons->permittedSubtrees
    [all...]
  /external/libsepol/src/
write.c 917 uint32_t buf[32], ncons; local
931 ncons = 0;
933 ncons++;
945 buf[items++] = cpu_to_le32(ncons);
970 ncons = 0;
972 ncons++;
974 buf[0] = cpu_to_le32(ncons);
    [all...]
policydb.c 2068 size_t len, len2, ncons, nel; local
    [all...]

Completed in 69 milliseconds