Home
last modified time | relevance | path

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

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DCreateOperationResponse.aidl21 import android.system.keystore2.OperationChallenge;
37 @nullable OperationChallenge operationChallenge;
DOperationChallenge.aidl26 parcelable OperationChallenge {
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DOperationChallenge.aidl37 parcelable OperationChallenge {
DCreateOperationResponse.aidl39 @nullable android.system.keystore2.OperationChallenge operationChallenge;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DOperationChallenge.aidl37 parcelable OperationChallenge {
DCreateOperationResponse.aidl39 @nullable android.system.keystore2.OperationChallenge operationChallenge;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/
DOperationChallenge.aidl37 parcelable OperationChallenge {
DCreateOperationResponse.aidl39 @nullable android.system.keystore2.OperationChallenge operationChallenge;
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DOperationChallenge.aidl37 parcelable OperationChallenge {
DCreateOperationResponse.aidl39 @nullable android.system.keystore2.OperationChallenge operationChallenge;
/system/security/keystore2/src/
Denforcements.rs37 OperationChallenge::OperationChallenge,
242 pub fn finalize_create_authorization(&mut self, challenge: i64) -> Option<OperationChallenge> { in finalize_create_authorization() argument
250 Some(OperationChallenge { challenge }) in finalize_create_authorization()
260 Some(OperationChallenge { challenge }) in finalize_create_authorization()