Home
last modified time | relevance | path

Searched refs:EphemeralStorageKeyResponse (Results 1 – 8 of 8) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl22 import android.system.keystore2.EphemeralStorageKeyResponse;
196 EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in KeyDescriptor storageKey); in convertStorageKeyToEphemeral()
DEphemeralStorageKeyResponse.aidl25 parcelable EphemeralStorageKeyResponse {
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/
DEphemeralStorageKeyResponse.aidl37 parcelable EphemeralStorageKeyResponse {
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral()
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DEphemeralStorageKeyResponse.aidl37 parcelable EphemeralStorageKeyResponse {
DIKeystoreSecurityLevel.aidl42 …android.system.keystore2.EphemeralStorageKeyResponse convertStorageKeyToEphemeral(in android.syste… in convertStorageKeyToEphemeral()
/system/security/keystore2/src/
Dsecurity_level.rs54 Domain::Domain, EphemeralStorageKeyResponse::EphemeralStorageKeyResponse,
867 ) -> Result<EphemeralStorageKeyResponse> { in convert_storage_key_to_ephemeral() argument
901 Ok(EphemeralStorageKeyResponse { ephemeralKey: result, upgradedBlob: None }) in convert_storage_key_to_ephemeral()
923 Ok(EphemeralStorageKeyResponse { in convert_storage_key_to_ephemeral()
1020 ) -> binder::public_api::Result<EphemeralStorageKeyResponse> { in convertStorageKeyToEphemeral() argument
/system/vold/
DKeymaster.cpp161 ks2::EphemeralStorageKeyResponse ephemeral_key_response; in exportKey()