Home
last modified time | relevance | path

Searched refs:numberBlocksProcess (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see.hwcrypto/current/android/hardware/security/see/hwcrypto/
DPatternParameters.aidl37 long numberBlocksProcess;
/hardware/interfaces/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/
DPatternParameters.aidl28 long numberBlocksProcess;
/hardware/interfaces/security/see/hwcrypto/aidl/aidl_api/android.hardware.security.see.hwcrypto/1/android/hardware/security/see/hwcrypto/
DPatternParameters.aidl37 long numberBlocksProcess;
/hardware/interfaces/security/see/hwcrypto/aidl/vts/functional/
Dhwcrypto_operations_tests.rs224 numberBlocksProcess: 1, in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple()
264 numberBlocksProcess: 1, in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple()
322 numberBlocksProcess: 1, in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test()
356 numberBlocksProcess: 0, in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test()
444 numberBlocksProcess: 1, in check_cbcs_wrong_key_types()
472 numberBlocksProcess: 1, in check_cbcs_wrong_key_types()
517 numberBlocksProcess: 1, in aes_simple_cbcs_test()
570 numberBlocksProcess: 1, in aes_simple_cbcs_test()
/hardware/interfaces/security/see/hwcrypto/default/
Dhwcryptolib.cpp173 int64_t numberBlocksProcess = ndkpatternParameters.numberBlocksProcess; in convertPatternParameters() local
175 if ((numberBlocksProcess < 0) || (numberBlocksCopy < 0)) { in convertPatternParameters()
180 patternParameters.numberBlocksProcess = numberBlocksProcess; in convertPatternParameters()