HomeSort by relevance Sort by last modified time
    Searched full:trusted (Results 126 - 150 of 873) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/component_updater/
ppapi_utils.cc 103 #include "ppapi/c/trusted/ppb_broker_trusted.h"
104 #include "ppapi/c/trusted/ppb_browser_font_trusted.h"
105 #include "ppapi/c/trusted/ppb_char_set_trusted.h"
106 #include "ppapi/c/trusted/ppb_file_chooser_trusted.h"
107 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
  /external/chromium_org/v8/tools/testrunner/server/
presence_handler.py 63 trusted = self.server.daemon.IsTrusted(pubkey_fingerprint)
66 self.server.daemon.pubkey_fingerprint, trusted]
71 p.trusted = trusted
79 p.trusted = self.server.daemon.IsTrusted(pubkey_fingerprint)
  /external/chromium_org/net/cert/
test_root_certs_unittest.cc 66 // when requested, and that the trusted status is cleared once the root is
88 // certificate should not yet be trusted.
101 // Add the root certificate and mark it as trusted.
nss_cert_database.h 66 // Constants that define which usages a certificate is trusted for.
69 // For a CA_CERT, they specify that the CA is trusted for issuing server and
72 // trusted as a server.
74 // trusted for email.
75 // DISTRUSTED_* specifies that the cert should not be trusted for the given
147 // Tries to import all the certificates given. The root will be trusted
test_root_certs_mac.cc 84 // Avoid any copying if system roots are not to be trusted. This acts as
89 // Otherwise, both system trust and temporary_roots_ must be trusted.
  /external/chromium_org/net/data/ssl/scripts/
generate-cross-signed-certs.sh 14 # untrusted over trusted, then it will see the MD5 certificate as a self-signed
15 # cert that is "cross-signed" by the trusted SHA1 root.
17 # The SHA1 root should be (temporarily) trusted, and the resulting chain
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.cc 5 #include "ppapi/native_client/src/trusted/plugin/nacl_subprocess.h"
10 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
11 #include "ppapi/native_client/src/trusted/plugin/srpc_params.h"
pnacl_resources.h 13 #include "native_client/src/trusted/desc/nacl_desc_wrapper.h"
18 #include "ppapi/native_client/src/trusted/plugin/nexe_arch.h"
19 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
pnacl_translate_thread.h 19 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
20 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
62 // channel on the plugin side, which causes the trusted code in the nexe to
nacl_subprocess.h 20 #include "ppapi/native_client/src/trusted/plugin/service_runtime.h"
21 #include "ppapi/native_client/src/trusted/plugin/srpc_client.h"
pnacl_translate_thread.cc 5 #include "ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.h"
7 #include "native_client/src/trusted/desc/nacl_desc_wrapper.h"
8 #include "ppapi/native_client/src/trusted/plugin/plugin.h"
9 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
10 #include "ppapi/native_client/src/trusted/plugin/pnacl_resources.h"
11 #include "ppapi/native_client/src/trusted/plugin/srpc_params.h"
12 #include "ppapi/native_client/src/trusted/plugin/temporary_file.h"
13 #include "ppapi/native_client/src/trusted/plugin/utility.h"
  /libcore/luni/src/main/java/java/security/cert/
PKIXParameters.java 35 * The parameters must be created with <i>trusted</i> certificate authorities
42 // Set of trust anchors - most trusted CAs
72 * <i>trusted</i> certificate authorities.
75 * the trusted CAs.
89 * Creates a new {@code PKIXParameters} instance with the trusted {@code
93 * the key store containing trusted certificates.
97 * if {@code keyStore} does not contained any trusted
116 // this is trusted certificate entry
130 * Returns a unmodifiable set of the <i>trusted</i> certificate authorities.
132 * @return a unmodifiable set of the <i>trusted</i> certificate authorities
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
system_settings_provider.cc 54 // The timezone is always trusted.
57 return TRUSTED;
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_uma.cc 7 #include "native_client/src/trusted/service_runtime/nacl_error_code.h"
8 #include "ppapi/native_client/src/trusted/plugin/plugin_error.h"
  /external/chromium_org/content/renderer/pepper/
ppb_audio_impl.h 30 // Trusted initialization. You must call Init after this.
43 // Initialization function for trusted init.
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 8 * browser and containing pointers to functions available only to trusted plugin
37 * trusted plugin instances.
ppb_platform_verification_private.idl 19 * services to verify that the underlying platform is trusted. An example of a
20 * trusted platform is a Chrome OS device in verified boot mode.
  /external/chromium_org/ppapi/c/private/
ppb_instance_private.h 23 * browser and containing pointers to functions available only to trusted plugin
57 * trusted plugin instances.
  /external/chromium_org/third_party/openssl/openssl/apps/
verify.c 86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
138 else if (strcmp(*argv,"-trusted") == 0)
211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
212 NULL, e, "trusted certificates");
213 if(!trusted)
228 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e))
234 if (1 != check(cert_ctx,argv[i], untrusted, trusted, crls, e))
260 sk_X509_pop_free(trusted, X509_free);
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PPreferredIdentityHeader.java 41 * . is used from a user agent to a trusted proxy to carry the identity the
43 * field value that the trusted element will insert.
  /external/openssl/apps/
verify.c 86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
138 else if (strcmp(*argv,"-trusted") == 0)
211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
212 NULL, e, "trusted certificates");
213 if(!trusted)
228 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e))
234 if (1 != check(cert_ctx,argv[i], untrusted, trusted, crls, e))
260 sk_X509_pop_free(trusted, X509_free);
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_logins.h 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_mutex.h 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.h 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 61 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
93 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
112 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
140 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
161 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
271 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
292 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
319 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
364 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
404 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
    [all...]

Completed in 1375 milliseconds

1 2 3 4 56 7 8 91011>>