OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ncons
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/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/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
2066
size_t len, len2,
ncons
, nel;
local
[
all
...]
Completed in 697 milliseconds