Home
last modified time | relevance | path

Searched refs:authorization (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/system/security/keystore2/aidl/android/security/authorization/
H A DIKeystoreAuthorization.aidl15 package android.security.authorization;
18 import android.security.authorization.LockScreenEvent;
19 import android.security.authorization.AuthorizationTokens;
H A DLockScreenEvent.aidl15 package android.security.authorization;
H A DResponseCode.aidl15 package android.security.authorization;
H A DAuthorizationTokens.aidl15 package android.security.authorization;
/aosp12/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/
H A DContextHubFrameworkPermissionsTestExecutor.java91 ContextHubClient client, long nanoAppId, int authorization) { in onClientAuthorizationChanged() argument
94 + authorization); in onClientAuthorizationChanged()
95 mAuthorizationUpdateQueue.add(authorization); in onClientAuthorizationChanged()
139 int authorization = mAuthorizationUpdateQueue.poll(2, TimeUnit.SECONDS); in permissionsDisabledTest() local
140 Assert.assertEquals(authorization, ContextHubManager.AUTHORIZATION_DENIED); in permissionsDisabledTest()
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
H A DUpdateConfig.java87 String authorization = ab.optString("authorization", null); in fromJson() local
92 authorization); in fromJson()
250 String authorization) { in AbConfig() argument
254 this.mAuthorization = authorization; in AbConfig()
/aosp12/frameworks/base/keystore/java/android/security/
H A DAuthorization.java25 import android.security.authorization.IKeystoreAuthorization;
26 import android.security.authorization.LockScreenEvent;
/aosp12/frameworks/base/core/java/android/hardware/location/
H A DIContextHubClientCallback.aidl51 void onClientAuthorizationChanged(long nanoAppId, int authorization); in onClientAuthorizationChanged() argument
H A DContextHubClientCallback.java137 @ContextHubManager.AuthorizationState int authorization) {} in onClientAuthorizationChanged() argument
H A DContextHubManager.java805 long nanoAppId, @ContextHubManager.AuthorizationState int authorization) {
808 client, nanoAppId, authorization));
/aosp12/system/security/keystore2/src/
H A Dlib.rs20 pub mod authorization; module
H A Dkeystore2_main.rs25 use keystore2::{authorization::AuthorizationManager, id_rotation::IdRotationState};
H A Dauthorization.rs27 use android_security_authorization::aidl::android::security::authorization::{
H A Denforcements.rs20 use crate::{authorization::Error as AuthzError, super_key::SuperEncryptionType};
33 use android_security_authorization::aidl::android::security::authorization::ResponseCode::ResponseC…
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/
H A DCallComposerPictureTransfer.java138 (authorization, error) -> handleExceptionalCompletion(error), in uploadPicture()
196 .whenCompleteAsync((authorization, error) -> in downloadPicture()
301 private ImageData downloadImageWithAuth(Network network, String authorization) { in downloadImageWithAuth() argument
303 connection.addRequestProperty("Authorization", authorization); in downloadImageWithAuth()
/aosp12/system/security/keystore2/aidl/
H A DAndroid.bp45 name: "android.security.authorization",
46 srcs: [ "android/security/authorization/*.aidl" ],
/aosp12/system/core/gatekeeperd/
H A DAndroid.bp47 "android.security.authorization-ndk_platform",
H A Dgatekeeperd.cpp58 using ::aidl::android::security::authorization::IKeystoreAuthorization;
/aosp12/hardware/interfaces/keymaster/4.0/
H A DIKeymasterDevice.hal119 * Access controls are defined as an "authorization list" of tag/value pairs. Authorization tags
123 * or imported, the caller specifies an authorization list. The IKeymasterDevice must divide the
140 * All authorization tags and their values, both hardwareEnforced and softwareEnforced, including
142 * modification of the portion of the key blob that contains the authorization list makes it
144 * approach to meet this requirement is to use the full set of authorization tags associated with a
194 * hardwareEnforced authorization list. Tag::OS_VERSION, Tag::OS_PATCHLEVEL,
579 * being installed. If the authorization list in wrappedKeyData contains a
852 * authorization lists must be rendered permanently unusable. Keys without
966 * Private key operations (KeyPurpose::DECRYPT and KeyPurpose::SIGN) need authorization of
1213 * Key authorization enforcement is performed primarily in begin(). The exceptions are
[all …]
/aosp12/system/security/identity/
H A DAndroid.bp52 "android.security.authorization-ndk_platform",
H A DCredential.cpp67 using ::aidl::android::security::authorization::AuthorizationTokens;
68 using ::aidl::android::security::authorization::IKeystoreAuthorization;
/aosp12/system/security/keystore2/
H A DAndroid.bp35 "android.security.authorization-rust",
/aosp12/bootable/recovery/
H A DREADME.md121 (because such authorization data stays in /data, which recovery doesn't mount), nor does it support
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dapp_neverallows.te133 # or must not rely on app identity for authorization. Thus, to be safe, the
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dapp_neverallows.te128 # or must not rely on app identity for authorization. Thus, to be safe, the

123