HomeSort by relevance Sort by last modified time
    Searched refs:cert (Results 751 - 775 of 832) sorted by null

<<31323334

  /external/chromium/net/socket_stream/
socket_stream.cc 825 // if it returns cert verification error. It didn't perform
835 if (ssl_config_.IsAllowedBadCert(ssl_info.cert)) {
845 bad_cert.cert = ssl_info.cert;
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 162 if (ctx->cert == NULL)
175 (!sk_X509_push(ctx->chain,ctx->cert)))
180 CRYPTO_add(&ctx->cert->references,1,CRYPTO_LOCK_X509);
209 /* If we were passed a cert chain, use it first */
395 /* Given a STACK_OF(X509) find the issuer of cert (if any)
1026 /* Check cert for matching CRL distribution points */
    [all...]
x509_vfy.h 182 * function is then called to actually check the cert chain. */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
227 /* This is a used when verifying cert chains. Since the
228 * gathering of the cert chain can take some time (and have to be
236 X509 *cert; /* The cert to check */ member in struct:x509_store_ctx_st
246 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
259 int last_untrusted; /* index of last untrusted cert */
269 X509 *current_issuer; /* cert currently being tested as valid issuer */
326 /* These are 'informational' when looking for issuer cert */
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 42 import java.security.cert.Certificate;
43 import java.security.cert.X509Certificate;
211 // AndroidCAStore exposes CA cert files via the KeyStore
2462 X509Certificate cert = (X509Certificate) c; local
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 41 import java.security.cert.*;
85 * @return test cert path
181 * @see java.security.cert.CertPath#getCertificates()
188 * @see java.security.cert.CertPath#getEncoded()
195 * @see java.security.cert.CertPath#getEncoded(java.lang.String)
203 * @see java.security.cert.CertPath#getEncodings()
  /external/openssl/include/openssl/
x509_vfy.h 182 * function is then called to actually check the cert chain. */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
227 /* This is a used when verifying cert chains. Since the
228 * gathering of the cert chain can take some time (and have to be
236 X509 *cert; /* The cert to check */ member in struct:x509_store_ctx_st
246 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
259 int last_untrusted; /* index of last untrusted cert */
269 X509 *current_issuer; /* cert currently being tested as valid issuer */
326 /* These are 'informational' when looking for issuer cert */
    [all...]
x509v3.h 608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
617 char *section, X509 *cert); variable
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 29 import java.security.cert.Certificate;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 32 import java.security.cert.CertificateException;
Signature2Test.java 36 import java.security.cert.Certificate;
264 * java.security.Signature#initVerify(java.security.cert.Certificate)
268 p.put("DSA", "tests.java.security.support.cert.MyCertificate$1");
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactory1Test.java 29 import java.security.cert.CertificateException;
SSLSocketTest.java 37 import javax.security.cert.X509Certificate;
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 42 import java.security.cert.*;
86 * @return test cert path
182 * @see java.security.cert.CertPath#getCertificates()
189 * @see java.security.cert.CertPath#getEncoded()
196 * @see java.security.cert.CertPath#getEncoded(java.lang.String)
204 * @see java.security.cert.CertPath#getEncodings()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 64 import java.security.cert.X509Certificate;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
ExportWizard.java 55 import java.security.cert.X509Certificate;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 974 bad_cert.cert = ssl_info_.cert;
    [all...]
  /external/ipsec-tools/src/racoon/
handler.c 349 oakley_delcert(iph1->cert);
350 iph1->cert = NULL;
  /external/openssl/crypto/x509v3/
x509v3.h 608 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, X509 *cert);
617 char *section, X509 *cert); variable
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 690 void ResourceHandle::setClientCertificate(const String& host, CFDataRef cert)
692 clientCerts().set(host.lower(), cert);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 25 import java.security.cert.Certificate;
  /external/chromium/net/base/
ev_root_ca_metadata.cc 8 #include <cert.h>

Completed in 563 milliseconds

<<31323334