OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:permittedSubtrees
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java
46
*
permittedSubtrees
[0] GeneralSubtrees OPTIONAL,
57
/** the value of
permittedSubtrees
field of the structure */
58
private final GeneralSubtrees
permittedSubtrees
;
70
public NameConstraints(GeneralSubtrees
permittedSubtrees
,
72
if (
permittedSubtrees
!= null) {
73
List<GeneralSubtree> ps =
permittedSubtrees
.getSubtrees();
75
throw new IllegalArgumentException("
permittedSubtrees
are empty");
84
this.
permittedSubtrees
=
permittedSubtrees
;
88
private NameConstraints(GeneralSubtrees
permittedSubtrees
,
[
all
...]
/external/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/boringssl/src/include/openssl/
x509v3.h
328
STACK_OF(GENERAL_SUBTREE) *
permittedSubtrees
;
Completed in 87 milliseconds