/libcore/luni/src/main/java/java/security/cert/ |
CertPathValidator.java | 29 * (certificate chains) establishing a trust chain from a certificate to a trust
|
PKIXParameters.java | 36 * (trust anchors). 42 // Set of trust anchors - most trusted CAs 548 new StringBuilder("[\n Trust Anchors: ");
|
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 67 * plugins implementing this interface may trust the input parameters to be 82 * so plugins implementing this interface may trust the input parameters 97 * this interface may trust the input parameters to be properly initialized. 136 * function, so plugins implementing this interface may trust the input 178 * so plugins implementing this interface may trust the input parameters
|
/external/openssl/apps/ |
x509.c | 127 " -addtrust arg - trust certificate for a given purpose\n", 180 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL; 345 "Invalid trust object value %s\n", *argv); 348 if (!trust) trust = sk_ASN1_OBJECT_new_null(); 349 sk_ASN1_OBJECT_push(trust, objtmp); 696 if (trust) 698 for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++) 700 objtmp = sk_ASN1_OBJECT_value(trust, i); 1086 sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_free) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 307 // setting up the properties pointing to the key/trust stores 343 // setting up the properties pointing to the key/trust stores 373 // setting up the properties pointing to the key/trust stores 405 // setting up the properties pointing to the key/trust stores 447 // setting up the properties pointing to the key/trust stores 488 // setting up the properties pointing to the key/trust stores 527 // setting up the properties pointing to the key/trust stores 563 // setting up the properties pointing to the key/trust stores 655 * Returns the file name of the key/trust store. The key store file 700 * Sets up the properties pointing to the key store and trust stor [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 379 // setting up the properties pointing to the key/trust stores 421 // setting up the properties pointing to the key/trust stores 457 // setting up the properties pointing to the key/trust stores 493 // setting up the properties pointing to the key/trust stores 530 // setting up the properties pointing to the key/trust stores 567 // setting up the properties pointing to the key/trust stores 612 // setting up the properties pointing to the key/trust stores 656 // setting up the properties pointing to the key/trust stores 700 // setting up the properties pointing to the key/trust stores 740 // setting up the properties pointing to the key/trust store [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
DOM2Helper.java | 101 * to trust the that the DOM was indeed created using the Level 2
|
/external/chromium/chrome/browser/resources/shared/js/cr/ |
command_line.js | 31 * trust looseArguments or any argument that might contain spaces until
|
/external/chromium/chrome/browser/ui/cocoa/ |
browser_frame_view.h | 24 // nicely, and I don't trust that the HITheme calls are going to exist in future
|
/external/chromium/chrome/browser/ui/gtk/ |
html_dialog_gtk.cc | 108 // if it's a dialog we know about, we trust it not to be mean to the user.
|
/external/chromium/net/socket/ |
client_socket_factory.cc | 49 // Per wtc, we actually only need to flush when trust is reduced.
|
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/net/websockets/ |
websocket_handshake_handler.h | 9 // - We don't trust WebKit renderer process, so we'll not expose HttpOnly
|
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/ |
EscapeMode.java | 102 // do not trust the result.
|
/frameworks/base/libs/utils/ |
Tokenizer.cpp | 78 // so we must trust that read will read the entire file.
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
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 | 83 // the download manager take care of it, and thus trust that
|
/external/wpa_supplicant/ |
x509v3.c | 1538 struct x509_certificate *cert, *trust; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
x509v3.c | 1578 struct x509_certificate *cert, *trust; local [all...] |
/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/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/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 */
|
/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/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 */ 850 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int); 851 int X509_TRUST_set(int *t, int trust); [all...] |