Home
last modified time | relevance | path

Searched defs:IHwCryptoOperations (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcryptokey-test/
Dversioned_keys_opaque.rs75 hw_crypto: &dyn IHwCryptoOperations, in do_cipher()
118 hw_crypto: &dyn IHwCryptoOperations, in encrypt()
126 hw_crypto: &dyn IHwCryptoOperations, in decrypt()
/aosp_15_r20/hardware/interfaces/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see.hwcrypto/current/android/hardware/security/see/hwcrypto/
H A DIHwCryptoOperations.aidl36 interface IHwCryptoOperations { interface
/aosp_15_r20/hardware/interfaces/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/
H A DIHwCryptoOperations.aidl28 interface IHwCryptoOperations { interface
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dhwcrypto_device_key.rs393 fn getHwCryptoOperations(&self) -> binder::Result<binder::Strong<dyn IHwCryptoOperations>> { in getHwCryptoOperations()