OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:permittedSubtrees
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_ncons.c
102
ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS,
permittedSubtrees
,
128
ptree = &ncons->
permittedSubtrees
;
172
do_i2r_name_constraints(method, ncons->
permittedSubtrees
,
309
for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->
permittedSubtrees
); i++)
311
sub = sk_GENERAL_SUBTREE_value(nc->
permittedSubtrees
, i);
/external/openssl/crypto/x509v3/
v3_ncons.c
99
ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS,
permittedSubtrees
,
125
ptree = &ncons->
permittedSubtrees
;
169
do_i2r_name_constraints(method, ncons->
permittedSubtrees
,
304
for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->
permittedSubtrees
); i++)
306
sub = sk_GENERAL_SUBTREE_value(nc->
permittedSubtrees
, i);
x509v3.h
331
STACK_OF(GENERAL_SUBTREE) *
permittedSubtrees
;
/external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h
328
STACK_OF(GENERAL_SUBTREE) *
permittedSubtrees
;
/external/openssl/include/openssl/
x509v3.h
331
STACK_OF(GENERAL_SUBTREE) *
permittedSubtrees
;
Completed in 31 milliseconds