Searched refs:numCerts (Results 1 – 7 of 7) sorted by relevance
184 int numCerts = certChain.length; in decodeX509CertificateChain() local185 X509Certificate[] decodedCerts = new X509Certificate[numCerts]; in decodeX509CertificateChain()186 for (int i = 0; i < numCerts; i++) { in decodeX509CertificateChain()
101 numCerts := int(data[0])<<8 | int(data[1])104 s.certificates = make([][]byte, numCerts)
185 int numCerts = certChain.length; in decodeX509CertificateChain() local186 X509Certificate[] decodedCerts = new X509Certificate[numCerts]; in decodeX509CertificateChain()187 for (int i = 0; i < numCerts; i++) { in decodeX509CertificateChain()
1388 NSInteger numCerts = SecTrustGetCertificateCount(secTrust);1389 for (NSInteger i = 0; i < numCerts && !_pinnedCertFound; i++) {
6756 size_t numCerts = static_cast<size_t>(env->GetArrayLength(encodedCertificatesJava)); in NativeCrypto_setLocalCertsAndPrivateKey() local6757 if (numCerts == 0) { in NativeCrypto_setLocalCertsAndPrivateKey()6778 std::vector<bssl::UniquePtr<CRYPTO_BUFFER>> certBufferRefs(numCerts); in NativeCrypto_setLocalCertsAndPrivateKey()6779 std::vector<CRYPTO_BUFFER*> certBuffers(numCerts); in NativeCrypto_setLocalCertsAndPrivateKey()6780 for (size_t i = 0; i < numCerts; ++i) { in NativeCrypto_setLocalCertsAndPrivateKey()6791 if (!SSL_set_chain_and_key(ssl, certBuffers.data(), numCerts, pkey, nullptr)) { in NativeCrypto_setLocalCertsAndPrivateKey()
META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...