Searched refs:trustedCert (Results 1 – 4 of 4) sorted by relevance
97 for (const auto& trustedCert : mTrustedPeerCertificates) { in verify() local98 if (0 == X509_cmp(trustedCert.get(), peerCert.get())) { in verify()
156 X509Certificate trustedCert = (X509Certificate) CertificateFactory.getInstance("X.509") in verifyPkcs7DetachedSignature() local159 .build(trustedCert); in verifyPkcs7DetachedSignature()
493 Signature trustedCert = isTrusted(certs, trusted); in getInstallerChecksums() local494 if (trustedCert == null) { in getInstallerChecksums()495 trustedCert = isTrusted(pastCerts, trusted); in getInstallerChecksums()497 if (trustedCert == null) { in getInstallerChecksums()500 trustedCertBytes = trustedCert.toByteArray(); in getInstallerChecksums()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...