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

1 2 34 5 6

  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 19 root of trust and go all the way up to the system partition.
  /external/boringssl/src/crypto/x509/
x509_lu.c 694 int X509_STORE_set_trust(X509_STORE *ctx, int trust)
696 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;
50 * <p>Trust agents may only be provided by the platform. It is expected that there is only
51 * one trust agent installed on the platform. In the event there is more than one,
52 * either trust agent can enable trust.
63 * &lt;action android:name="android.service.trust.TrustAgentService" />
65 * &lt;meta-data android:name="android.service.trust.trustagent"
70 * and should allow configuring the trust agent, as defined in
74 * &lt;trust-agent xmlns:android="http://schemas.android.com/apk/res/android"
91 = "android.service.trust.TrustAgentService"
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardHostView.java 26 import android.service.trust.TrustAgentService;
87 // The trust agent dismissed the keyguard without the user proving
89 // the user proved presence via some other way to the trust agent.
217 * 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;
76 * Manages trust agents and trust listeners.
78 * It is responsible for binding to the enabled {@link android.service.trust.TrustAgentService}s
83 * It also keeps a set of {@link android.app.trust.ITrustListener}s that are notified whenever the
84 * trust state changes for any user.
86 * Trust state and the setting of enabled agents is kept per user and each user has its ow
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
BaseLockSettingsServiceTests.java 32 import android.app.trust.TrustManager;
LockSettingsStorageTests.java 26 import android.app.trust.TrustManager;
  /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/python/cpython3/Lib/
ssl.py 434 for cert, encoding, trust in enum_certificates(storename):
437 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 */
773 OPENSSL_EXPORT int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int);
774 OPENSSL_EXPORT int X509_TRUST_set(int *t, int trust);
    [all...]
x509v3.h 471 int trust; /* Default trust ID */ member in struct:x509_purpose_st
689 OPENSSL_EXPORT int X509_PURPOSE_add(int id, int trust, int flags,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java 32 import android.app.trust.TrustManager;
643 boolean trust = mTrustManager.isTrustUsuallyManaged(currentUser);
645 boolean any = trust || fingerprint;
656 } else if (trust && (strongAuth & SOME_AUTH_REQUIRED_AFTER_USER_REQUEST) != 0) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseFragment.java 30 import android.app.trust.TrustManager;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
ScanMem.asm 61 uxtb r2, r2 ; Don't think we can trust the caller to actually pass a char
  /external/golang-protobuf/proto/
any_test.go 53 // binary in different tag order. Instead, trust that TextMarshaler with
  /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...]
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 23 import android.app.trust.TrustManager;
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 241 // We trust CodedInputStream not to reveal the provided byte array or modify it
  /external/tensorflow/tensorflow/contrib/verbs/
README.md 20 * **RDMA_TRAFFIC_CLASS**: Traffic class configuration for QP, in case of DSCP trust level QoS configuration. If not defined by user, the default value is 0. For more info see [HowTo Configure Trust state on Mellanox Adapters](https://community.mellanox.com/docs/DOC-2866).
  /prebuilts/go/darwin-x86/src/net/http/httptest/
server.go 270 // It is configured to trust the server's TLS test certificate and will

Completed in 750 milliseconds

1 2 34 5 6