Home
last modified time | relevance | path

Searched refs:indexedAnchors (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java915 Set<TrustAnchor> indexedAnchors = in findAllTrustAnchorsByIssuerAndSignature() local
917 if (!indexedAnchors.isEmpty() || trustedCertificateStore == null) { in findAllTrustAnchorsByIssuerAndSignature()
918 return indexedAnchors; in findAllTrustAnchorsByIssuerAndSignature()
922 return indexedAnchors; in findAllTrustAnchorsByIssuerAndSignature()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java929 Set<TrustAnchor> indexedAnchors = in findAllTrustAnchorsByIssuerAndSignature() local
931 if (!indexedAnchors.isEmpty() || trustedCertificateStore == null) { in findAllTrustAnchorsByIssuerAndSignature()
932 return indexedAnchors; in findAllTrustAnchorsByIssuerAndSignature()
936 return indexedAnchors; in findAllTrustAnchorsByIssuerAndSignature()