Home
last modified time | relevance | path

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

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl22 import android.system.keystore2.EphemeralStorageKeyResponse;
200 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/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/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/2/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/3/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.rs60 Domain::Domain, EphemeralStorageKeyResponse::EphemeralStorageKeyResponse,
915 ) -> Result<EphemeralStorageKeyResponse> { in convert_storage_key_to_ephemeral() argument
940 Ok(EphemeralStorageKeyResponse { ephemeralKey: result, upgradedBlob: None }) in convert_storage_key_to_ephemeral()
957 Ok(EphemeralStorageKeyResponse { in convert_storage_key_to_ephemeral()
1049 ) -> binder::Result<EphemeralStorageKeyResponse> { in convertStorageKeyToEphemeral() argument
/system/vold/
DKeystore.cpp161 ks2::EphemeralStorageKeyResponse ephemeral_key_response; in exportKey()