HomeSort by relevance Sort by last modified time
    Searched full:trust (Results 51 - 75 of 396) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImplTest.java 31 * Ensure that our non-standard behavior of learning to trust new
  /packages/apps/KeyChain/res/values/
strings.xml 29 <string name="requesting_server">The app has identified the requesting server as %s, but you should only give the app access to the certificate if you trust the app.</string>
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.h 43 // Edit server certificate trust values.
46 // Edit certificate authority trust values. The sequence goes like:
  /external/chromium/webkit/glue/resources/
webkit_strings_en-GB.xtb 29 <translation id="5776402066334188252">Please confirm that you would like to install this plug-in. You should only install plug-ins that you trust.</translation>
40 <translation id="5253117816378681419">Please confirm that you would like to install the <ph name="PLUGIN"/> plug-in. You should only install plug-ins that you trust.</translation>
  /external/openssl/crypto/x509/
x509_err.c 130 {ERR_REASON(X509_R_INVALID_TRUST) ,"invalid trust"},
145 {ERR_REASON(X509_R_UNKNOWN_TRUST_ID) ,"unknown trust id"},
  /libcore/luni/src/main/files/cacerts/
5e4e69e7.0 28 Issuer: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2007 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G4
32 Subject: C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=(c) 2007 VeriSign, Inc. - For authorized use only, CN=VeriSign Class 3 Public Primary Certification Authority - G4
72fa7371.0 26 Issuer: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification Authority - G2, OU=(c) 1998 VeriSign, Inc. - For authorized use only, OU=VeriSign Trust Network
30 Subject: C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification Authority - G2, OU=(c) 1998 VeriSign, Inc. - For authorized use only, OU=VeriSign Trust Network
ed049835.0 26 Issuer: C=US, O=VeriSign, Inc., OU=Class 4 Public Primary Certification Authority - G2, OU=(c) 1998 VeriSign, Inc. - For authorized use only, OU=VeriSign Trust Network
30 Subject: C=US, O=VeriSign, Inc., OU=Class 4 Public Primary Certification Authority - G2, OU=(c) 1998 VeriSign, Inc. - For authorized use only, OU=VeriSign Trust Network
  /libcore/luni/src/main/java/java/security/cert/
CertPathValidator.java 29 * (certificate chains) establishing a trust chain from a certificate to a trust
  /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",
182 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
356 "Invalid trust object value %s\n", *argv);
359 if (!trust) trust = sk_ASN1_OBJECT_new_null();
360 sk_ASN1_OBJECT_push(trust, objtmp);
707 if (trust)
709 for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++)
711 objtmp = sk_ASN1_OBJECT_value(trust, i);
1100 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/replicaisland/res/values/
kyle.xml 76 Look, sorry if I was a little harsh with you back there. I don?t trust Kabocha and I don?t trust robots. Still, you seem pretty innocent. Does Kabocha really force you to collect pearls to keep operating? I told you he was crazy.
92 Of course, finding The Source once and for all will cement his position as the single most powerful man in the world. He?s a man with brains and morals, someone we can trust. That?s why we have to find The Source before some lunatic like Kabocha does. For all we know he wants to start the next world war.
  /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.
  /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/native/libs/utils/
Tokenizer.cpp 82 // 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 93 // the download manager take care of it, and thus trust that

Completed in 1256 milliseconds

1 23 4 5 6 7 8 91011>>