HomeSort by relevance Sort by last modified time
    Searched full:trusted (Results 151 - 175 of 617) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
CheckHandshake.java 29 /** Rejects otherwise-trusted certificates. */
  /external/owasp/sanitizer/src/main/org/owasp/html/
TCB.java 35 * Indicates that a program element is in the trusted computing base --
  /external/wpa_supplicant_8/src/tls/
x509v3.h 115 int x509_certificate_chain_validate(struct x509_certificate *trusted,
  /frameworks/base/data/sounds/
AudioPackage12_48.mk 15 Lock Unlock Trusted
AudioPackage13_48.mk 16 Lock Unlock Trusted
  /system/core/gatekeeperd/
SoftGateKeeperDevice.h 60 * usable to attest password verification to other trusted services. Clients
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 191 boolean trusted = aggregateIsTrusted(userId);
194 changed = mUserIsTrusted.get(userId) != trusted;
195 mUserIsTrusted.put(userId, trusted);
197 dispatchOnTrustChanged(trusted, userId, flags);
325 boolean trusted = aggregateIsTrusted(id);
333 boolean deviceLocked = secure && showingKeyguard && !trusted;
794 fout.print(": trusted=" + dumpBool(aggregateIsTrusted(user.id)));
806 boolean trusted = info.agent.isTrusted();
811 fout.print(", trusted=" + dumpBool(trusted));
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
ExtendedPKIXParameters.java 46 * <code>Set</code> of most-trusted CAs. Each element of the set is a
479 * Returns the trusted attribute certificate issuers. If attribute
480 * certificates is verified the trusted AC issuers must be set.
486 * @return Returns an immutable set of the trusted AC issuers.
494 * Sets the trusted attribute certificate issuers. If attribute certificates
495 * is verified the trusted AC issuers must be set.
502 * @param trustedACIssuers The trusted AC issuers to set. Is never
  /frameworks/base/core/java/android/service/trust/
TrustAgentService.java 42 * to be trusted.
250 * @param message describes why the device is trusted, e.g. "Trusted by location".
251 * @param durationMs amount of time in milliseconds to keep the device in a trusted state.
278 * @param message describes why the device is trusted, e.g. "Trusted by location".
279 * @param durationMs amount of time in milliseconds to keep the device in a trusted state.
  /frameworks/base/core/java/org/apache/http/conn/ssl/
SSLSocketFactory.java 63 * server against a list of trusted certificates and to authenticate to
69 * a {@link KeyStore truststore} file containg one or several trusted
72 * authenticate itself with a non-trusted certificate.
76 * Use JDK keytool utility to import a trusted certificate and generate a truststore file:
111 * Send the certificate request to the trusted Certificate Authority for signature.
118 * Import the trusted CA root certificate
119 * <pre>keytool -import -alias "my trusted ca" -file caroot.crt -keystore my.keystore</pre>
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 69 * server against a list of trusted certificates and to authenticate to
75 * a {@link KeyStore truststore} file containg one or several trusted
78 * authenticate itself with a non-trusted certificate.
82 * Use JDK keytool utility to import a trusted certificate and generate a truststore file:
117 * Send the certificate request to the trusted Certificate Authority for signature.
124 * Import the trusted CA root certificate
125 * <pre>keytool -import -alias "my trusted ca" -file caroot.crt -keystore my.keystore</pre>
  /frameworks/base/docs/html/training/articles/
security-ssl.jd 60 server is not to be trusted.</p>
165 because you have a CA that isn't trusted by the system. It could be because
166 you have a certificate from a new CA that isn't yet trusted by Android or your app is
179 will be the only CAs trusted by that {@link javax.net.ssl.TrustManager}.</p>
205 // Create a KeyStore containing our trusted CAs
231 that your server certificate come from a trusted issuer.</p>
241 validates that the certificate comes from a trusted
277 trusted root CA.</p>
298 trusted by Android.</p>
315 cause. This is because most desktop browsers cache trusted intermediate CAs over time. Onc
    [all...]
  /bionic/libc/kernel/uapi/linux/
xattr.h 41 #define XATTR_TRUSTED_PREFIX "trusted."
  /development/ndk/platforms/android-21/include/linux/
xattr.h 36 #define XATTR_TRUSTED_PREFIX "trusted."
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.h 45 // crashing_process: the pid of the crashing process. This must be trusted.
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 77 // On x86, the stack pointer is NULL or -1, when executing trusted code in
80 // containing information about the trusted threads. This information is
83 // the seccomp sandbox's trusted code.
284 // it was part of the seccomp sandbox's trusted code, it is OK to
  /external/guava/
README 40 You should not use them for communication between trusted and
  /external/owasp/sanitizer/lib/guava-libraries/
README 40 You should not use them for communication between trusted and
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 49 // May ease trusted path violations by allowing links to impersonate
  /external/v8/src/
fast-dtoa.h 31 // Returns true if it succeeds, otherwise the result can not be trusted.
  /external/v8/tools/
test-server.py 49 trust <keyfile> Adds the given public key to the list of trusted keys.
71 # Create directory for trusted public keys of peers (and self).
72 trusted_dir = os.path.join(ROOT, "trusted")
206 print("Added certificate %s to trusted certificates." % response)
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 75 * This file can have one or more trusted CA certificates. If ca_cert
77 * verified. This is insecure and a trusted CA certificate should
94 * On Windows, trusted CA certificates can be loaded from the system
107 * Common use for this is to point to system trusted CA list which is
109 * these certificates are added to the list of trusted CAs. ca_cert
250 * This file can have one or more trusted CA certificates. If ca_cert2
252 * verified. This is insecure and a trusted CA certificate should
269 * Common use for this is to point to system trusted CA list which is
271 * these certificates are added to the list of trusted CAs. ca_cert
  /frameworks/base/docs/html/distribute/users/
ota-installs.jd 9 <p>Google sign-in is a trusted registration system that's familiar to users and
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
ViewMediatorCallback.java 70 * Play the "device trusted" sound.
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSTrustedCertificateEntryTest.java 65 * Assertion: returns trusted Certificate from goven entry

Completed in 497 milliseconds

1 2 3 4 5 67 8 91011>>