HomeSort by relevance Sort by last modified time
    Searched refs:cert (Results 951 - 975 of 1180) sorted by null

<<31323334353637383940>>

  /external/openssl/apps/
crl2p7.c 227 p7s->cert=cert_stack;
x509.c 131 " -checkend arg - check whether the cert expires in the next arg seconds\n",
133 " -signkey arg - self sign cert with arg\n",
164 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
1068 nx.cert=x;
    [all...]
s_client.c 188 /*#define TEST_CERT "client.pem" */ /* no default cert. */
293 BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n");
295 BIO_printf(bio_err," -key arg - Private key file to use, in cert file if\n");
296 BIO_printf(bio_err," not specified but cert file is.\n");
580 X509 *cert = NULL; local
695 else if (strcmp(*argv,"-cert") == 0)
    [all...]
  /external/tcpdump/
isakmp.h 260 u_int8_t encode; /* Cert Encoding */
261 char cert; /* Certificate Data */ member in struct:ikev1_pl_cert
284 u_int8_t num_cert; /* # Cert. Types */
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.h 304 const u8 *cert; member in struct:ikev2_payloads
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 236 * @cert: Peer certificate
239 const char *cert_hash, const struct wpabuf *cert);
  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 45 import java.security.cert.X509Certificate;
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 27 import java.security.cert.Certificate;
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 18 package java.security.cert;
46 // List of cert stores that used to find certificates and CRLs
57 // Indicates whether cert revocation is enabled or not
563 sb.append("\n Cert Stores: ");
568 sb.append("\n Cert Path Checkers: ");
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 31 import java.security.cert.Certificate;
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 57 import java.security.cert.CertificateEncodingException;
58 import java.security.cert.X509Certificate;
452 X509Certificate cert = KeyChain.toCertificate(encodedCertificate); local
454 mTab, alias, cert, profileId));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 43 import java.security.cert.CertificateException;
  /external/chromium_org/third_party/openssl/openssl/ssl/
s3_clnt.c 436 /* EAY EAY EAY need to check for DH fix cert
438 /* For TLS, cert_req is set to 2, so a cert chain
1180 int need_cert = 1; /* VRS: 0=> will allow null cert if auth == KRB5 */
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc 93 #include "net/cert/asn1_util.h"
94 #include "net/cert/cert_status_flags.h"
95 #include "net/cert/cert_verifier.h"
96 #include "net/cert/ct_objects_extractor.h"
97 #include "net/cert/ct_verifier.h"
98 #include "net/cert/ct_verify_result.h"
99 #include "net/cert/scoped_nss_types.h"
100 #include "net/cert/sct_status_flags.h"
101 #include "net/cert/single_request_cert_verifier.h"
102 #include "net/cert/x509_certificate_net_log_param.h
1565 CERTCertificate* cert = local
    [all...]
ssl_server_socket_unittest.cc 37 #include "net/cert/cert_status_flags.h"
38 #include "net/cert/mock_cert_verifier.h"
39 #include "net/cert/x509_certificate.h"
319 scoped_refptr<net::X509Certificate> cert = local
352 cert.get(), private_key.get(), net::SSLConfig());
393 // Make sure the cert status is expected.
  /external/chromium_org/net/third_party/nss/ssl/
sslsnce.c 23 * There is one lock for the entire cert cache.
49 #include "cert.h"
144 PRUint8 cert[SSL_MAX_CACHED_CERT_LEN]; /* 4060 */ member in struct:certCacheEntryStr
347 /* Put a certificate in the cache. Update the cert index in the sce.
350 CacheCert(cacheDesc * cache, CERTCertificate *cert, sidCacheEntry *sce)
355 if ((cert->derCert.len > SSL_MAX_CACHED_CERT_LEN) ||
356 (cert->derCert.len <= 0) ||
357 (cert->derCert.data == NULL)) {
365 cce.certLength = cert->derCert.len;
366 PORT_Memcpy(cce.cert, cert->derCert.data, cce.certLength)
    [all...]
sslplatf.c 88 // Check to see if the last cert to be sent is a self-signed cert,
90 // there is only one cert (len == 0), include the cert, as it means
91 // the EE cert is self-signed.
92 if (len > 0 && (len == chain->len - 1) && node->cert->isRoot) {
96 SECITEM_CopyItem(arena, &chain->certs[len], &node->cert->derCert);
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 188 /*#define TEST_CERT "client.pem" */ /* no default cert. */
293 BIO_printf(bio_err," -cert arg - certificate file to use, PEM format assumed\n");
295 BIO_printf(bio_err," -key arg - Private key file to use, in cert file if\n");
296 BIO_printf(bio_err," not specified but cert file is.\n");
578 X509 *cert = NULL; local
691 else if (strcmp(*argv,"-cert") == 0)
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 34 import java.security.cert.Certificate;
35 import java.security.cert.CertificateFactory;
72 * openssl ca -out usercert.pem -in userkey.req -cert cacert.pem -keyfile cakey.pem -days 3650
1260 Certificate cert = generateCertificate(FAKE_RSA_CA_1); local
1638 final Certificate cert = generateCertificate(FAKE_RSA_CA_1); local
1653 final Certificate cert = generateCertificate(FAKE_RSA_CA_1); local
2123 Certificate cert = generateCertificate(FAKE_RSA_USER_1); local
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java 40 import java.security.cert.CertificateFactory;
41 import java.security.cert.X509Certificate;
263 // Load the server's private key and cert chain
276 // Initialize TLS context to use the private key and cert chain for server sockets
  /external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
ocsp.h 428 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
476 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ocsp.h 428 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
476 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 22 import java.security.cert.CertificateEncodingException;
23 import java.security.cert.CertificateException;
OpenSSLSocketImpl.java 32 import java.security.cert.CertificateEncodingException;
33 import java.security.cert.CertificateException;
    [all...]
SSLParametersImpl.java 31 import java.security.cert.CertificateEncodingException;
32 import java.security.cert.X509Certificate;
    [all...]

Completed in 560 milliseconds

<<31323334353637383940>>