HomeSort by relevance Sort by last modified time
    Searched refs:restricted (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowKeyguardManager.java 30 public void setinRestrictedInputMode(boolean restricted) {
31 inRestrictedInputMode = restricted;
  /external/tpm2/
Unseal.c 35 || object->publicArea.objectAttributes.restricted == SET)
ActivateCredential.c 45 // input decrypt key must be an asymmetric, restricted decryption key
48 || object->publicArea.objectAttributes.restricted == CLEAR)
HMAC_Start.c 14 // TPM_RC_ATTRIBUTES key referenced by handle is not a signing key or is restricted
41 if(publicArea->objectAttributes.restricted == SET)
MakeCredential.c 36 // input key must be an asymmetric, restricted decryption key
37 // NOTE: Needs to be restricted to have a symmetric value.
40 || object->publicArea.objectAttributes.restricted == CLEAR
ECDH_KeyGen.c 15 // TPM_RC_KEY keyHandle does not reference a non-restricted decryption ECC key
31 // Input key must be a non-restricted, decrypt ECC key
35 if( eccKey->publicArea.objectAttributes.restricted == SET
ECDH_ZGen.c 15 // TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key
34 // Input key must be a non-restricted, decrypt ECC key
38 if( eccKey->publicArea.objectAttributes.restricted == SET
HMAC.c 14 // TPM_RC_ATTRIBUTES key referenced by handle is not a signing key or is a restricted key
41 if(publicArea->objectAttributes.restricted == SET)
LoadExternal.c 64 || in->inPublic.t.publicArea.objectAttributes.restricted != CLEAR
RSA_Decrypt.c 44 if( rsaKey->publicArea.objectAttributes.restricted == SET
Sign.c 48 // If validation is provided, or the key is restricted, check the ticket
50 || signKey->publicArea.objectAttributes.restricted == SET)
ZGen_2Phase.c 16 // TPM_RC_ATTRIBUTES key referenced by keyA is restricted or not a decrypt key
41 // keyA must not be restricted and must be a decrypt key
42 if( eccKey->publicArea.objectAttributes.restricted == SET
EncryptDecrypt.c 18 // TPM_RC_VALUE keyHandle is restricted and the argument mode does not match the
45 // If the key is restricted, the input symmetric mode should match the key's
47 if( symKey->publicArea.objectAttributes.restricted == SET
  /frameworks/base/services/core/java/com/android/server/fingerprint/
EnumerateClient.java 33 boolean restricted, String owner) {
34 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
RemovalClient.java 36 boolean restricted, String owner) {
37 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
ClientMonitor.java 55 * @param restricted whether or not client has the {@link Manifest#MANAGE_FINGERPRINT}
60 IFingerprintServiceReceiver receiver, int userId, int groupId,boolean restricted,
68 mIsRestricted = restricted;
EnrollClient.java 42 boolean restricted, String owner) {
43 super(context, halDeviceId, token, receiver, userId, groupId, restricted, owner);
FingerprintService.java 387 IFingerprintServiceReceiver receiver, boolean restricted) {
394 receiver, fingerId, groupId, userId, restricted, token.toString()) {
532 IFingerprintServiceReceiver receiver, int flags, boolean restricted,
539 receiver, mCurrentUserId, groupId, opId, restricted, opPackageName) {
582 IFingerprintServiceReceiver receiver, int flags, boolean restricted,
589 userId, groupId, cryptoToken, restricted, opPackageName) {
742 final boolean restricted = isRestricted();
747 restricted, opPackageName);
754 final boolean restricted = !hasPermission(MANAGE_FINGERPRINT);
755 return restricted;
    [all...]
AuthenticationClient.java 43 boolean restricted, String owner) {
44 super(context, halDeviceId, token, receiver, targetUserId, groupId, restricted, owner);
  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 114 public void onModeChanged(int mode, boolean restricted) {
132 boolean enabled = (mode != Settings.Secure.LOCATION_MODE_OFF) && !restricted;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
AppItem.java 29 public boolean restricted; field in class:AppItem
  /external/libchrome/sandbox/linux/services/
yama_unittests.cc 120 bool restricted = Yama::RestrictPtracersToAncestors(); local
121 CHECK_EQ(restricted, Yama::IsPresent());
  /frameworks/base/core/java/com/android/internal/app/
IAppOpsService.aidl 48 void setUserRestriction(int code, boolean restricted, IBinder token, int userHandle, in String[] exceptionPackages);
  /packages/apps/Settings/src/com/android/settings/datausage/
AppDataUsagePreference.java 42 if (item.restricted && item.total <= 0) {
59 if (mItem.restricted && mItem.total <= 0) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
mul.s 1 # One of the rule on restricted sequence is consecutive IU instruction

Completed in 1068 milliseconds

1 2 3 4