Home
last modified time | relevance | path

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

/external/conscrypt/src/platform/java/org/conscrypt/
DTrustedCertificateIndex.java41 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex()
45 private void index(Set<TrustAnchor> anchors) { in index()
67 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local
82 public void reset(Set<TrustAnchor> anchors) { in reset()
92 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findByIssuerAndSignature() local
118 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in findBySubjectAndPublicKey() local
127 Collection<TrustAnchor> anchors) { in findBySubjectAndPublicKey()
/external/regex-re2/re2/testing/
Dtester.cc607 static Prog::Anchor anchors[] = { variable
/external/chromium_org/third_party/re2/re2/testing/
Dtester.cc607 static Prog::Anchor anchors[] = { variable
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java138 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); in getTestPathParams() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4614 PassRefPtrWillBeRawPtr<HTMLCollection> Document::anchors() in anchors() function in WebCore::Document