Home
last modified time | relevance | path

Searched refs:OperationChallenge (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DCreateOperationResponse.aidl21 import android.system.keystore2.OperationChallenge;
37 @nullable OperationChallenge operationChallenge;
H A DOperationChallenge.aidl26 parcelable OperationChallenge {
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
H A DOperationChallenge.aidl37 parcelable OperationChallenge {
H A DCreateOperationResponse.aidl39 @nullable android.system.keystore2.OperationChallenge operationChallenge;
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DOperationChallenge.aidl37 parcelable OperationChallenge {
H A DCreateOperationResponse.aidl39 @nullable android.system.keystore2.OperationChallenge operationChallenge;
/aosp12/system/security/keystore2/src/
H A Denforcements.rs36 OperationChallenge::OperationChallenge,
248 pub fn finalize_create_authorization(&mut self, challenge: i64) -> Option<OperationChallenge> { in finalize_create_authorization() argument
256 Some(OperationChallenge { challenge }) in finalize_create_authorization()
266 Some(OperationChallenge { challenge }) in finalize_create_authorization()