/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXParameters_ImplTest.java | 53 * that populates the set of most-trusted CAs from the trusted 59 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); 65 // only trusted X.509 certificates 72 * Assertion: Only keystore entries that contain trusted 85 // both trusted and untrusted X.509 certificates 113 * trusted certificate entry 122 // pass KeyStore that does not contain trusted certificates 137 // use several trusted certs in this test 138 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); [all...] |
PKIXBuilderParameters_ImplTest.java | 53 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); 74 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); 88 * Assertion: Only keystore entries that contain trusted 133 * trusted certificate entry 143 // pass KeyStore that does not contain trusted certificates 159 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); 177 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED); 201 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.TRUSTED);
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_url_loader_trusted.h | 6 /* From trusted/ppb_url_loader_trusted.idl modified Wed Oct 5 14:06:02 2011. */ 21 * URL loader trusted interfaces. */ 47 /* Available only to trusted implementations. */
|
/external/chromium_org/chrome/app/ |
DEPS | 20 "+native_client/src/trusted/service_runtime/osx",
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
cast_auth_util.h | 18 // 2. Certficate used to sign is rooted to a trusted CA.
|
/external/chromium_org/ppapi/generators/test_cgen/ |
stdint.h | 17 * for trusted modules.
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/arch_arm/ |
sandbox_isa.cc | 5 #include "ppapi/native_client/src/trusted/plugin/nexe_arch.h"
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
sel_ldr_launcher_chrome.h | 8 #include "native_client/src/trusted/nonnacl_util/sel_ldr_launcher.h"
|
sel_ldr_launcher_chrome.cc | 6 #include "ppapi/native_client/src/trusted/plugin/nacl_entry_points.h" 7 #include "ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.h"
|
/external/chromium_org/ppapi/shared_impl/ |
platform_file.cc | 9 // TODO(piman/brettw): Change trusted interface to return a PP_FileHandle,
|
singleton_resource_id.h | 14 // a hack until PPB_Broker trusted has been fully refactored to the new
|
/external/chromium_org/ppapi/thunk/ |
ppb_buffer_api.h | 24 // Trusted API
|
ppb_file_chooser_trusted_thunk.cc | 5 // From trusted/ppb_file_chooser_trusted.idl, 10 #include "ppapi/c/trusted/ppb_file_chooser_trusted.h"
|
ppb_url_loader_api.h | 10 #include "ppapi/c/trusted/ppb_url_loader_trusted.h" 48 // Trusted API.
|
ppb_url_loader_trusted_thunk.cc | 5 // From trusted/ppb_url_loader_trusted.idl modified Wed Apr 17 11:16:00 2013. 8 #include "ppapi/c/trusted/ppb_url_loader_trusted.h"
|
/external/chromium_org/ppapi/api/trusted/ |
ppb_url_loader_trusted.idl | 6 /* URL loader trusted interfaces. */ 26 /* Available only to trusted implementations. */
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/arch_x86/ |
sandbox_isa.cc | 5 #include "native_client/src/trusted/platform_qualify/nacl_os_qualify.h" 6 #include "ppapi/native_client/src/trusted/plugin/nexe_arch.h"
|
/external/chromium_org/build/linux/ |
install-arm-sysroot.py | 13 image which was originally designed for building trusted NaCl code. The image 20 - ./tools/trusted_cross_toolchains/trusted-toolchain-creator.armel.precise.sh \ 22 - ./tools/trusted_cross_toolchains/trusted-toolchain-creator.armel.precise.sh \ 25 nativeclient-archive2/toolchain/$NACL_REV/sysroot-arm-trusted.tgz 38 TARBALL = 'sysroot-arm-trusted.tgz'
|
/libcore/luni/src/main/java/java/security/cert/ |
TrustAnchor.java | 32 * It is a <i>trusted</i> certificate authority (CA) and includes the public key 38 // Most trusted CA as a X500Principal 40 // Most trusted CA name 42 // Most trusted CA public key 44 // Most trusted CA certificate 57 * the trusted certificate 189 * Returns the certificate of this <i>trusted</i> certificate authority. 240 sb.append("Trusted CA certificate: "); 245 sb.append("Trusted CA Name: "); 250 sb.append("Trusted CA Public Key: ") [all...] |
/external/chromium/chrome/browser/chromeos/ |
user_cros_settings_provider.h | 32 // Methods to use when trusted (signature verified) values are required. 34 // return trusted value. 35 // Return false if trusted values are unavailable at a moment.
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
stub_cros_settings_provider_unittest.cc | 93 CrosSettingsProvider::TrustedStatus trusted = local 95 EXPECT_EQ(CrosSettingsProvider::TRUSTED, trusted);
|
/external/chromium_org/v8/tools/testrunner/server/ |
constants.py | 38 ADD_TRUSTED = "add trusted" 47 LIST_TRUSTED_PUBKEYS = "list trusted pubkeys" 49 NOTIFY_NEW_TRUSTED = "new trusted peer"
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
tee_client_api_ex.h | 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
33 * specific to the Trusted Foundations implementations
|
tee_client_api_imp.h | 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
33 * constants and macros for all the Trusted Foundations implementations
|
/development/ndk/platforms/android-3/include/linux/ |
xattr.h | 27 #define XATTR_TRUSTED_PREFIX "trusted."
|