OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:excludedSubtrees
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java
47
*
excludedSubtrees
[1] GeneralSubtrees OPTIONAL }
59
/** the value of
excludedSubtrees
field of the structure */
60
private final GeneralSubtrees
excludedSubtrees
;
71
GeneralSubtrees
excludedSubtrees
) {
78
if (
excludedSubtrees
!= null) {
79
List<GeneralSubtree> es =
excludedSubtrees
.getSubtrees();
81
throw new IllegalArgumentException("
excludedSubtrees
are empty");
85
this.
excludedSubtrees
=
excludedSubtrees
;
89
GeneralSubtrees
excludedSubtrees
, byte[] encoding)
[
all
...]
/external/boringssl/src/crypto/x509v3/
v3_ncons.c
104
ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS,
excludedSubtrees
,
133
ptree = &ncons->
excludedSubtrees
;
174
do_i2r_name_constraints(method, ncons->
excludedSubtrees
,
333
for (i = 0; i < sk_GENERAL_SUBTREE_num(nc->
excludedSubtrees
); i++)
335
sub = sk_GENERAL_SUBTREE_value(nc->
excludedSubtrees
, i);
/external/boringssl/src/include/openssl/
x509v3.h
329
STACK_OF(GENERAL_SUBTREE) *
excludedSubtrees
;
Completed in 1404 milliseconds