Loading security/keymint/aidl/Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ aidl_interface { stability: "vintf", backend: { java: { sdk_version: "module_current", platform_apis: true, srcs_available: true, }, ndk: { vndk: { Loading security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/Algorithm.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @Backing(type="int") @VintfStability enum Algorithm { RSA = 1, Loading security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/AttestationKey.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @RustDerive(Clone=true, Eq=true, Hash=true, Ord=true, PartialEq=true, PartialOrd=true) @VintfStability parcelable AttestationKey { byte[] keyBlob; Loading security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/BeginResult.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @VintfStability parcelable BeginResult { long challenge; Loading security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/BlockMode.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @Backing(type="int") @VintfStability enum BlockMode { ECB = 1, Loading Loading
security/keymint/aidl/Android.bp +2 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,8 @@ aidl_interface { stability: "vintf", backend: { java: { sdk_version: "module_current", platform_apis: true, srcs_available: true, }, ndk: { vndk: { Loading
security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/Algorithm.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @Backing(type="int") @VintfStability enum Algorithm { RSA = 1, Loading
security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/AttestationKey.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @RustDerive(Clone=true, Eq=true, Hash=true, Ord=true, PartialEq=true, PartialOrd=true) @VintfStability parcelable AttestationKey { byte[] keyBlob; Loading
security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/BeginResult.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @VintfStability parcelable BeginResult { long challenge; Loading
security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/BlockMode.aidl +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ // later when a module using the interface is updated, e.g., Mainline modules. package android.hardware.security.keymint; /* @hide */ @Backing(type="int") @VintfStability enum BlockMode { ECB = 1, Loading