HomeSort by relevance Sort by last modified time
    Searched full:trust (Results 176 - 200 of 325) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/openssl/ssl/
ssl_lib.c 338 s->trust = ctx->trust;
483 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
485 return X509_VERIFY_PARAM_set_trust(s->param, trust);
488 int SSL_set_trust(SSL *s, int trust)
490 return X509_VERIFY_PARAM_set_trust(s->param, trust);
    [all...]
ssl_err.c 371 {ERR_REASON(SSL_R_INVALID_TRUST) ,"invalid trust"},
    [all...]
  /frameworks/base/docs/html/guide/publishing/
app-signing.jd 48 certificate as a means of identifying the author of an application and establishing trust
579 could find and use them, your authoring identity and the trust of the user
preparing.jd 114 the author of an application and establishing trust relationships between applications. The
  /bionic/libc/bionic/
time64.c 107 /* Year range we can trust the time funcitons with */
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 547 // Chrome does not shut down gracefully. In such cases we can't trust the
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 627 // regardless of how they set up sync, and we can't trust
  /external/chromium/net/base/
dnsrr_resolver.cc 581 // AD flag is set. We'll trust it if it came from a local nameserver.
x509_certificate.h 251 // Do any of the given issuer names appear in this cert's chain of trust?
  /external/chromium/net/disk_cache/
rankings.cc 562 // We cannot trust this entry, but we cannot initiate a cleanup from this
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.cc 483 // Don't trust OpenSSL with zero byte reads
  /external/dbus/doc/
dbus-faq.xml 265 (because the reference implementation does not trust incoming data).
  /external/elfutils/libelf/
elf32_updatefile.c 268 /* We have to trust the existing section header information. */
  /external/freetype/src/sfnt/
ttsbit0.c 90 * paranoid there and don't trust the data.
  /external/openssl/crypto/x509v3/
v3_asid.c 800 * Trust anchor can't inherit.
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 238 // I don't trust ctype.h due to locales. :(
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 100 // As mentioned above, I don't trust ctype.h due to the presence of "locales".
  /external/valgrind/main/docs/xml/
manual-writing-tools.xml 305 are deep reasons for this, trust us). Valgrind provides an
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 525 // we don't trust data obtained from elsewhere, so double-check
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.cpp 665 // We received an invalid message, but since this is from the UI process (which we trust),
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3_nist.sh 25 ROOT="Trust Anchor "
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 392 // Trust copy helper to copy everything of interest
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 149 // The RI enforces unnecessary restrictions on the replacement bytes. We trust ICU to
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 593 * Verify that we trust the certificate chain is trusted.
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 203 * trust the server certificate returned by getServer for negative
    [all...]

Completed in 2757 milliseconds

1 2 3 4 5 6 78 91011>>