HomeSort by relevance Sort by last modified time
    Searched full:trust (Results 426 - 450 of 880) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/openssl/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,
  /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/map/
BluetoothMapService.java 388 boolean trust = mRemoteDevice.getTrustState();
389 if (DEBUG) Log.d(TAG, "GetTrustState() = " + trust);
392 if (trust) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 567 boolean trust = mRemoteDevice.getTrustState();
568 if (VERBOSE) Log.v(TAG, "GetTrustState() = " + trust);
570 if (trust) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 520 // The originating uid from the intent. We only trust/use this if it comes from a
535 // We either didn't get a uid in the intent, or we don't trust it. Use the
570 // We either didn't get a uid from the intent, or we don't trust it. Use the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py     [all...]
  /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...]
  /external/chromium/net/base/
x509_certificate_nss.cc 853 // TODO(wtc): A possible optimization is that we get the trust anchor from
854 // the first PKIXVerifyCert call. We look up the EV policy for the trust
855 // anchor. If the trust anchor has no EV policy, we know the cert isn't EV.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOM2Helper.java 293 * to trust the that the DOM was indeed created using the Level 2
  /external/chromium/chrome/browser/policy/proto/
device_management_backend.proto 185 // old key (so the client can trust the new key). If this is the
  /external/chromium/net/spdy/
spdy_session_pool.cc 257 // Per wtc, we actually only need to CloseCurrentSessions when trust is
  /external/chromium_org/chrome/browser/omnibox/
omnibox_field_trial.cc 244 // This is a best-effort conversion; we trust the hand-crafted parameters
  /external/chromium_org/chrome/common/safe_browsing/
csd.proto 169 // A trust chain of certificates. Each chain begins with the signing
  /external/chromium_org/net/base/
int128.h 17 uint128(); // Sets to 0, but don't trust on this behavior.
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl.cc 60 // Otherwise trust the charset that was provided.
  /external/chromium_org/net/spdy/
spdy_session_pool.cc 302 // Per wtc, we actually only need to CloseCurrentSessions when trust is
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-date-format-tofte.html 245 // i trust the method now
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 241 // i trust the method now
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 241 // i trust the method now
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 241 // i trust the method now
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.h 324 bool m_inPostLayoutUpdate; // true when it's OK to trust layout information (e.g. layer sizes and positions)
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.4.html 153 <li>glsl: Don't trust loop analysis in the presence of function calls.</li>

Completed in 1793 milliseconds

<<11121314151617181920>>