Home
last modified time | relevance | path

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

/hardware/interfaces/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/
DIHwCryptoKey.aidl232 IHwCryptoOperations getHwCryptoOperations(); in getHwCryptoOperations() method
/hardware/interfaces/security/see/hwcrypto/aidl/vts/functional/
Dhwcrypto_operations_tests.rs37 let hw_crypto_operations = hw_crypto_key.getHwCryptoOperations(); in test_hwcrypto_key_operations_connection()
47 .getHwCryptoOperations() in test_hwcrypto_key_operations_simple_aes_test()
135 .getHwCryptoOperations() in test_hwcrypto_key_operations_simple_hmac_test()
196 .getHwCryptoOperations() in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple()
294 .getHwCryptoOperations() in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test()
417 .getHwCryptoOperations() in check_cbcs_wrong_key_types()
489 .getHwCryptoOperations() in aes_simple_cbcs_test()
/hardware/interfaces/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see.hwcrypto/current/android/hardware/security/see/hwcrypto/
DIHwCryptoKey.aidl40 android.hardware.security.see.hwcrypto.IHwCryptoOperations getHwCryptoOperations(); in getHwCryptoOperations() method
/hardware/interfaces/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see.hwcrypto/1/android/hardware/security/see/hwcrypto/
DIHwCryptoKey.aidl40 android.hardware.security.see.hwcrypto.IHwCryptoOperations getHwCryptoOperations(); in getHwCryptoOperations() method
/hardware/interfaces/security/see/hwcrypto/default/
Dhwcryptokeyimpl.h58 ndk::ScopedAStatus getHwCryptoOperations(
DdelegatorTest.cpp76 auto res = hwCryptoKey->getHwCryptoOperations(&hwCryptoOperations); in TEST()
Dhwcryptolib.cpp778 ndk::ScopedAStatus HwCryptoKey::getHwCryptoOperations( in getHwCryptoOperations() function in android::trusty::hwcryptohalservice::HwCryptoKey
786 status = mHwCryptoServer->getHwCryptoOperations(&binder_return); in getHwCryptoOperations()