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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
security.h 42 /* trust levels */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
security.h 42 /* trust levels */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
security.h 42 /* trust levels */
  /system/core/run-as/
run-as.c 52 * - Do not trust user input and/or the filesystem whenever possible.
  /external/wpa_supplicant_8/src/tls/
x509v3.c 1835 struct x509_certificate *cert, *trust; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar 
  /external/openssl/crypto/x509/
x509_lu.c 699 int X509_STORE_set_trust(X509_STORE *ctx, int trust)
701 return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
  /external/replicaisland/res/values/
wanda.xml 124 But that doesn?t make up for what you did to Kyle. Maybe you didn?t know what you were doing. Or maybe Kabocha manipulated you into thinking it was the right thing to do. I don?t know. But I will never trust you again.
128 Let me just say this. I don?t trust Rokudou either. He could have saved Kyle but for some reason he didn?t. I?m starting to think he?s not the man I thought he was. I know he?s helping you out now but I?d watch my back if I were in your shoes.
  /external/skia/src/core/
SkEdgeClipper.cpp 278 // still be monotonic in Y. Since we can't trust the numerics of
357 // still be monotonic in X. Since we can't trust the numerics of
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
QueryController.java 65 // don't trust event.getText(), check for nulls
73 // don't trust event.getText(), check for nulls
  /packages/apps/Phone/src/com/android/phone/
BluetoothAtPhonebook.java 490 boolean trust = remoteDevice.getTrustState();
492 if (trust) {
  /build/tools/zipalign/
ZipAlign.cpp 257 /* trust, but verify */
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 169 // In this implementation, we trust that we won't see any record keys
  /external/chromium/base/
command_line.h 57 // don't trust the CRT's parsing of the command line, but it still must be
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.cc 59 // Otherwise trust the charset that was provided.
  /external/freetype/src/sfnt/
ttmtx.c 157 /* never trust derived values */
  /external/guava/guava/src/com/google/common/hash/
AbstractStreamingHashFunction.java 243 // chunkSize number of bytes, but we trust the implementations
  /frameworks/base/docs/html/training/displaying-bitmaps/
load-bitmap.jd 75 decoding it, unless you absolutely trust the source to provide you with predictably sized image data
  /libcore/luni/src/main/java/javax/net/ssl/
SSLContext.java 211 * the trust decision sources or {@code null}.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Config.java 112 * Checks if we trust the given source not to be spammy.
  /external/openssl/crypto/x509v3/
pcy_tree.c 179 /* Can't do anything with just a trust anchor */
183 * trust anchor. Note any bad cache results on the way. Also can
812 * if it's just looking at a trust anchor.
x509v3.h 460 int trust; /* Default trust ID */ member in struct:x509_purpose_st
687 int X509_PURPOSE_add(int id, int trust, int flags,
  /external/openssl/include/openssl/
x509v3.h 460 int trust; /* Default trust ID */ member in struct:x509_purpose_st
687 int X509_PURPOSE_add(int id, int trust, int flags,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 526 boolean trust = mRemoteDevice.getTrustState();
527 if (VERBOSE) Log.v(TAG, "GetTrustState() = " + trust);
529 if (trust) {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 375 KeyStoreTestSupport.MCertificate trust = new KeyStoreTestSupport.MCertificate( local
378 trust);
435 .getCertificate(aliases[j]), trust);
    [all...]

Completed in 848 milliseconds

1 2 3 4 56 7 8 91011>>