Home
last modified time | relevance | path

Searched defs:anchors (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustedCertificateIndex.java47 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex()
51 private void index(Set<TrustAnchor> anchors) { in index()
73 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local
97 public void reset(Set<TrustAnchor> anchors) { in reset()
107 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findByIssuerAndSignature() local
133 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in findBySubjectAndPublicKey() local
142 Collection<TrustAnchor> anchors) { in findBySubjectAndPublicKey()
179 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findAllByIssuerAndSignature() local
DTrustManagerImpl.java548 Set<TrustAnchor> anchors = findAllTrustAnchorsByIssuerAndSignature(current); in checkTrustedRecursive() local
781 private static Collection<TrustAnchor> sortPotentialAnchors(Set<TrustAnchor> anchors) { in sortPotentialAnchors()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
DSerializer.java59 private Map<Node, String> anchors; field in Serializer
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
DComposer.java51 private final Map<String, Node> anchors; field in Composer
/external/regex-re2/re2/testing/
Dtester.cc607 static Prog::Anchor anchors[] = { variable
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java156 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); in getTestPathParams() local