HomeSort by relevance Sort by last modified time
    Searched full:trusted (Results 1 - 25 of 1077) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/mojo/nacl/
DEPS 3 "+native_client/src/trusted/desc",
4 "+native_client/src/trusted/service_runtime",
  /external/chromium_org/ppapi/cpp/private/
DEPS 3 "+ppapi/c/trusted",
4 "+ppapi/cpp/trusted",
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
DEPS 3 "+native_client/src/trusted/desc",
4 "+native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h",
5 "+native_client/src/trusted/reverse_service/reverse_service.h",
6 "+native_client/src/trusted/service_runtime/include",
7 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
plugin.gyp 23 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
24 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:sel_ldr_launcher_base',
25 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
26 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
27 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp:reverse_service',
28 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref',
module_ppapi.cc 10 #include "native_client/src/trusted/desc/nrd_all_modules.h"
12 #include "ppapi/native_client/src/trusted/plugin/module_ppapi.h"
13 #include "ppapi/native_client/src/trusted/plugin/plugin.h"
14 #include "ppapi/native_client/src/trusted/plugin/utility.h"
48 // NaCl trusted plugin on Unix, but NaClSecureRngModuleInit() is
ppapi_entrypoints.cc 5 #include "ppapi/native_client/src/trusted/plugin/ppapi_entrypoints.h"
12 #include "ppapi/native_client/src/trusted/plugin/module_ppapi.h"
  /external/chromium_org/components/nacl/common/
DEPS 2 "+native_client/src/trusted/service_runtime/win/debug_exception_handler.h",
  /external/chromium_org/ppapi/cpp/trusted/
DEPS 3 "+ppapi/c/trusted",
  /external/chromium_org/components/nacl/loader/nonsfi/
DEPS 5 "+native_client/src/trusted/service_runtime/nacl_exception.h",
6 "+native_client/src/trusted/service_runtime/nacl_signal.h",
  /external/chromium_org/ppapi/cpp/
DEPS 12 "-ppapi/c/trusted",
15 "-ppapi/cpp/trusted",
  /external/chromium_org/ppapi/utility/
DEPS 10 "-ppapi/c/trusted",
13 "-ppapi/cpp/trusted",
  /external/chromium_org/components/nacl/loader/
DEPS 16 "+native_client/src/trusted/desc",
17 "+native_client/src/trusted/service_runtime/include",
18 "+native_client/src/trusted/service_runtime/nacl_error_code.h",
19 "+native_client/src/trusted/validator/rich_file_info.h",
20 "+native_client/src/trusted/validator/validation_cache.h",
  /external/chromium_org/net/android/
cert_verify_status_android_list.h 11 // Certificate is trusted.
17 // Certificate is not trusted due to non-trusted root of the certificate chain.
20 // Certificate is not trusted because it has expired.
23 // Certificate is not trusted because it is not valid yet.
26 // Certificate is not trusted because it could not be parsed.
29 // Certificate is not trusted because it has an extendedKeyUsage field, but
  /external/chromium_org/ppapi/native_client/
DEPS 6 "+native_client/src/trusted/weak_ref",
  /external/sepolicy/
mls 21 # Process transition: Require equivalence unless the subject is trusted.
25 # Process read operations: No read up unless trusted.
29 # Process write operations: No write down unless trusted.
38 # the subject is trusted. Sockets inherit the range of their creator.
43 # trusted.
48 # is trusted.
57 # the subject is trusted. Also, files should always be single-level.
63 # or the object is trusted.
71 # subject or the object is trusted.
81 # is a MLS trusted subject and can receive data at any level
    [all...]
tee.te 2 # trusted execution environment (tee) daemon
  /frameworks/base/core/java/android/util/
TrustedTime.java 20 * Interface that provides trusted time information, possibly coming from an NTP
27 * Force update with an external trusted time source, returning {@code true}
33 * Check if this instance has cached a response from a trusted time source.
38 * Return time since last trusted time source contact, or
44 * Return certainty of cached trusted time in milliseconds, or
  /hardware/ti/omap4-aah/security/tf_sdk/include/
common_secure_driver_protocol.h 2 * Copyright (c) 2011 Trusted Logic S.A.
6 * Trusted Logic S.A. ("Confidential Information"). You shall not
9 * into with Trusted Logic S.A.
11 * TRUSTED LOGIC S.A. MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE
14 * FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. TRUSTED LOGIC S.A. SHALL
  /external/chromium_org/chromeos/settings/
cros_settings_provider.h 25 // Possible results of a trusted check.
27 // The trusted values were populated in the cache and can be accessed
29 TRUSTED,
33 // The verification of the trusted store has failed permanently. The
50 // Requests the provider to fetch its values from a trusted store, if it
51 // hasn't done so yet. Returns TRUSTED if the values returned by this provider
52 // are trusted during the current loop cycle. Otherwise returns
53 // TEMPORARILY_UNTRUSTED, and |callback| will be invoked later when trusted
  /external/chromium_org/ppapi/nacl_irt/
DEPS 14 "+native_client/src/trusted/service_runtime/include/sys/errno.h",
15 "+native_client/src/trusted/service_runtime/include/sys/unistd.h",
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc 10 #include "native_client/src/trusted/weak_ref/weak_ref.h"
11 #include "ppapi/native_client/src/trusted/weak_ref/call_on_main_thread.h"
  /external/chromium_org/net/cert/
test_root_certs.h 41 // artificially mark a certificate as trusted, independent of the local
45 // Obtains the Singleton instance to the trusted certificates.
51 // Marks |certificate| as trusted for X509Certificate::Verify(). Returns
52 // false if the certificate could not be marked trusted.
55 // Reads a single certificate from |file| and marks it as trusted. Returns
60 // Clears the trusted status of any certificates that were previously
61 // marked trusted via Add().
64 // Returns true if there are no certificates that have been marked trusted.
78 // be trusted. By default, this is true, indicating that the TestRootCerts
119 // True if there are no temporarily trusted root certificates
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
X509TrustManager.java 31 * be validated and is trusted for client authentication for the specified
39 * if the certificate chain can't be validated or isn't trusted.
51 * be validated and is trusted for server authentication for the specified
59 * if the certificate chain can't be validated or isn't trusted.
69 * Returns the list of certificate issuer authorities which are trusted for
72 * @return the list of certificate issuer authorities which are trusted for
  /external/chromium_org/chrome/app/
signature_validator_win.h 15 // Verifies that |signed_file| has a valid signature from a trusted software
17 // be issued by a trusted certificate authority (e.g., VeriSign, Inc).
  /external/chromium_org/components/nacl/renderer/
nacl_helper.h 14 // NaCl trusted plugin, it configures it as an external plugin host.
15 // TODO(dmichael): When the trusted plugin goes away, we need to figure out the

Completed in 960 milliseconds

1 2 3 4 5 6 7 8 91011>>