HomeSort by relevance Sort by last modified time
    Searched full:trust (Results 251 - 275 of 880) sorted by null

<<11121314151617181920>>

  /external/clang/test/Driver/
frame-pointer.c 14 // Trust the above to get the optimizations right, and just test other targets
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
EscapeMode.java 102 // do not trust the result.
  /frameworks/base/core/java/com/android/internal/util/
JournaledFile.java 78 // trust anything that's in temp. In order to have the chooseForRead code not
  /libcore/crypto/src/main/java/org/conscrypt/
JSSEProvider.java 98 * Trust manager implementation requires:
SSLContextImpl.java 85 * @param tms the trust decision sources or {@code null}
  /packages/apps/Browser/src/com/android/browser/
FetchUrlMimeType.java 93 // the download manager take care of it, and thus trust that
  /system/core/libutils/
Tokenizer.cpp 82 // so we must trust that read will read the entire file.
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.h 55 // Edit server certificate trust values.
58 // Edit certificate authority trust values. The sequence goes like:
  /external/chromium_org/net/android/java/src/org/chromium/net/
AndroidNetworkLibrary.java 214 * Adds a test root certificate to the local trust store.
225 * trust store.
  /external/chromium_org/net/ssl/
ssl_config_service.h 60 // required to succeed when certificates chain to local trust anchors (that
65 // certificate chain chains to a local (non-public) trust anchor.
  /frameworks/base/docs/html/training/articles/
security-ssl.jd 137 javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
171 to trust a specific set of CAs. The procedure
242 always make your app trust the issuer of the server's certificate, so just do it.</p>
271 trust only root CAs directly, which leaves a short gap of trust between the server
308 i:/C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=Terms of use at https://www.verisign.com/rpa (c)10/CN=VeriSign Class 3 International Server CA - G3
332 to trust it directly, as done in the previous two sections.</li>
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 332 // Edit CA Trust & Import CA overlay strings.
467 int trust = certificate_manager_model_->cert_db().GetCertTrust( local
469 FundamentalValue ssl_value(bool(trust & net::CertDatabase::TRUSTED_SSL));
470 FundamentalValue email_value(bool(trust & net::CertDatabase::TRUSTED_EMAIL));
472 bool(trust & net::CertDatabase::TRUSTED_OBJ_SIGN));
    [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_nss.cc 181 // NOTE: isRoot doesn't mean the certificate is a trust anchor. It
242 // Returns true if the given certificate is one of the additional trust anchors.
660 // TODO(wtc): A possible optimization is that we get the trust anchor from
661 // the first PKIXVerifyCert call. We look up the EV policy for the trust
662 // anchor. If the trust anchor has no EV policy, we know the cert isn't EV.
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_purp.c 172 int X509_PURPOSE_add(int id, int trust, int flags,
180 /* This will always be set for application modified trust entries */
211 ptmp->trust = trust;
267 return xp->trust;
  /external/openssl/crypto/x509v3/
v3_purp.c 172 int X509_PURPOSE_add(int id, int trust, int flags,
180 /* This will always be set for application modified trust entries */
211 ptmp->trust = trust;
267 return xp->trust;
  /external/chromium/net/socket/
client_socket_pool_manager.cc 598 // We should flush the socket pools if we removed trust from a
602 // We should not flush the socket pools if we added trust to a
606 // kind of trust change it is, we have to flush the socket
  /external/chromium_org/chrome/browser/mac/
keychain_reauthorize.mm 238 // Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network,
248 // Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network,
258 // Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network,
  /external/dnsmasq/src/
helper.c 209 buf[data.vclass_len - 1] = 0; /* don't trust zero-term */
220 buf[data.uclass_len - 1] = 0; /* don't trust zero-term */
238 buf[data.shost_len - 1] = 0; /* don't trust zero-term */
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 36 * (trust anchors).
42 // Set of trust anchors - most trusted CAs
548 new StringBuilder("[\n Trust Anchors: ");
  /external/chromium/net/base/
x509_cert_types_mac_unittest.cc 150 // 60:d=5 hl=3 l= 128 prim: BMPSTRING :A-Trust Ges. für Sicherheitssysteme im elektr. Datenverkehr GmbH
154 //200:d=5 hl=2 l= 15 prim: PRINTABLESTRING :A-Trust-Qual-01
158 //226:d=5 hl=2 l= 15 prim: PRINTABLESTRING :A-Trust-Qual-01
312 EXPECT_EQ("A-Trust-Qual-01",
316 EXPECT_EQ("A-Trust Ges. für Sicherheitssysteme im elektr. Datenverkehr GmbH",
319 EXPECT_EQ("A-Trust-Qual-01",
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 1049 CERTCertTrust trust = {0}; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 272 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
314 /* This is used for a table of trust checking functions */
317 int trust; member in struct:x509_trust_st
332 /* standard trust ids */
855 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
856 int X509_TRUST_set(int *t, int trust);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509.h 272 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
314 /* This is used for a table of trust checking functions */
317 int trust; member in struct:x509_trust_st
332 /* standard trust ids */
855 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
856 int X509_TRUST_set(int *t, int trust);
    [all...]
  /external/openssl/crypto/x509/
x509.h 272 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
314 /* This is used for a table of trust checking functions */
317 int trust; member in struct:x509_trust_st
332 /* standard trust ids */
855 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
856 int X509_TRUST_set(int *t, int trust);
    [all...]
  /external/openssl/include/openssl/
x509.h 272 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
314 /* This is used for a table of trust checking functions */
317 int trust; member in struct:x509_trust_st
332 /* standard trust ids */
855 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
856 int X509_TRUST_set(int *t, int trust);
    [all...]

Completed in 799 milliseconds

<<11121314151617181920>>