OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trusted
(Results
1 - 25
of
873
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ppapi/cpp/private/
DEPS
3
"+ppapi/c/
trusted
",
4
"+ppapi/cpp/
trusted
",
/external/chromium_org/ppapi/cpp/trusted/
DEPS
3
"+ppapi/c/
trusted
",
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
DEPS
4
"+native_client/src/
trusted
",
plugin.gyp
58
'-Wl,-exported_symbols_list <(DEPTH)/ppapi/native_client/src/
trusted
/plugin/ppapi.def'
67
'<(DEPTH)/native_client/src/
trusted
/desc/desc.gyp:nrd_xfer',
68
'<(DEPTH)/native_client/src/
trusted
/nonnacl_util/nonnacl_util.gyp:nonnacl_util',
69
'<(DEPTH)/native_client/src/
trusted
/platform_qualify/platform_qualify.gyp:platform_qual_lib',
70
'<(DEPTH)/native_client/src/
trusted
/gio/gio_wrapped_desc.gyp:gio_wrapped_desc',
71
'<(DEPTH)/native_client/src/
trusted
/simple_service/simple_service.gyp:simple_service',
72
'<(DEPTH)/native_client/src/
trusted
/reverse_service/reverse_service.gyp:reverse_service',
73
'<(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/nacl_entry_points.h"
14
#include "ppapi/native_client/src/
trusted
/plugin/plugin.h"
50
// NaCl
trusted
plugin on Unix, but NaClSecureRngModuleInit() is
/external/sepolicy/
tee.te
2
#
trusted
execution environment (tee) daemon
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.
68
# Subject must be equivalent to object unless the subject is
trusted
.
79
# or the object is
trusted
.
87
# subject or the object is
trusted
[
all
...]
/external/chromium_org/ppapi/cpp/
DEPS
12
"-ppapi/c/
trusted
",
15
"-ppapi/cpp/
trusted
",
/external/chromium_org/ppapi/native_client/
DEPS
10
"+native_client/src/
trusted
/weak_ref",
15
"+
trusted
/srpcgen",
/external/chromium_org/ppapi/utility/
DEPS
10
"-ppapi/c/
trusted
",
13
"-ppapi/cpp/
trusted
",
/external/chromium_org/net/android/
cert_verify_result_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/net/base/
test_root_certs.h
30
// artificially mark a certificate as
trusted
, independent of the local
34
// Obtains the Singleton instance to the
trusted
certificates.
40
// Marks |certificate| as
trusted
for X509Certificate::Verify(). Returns
41
// false if the certificate could not be marked
trusted
.
44
// Reads a single certificate from |file| and marks it as
trusted
. Returns
49
// Clears the
trusted
status of any certificates that were previously
50
// marked
trusted
via Add().
53
// Returns true if there are no certificates that have been marked
trusted
.
94
// True if there are no temporarily
trusted
root certificates.
/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
/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/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
33
// artificially mark a certificate as
trusted
, independent of the local
37
// Obtains the Singleton instance to the
trusted
certificates.
43
// Marks |certificate| as
trusted
for X509Certificate::Verify(). Returns
44
// false if the certificate could not be marked
trusted
.
47
// Reads a single certificate from |file| and marks it as
trusted
. Returns
52
// Clears the
trusted
status of any certificates that were previously
53
// marked
trusted
via Add().
56
// Returns true if there are no certificates that have been marked
trusted
.
68
// be
trusted
. By default, this is true, indicating that the TestRootCerts
104
// True if there are no temporarily
trusted
root certificates
[
all
...]
/external/chromium_org/components/nacl/renderer/
DEPS
4
"+ppapi/native_client/src/
trusted
/plugin/nacl_entry_points.h", # For NaCl registration.
/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/ppapi/thunk/
ppb_file_chooser_api.h
24
//
Trusted
API.
35
//
Trusted
version 0.5 API.
/external/chromium_org/ppapi/api/private/
ppp_instance_private.idl
8
* that a
trusted
plugin may implement to provide capabilities only available
9
* to
trusted
plugins.
17
* functions that may be implemented in a
trusted
plugin to provide capabilities
/external/chromium_org/ppapi/c/private/
ppp_instance_private.h
23
* that a
trusted
plugin may implement to provide capabilities only available
24
* to
trusted
plugins.
34
* functions that may be implemented in a
trusted
plugin to provide capabilities
/hardware/ti/omap4xxx/security/
NOTICE
1
Submitted on behalf of a third-party:
Trusted
Logic
4
* Copyright(c) 2011
Trusted
Logic. All rights reserved.
16
* * Neither the name
Trusted
Logic nor the names of its
/external/chromium_org/ppapi/api/trusted/
ppb_broker_trusted.idl
8
* access to a
trusted
broker with greater privileges than the plugin.
17
* The PPB_BrokerTrusted interface provides access to a
trusted
broker
30
* Returns a
trusted
broker resource.
35
* Returns true if the resource is a
trusted
broker.
40
* Connects to the
trusted
broker. It may have already
/external/chromium_org/ppapi/c/trusted/
ppb_broker_trusted.h
6
/* From
trusted
/ppb_broker_trusted.idl modified Mon Dec 3 11:10:40 2012. */
25
* access to a
trusted
broker with greater privileges than the plugin.
34
* The PPB_BrokerTrusted interface provides access to a
trusted
broker
46
* Returns a
trusted
broker resource.
50
* Returns true if the resource is a
trusted
broker.
54
* Connects to the
trusted
broker. It may have already
Completed in 388 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>