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

  /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 914 uint32_t buf[32], ncons; local
928 ncons = 0;
930 ncons++;
942 buf[items++] = cpu_to_le32(ncons);
967 ncons = 0;
969 ncons++;
971 buf[0] = cpu_to_le32(ncons);
    [all...]
policydb.c 1999 size_t len, len2, ncons, nel; local
    [all...]

Completed in 198 milliseconds