HomeSort by relevance Sort by last modified time
    Searched refs:certs (Results 101 - 125 of 139) sorted by null

1 2 3 45 6

  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 85 Certificate [] certs = juc.getCertificates(); local
86 assertEquals(3, certs.length);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 140 Certificate[] certs = clientSession.getLocalCertificates(); local
141 assertEquals(cert, certs[0]);
  /external/chromium/chrome/common/net/
x509_certificate_model.h 77 void GetNicknameStringsFromCertList(const net::CertificateList& certs,
x509_certificate_model_openssl.cc 176 const std::vector<scoped_refptr<net::X509Certificate> >& certs,
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_gnutls.c 878 const gnutls_datum_t *certs; local
922 certs = gnutls_certificate_get_peers(conn->session, &num_certs);
923 if (certs == NULL) {
940 if (gnutls_x509_crt_import(cert, &certs[i],
    [all...]
tls_openssl.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 810 const gnutls_datum_t *certs; local
857 certs = gnutls_certificate_get_peers(conn->session, &num_certs);
858 if (certs == NULL) {
875 if (gnutls_x509_crt_import(cert, &certs[i],
tls_openssl.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist2.sh 72 pushd $TESTS/certs
  /external/chromium/net/base/
x509_certificate_nss.cc 599 CollectCertsCallback(void* arg, SECItem** certs, int num_certs) {
606 reinterpret_cast<char*>(certs[i]->data), certs[i]->len);
    [all...]
x509_certificate.cc 92 "Only insert certs with real fingerprints.";
93 // Sanity test: never cache more than 50 certs
99 // Trim the cache if there are unused certs remaining. Aim to hold between
100 // 10 and 20 certs in the cache in normal usage.
400 bool X509Certificate::HasIntermediateCertificates(const OSCertHandles& certs) {
401 for (size_t i = 0; i < certs.size(); ++i) {
402 if (!HasIntermediateCertificate(certs[i]))
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 410 Certificate[] certs = entry.getCertificates(); local
411 if (certs != null && certs.length > 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /external/openssl/crypto/x509/
x509_vfy.h 112 The X509_STORE has X509_LOOKUPs for looking up certs.
185 /* The following is a cache of trusted certs */
233 int current_method; /* used when looking up certs */
536 STACK_OF(X509) *certs,
x509.h 548 STACK_OF(X509) *certs; member in struct:Netscape_certificate_sequence
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 112 The X509_STORE has X509_LOOKUPs for looking up certs.
185 /* The following is a cache of trusted certs */
233 int current_method; /* used when looking up certs */
536 STACK_OF(X509) *certs,
x509.h 548 STACK_OF(X509) *certs; member in struct:Netscape_certificate_sequence
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 116 static HashMap<String, RetainPtr<CFDataRef> > certs; local
117 return certs;
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c     [all...]
  /external/openssl/apps/
apps.c 1217 STACK_OF(X509) *certs;
1218 if (!load_certs_crls(err, file, format, pass, e, desc, &certs, NULL))
1220 return certs;
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /build/core/
Makefile 248 @echo APK certs list: $@
    [all...]

Completed in 669 milliseconds

1 2 3 45 6