HomeSort by relevance Sort by last modified time
    Searched refs:trust (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /external/boringssl/src/crypto/x509/
x509_lu.c 677 int X509_STORE_set_trust(X509_STORE *ctx, int trust)
679 return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_arm_gen.go 10 // certificates. We could use SecTrustEvaluate to verify that a trust chain
root_windows.go 83 // checkChainTrustStatus checks the trust status of the certificate chain, translating
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_arm_gen.go 10 // certificates. We could use SecTrustEvaluate to verify that a trust chain
root_windows.go 83 // checkChainTrustStatus checks the trust status of the certificate chain, translating
  /frameworks/base/core/java/android/service/trust/
TrustAgentService.java 17 package android.service.trust;
48 * <p>Trust agents may only be provided by the platform. It is expected that there is only
49 * one trust agent installed on the platform. In the event there is more than one,
50 * either trust agent can enable trust.
61 * &lt;action android:name="android.service.trust.TrustAgentService" />
63 * &lt;meta-data android:name="android.service.trust.trustagent"
68 * and should allow configuring the trust agent, as defined in
72 * &lt;trust-agent xmlns:android="http://schemas.android.com/apk/res/android"
89 = "android.service.trust.TrustAgentService"
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardHostView.java 26 import android.service.trust.TrustAgentService;
86 // The trust agent dismissed the keyguard without the user proving
88 // the user proved presence via some other way to the trust agent.
219 * pattern, password or PIN but not by trust agents or fingerprint
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 17 package com.android.server.trust;
23 import android.app.trust.ITrustListener;
24 import android.app.trust.ITrustManager;
51 import android.service.trust.TrustAgentService;
75 * Manages trust agents and trust listeners.
77 * It is responsible for binding to the enabled {@link android.service.trust.TrustAgentService}s
82 * It also keeps a set of {@link android.app.trust.ITrustListener}s that are notified whenever the
83 * trust state changes for any user.
85 * Trust state and the setting of enabled agents is kept per user and each user has its ow
    [all...]
  /packages/services/Car/TrustAgent/src/com/android/car/trust/comms/
SimpleBleClient.java 16 package com.android.car.trust.comms;
  /external/python/cpython2/Lib/
ssl.py 390 for cert, encoding, trust in enum_certificates(storename):
393 if trust is True or purpose.oid in trust:
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 232 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
272 /* This is used for a table of trust checking functions */
275 int trust; member in struct:x509_trust_st
285 /* standard trust ids */
767 OPENSSL_EXPORT int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
768 OPENSSL_EXPORT int X509_TRUST_set(int *t, int trust);
    [all...]
x509v3.h 470 int trust; /* Default trust ID */ member in struct:x509_purpose_st
688 OPENSSL_EXPORT int X509_PURPOSE_add(int id, int trust, int flags,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 33 import android.app.trust.TrustManager;
633 boolean trust = mTrustManager.isTrustUsuallyManaged(currentUser);
635 boolean any = trust || fingerprint;
646 } else if (trust && (strongAuth & SOME_AUTH_REQUIRED_AFTER_USER_REQUEST) != 0) {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
LockSettingsStorageTests.java 25 import android.app.trust.TrustManager;
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseFragment.java 30 import android.app.trust.TrustManager;
  /external/libcups/cups/
tls-sspi.c 240 * 'httpCredentialsGetTrust()' - Return the trust of credentials.
245 http_trust_t /* O - Level of trust */
248 const char *common_name) /* I - Common name for trust lookup */
250 http_trust_t trust = HTTP_TRUST_OK; /* Level of trust */ local
276 trust = HTTP_TRUST_INVALID;
280 return (trust);
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 1218 xml_node_t *pps, *c, *trust, *aaa, *aaa1, *upd, *homesp; local
1244 trust = xml_node_create(ctx->xml, upd, NULL, "TrustRoot");
1245 add_text_node_conf(ctx, realm, trust, "CertURL", "trust_root_cert_url");
1246 add_text_node_conf(ctx, realm, trust, "CertSHA256Fingerprint",
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 241 // We trust CodedInputStream not to reveal the provided byte array or modify it
  /frameworks/base/
Android.mk 106 core/java/android/app/trust/IStrongAuthTracker.aidl \
107 core/java/android/app/trust/ITrustManager.aidl \
108 core/java/android/app/trust/ITrustListener.aidl \
335 core/java/android/service/trust/ITrustAgentService.aidl \
336 core/java/android/service/trust/ITrustAgentServiceCallback.aidl \
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 97 // We could trust the generated code and check whether the type of the property is
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab.go 130 // index out of bounds errors, we trust Go to detect them, and then
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 79 // If fmt.Sscan thinks it's complex, it's complex. We can't trust the output
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab.go 130 // index out of bounds errors, we trust Go to detect them, and then
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 79 // If fmt.Sscan thinks it's complex, it's complex. We can't trust the output
  /external/python/cpython2/Lib/test/
test_ssl.py 585 cert, enc, trust = element
588 self.assertIsInstance(trust, (set, bool))
589 if isinstance(trust, set):
590 trust_oids.update(trust)
    [all...]

Completed in 1005 milliseconds

1 2 34 5 6