Home
last modified time | relevance | path

Searched defs:clear_key (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/security/see/hwcrypto/aidl/vts/functional/
Dhwcryptokey_tests.rs67 let clear_key = ExplicitKeyMaterial::Aes(AesKey::Aes128([0; 16])); in test_hwcrypto_import_clear_key() localVariable
98 let clear_key = ExplicitKeyMaterial::Hmac(HmacKey::Sha256([0; 32])); in test_hwcrypto_token_export_import() localVariable
121 let clear_key = ExplicitKeyMaterial::Hmac(HmacKey::Sha256([0; 32])); in test_hwcrypto_android_invalid_calls() localVariable
Dhwcrypto_operations_tests.rs49 let clear_key = ExplicitKeyMaterial::Aes(AesKey::Aes128([0; 16])); in test_hwcrypto_key_operations_simple_aes_test() localVariable
137 let clear_key = ExplicitKeyMaterial::Hmac(HmacKey::Sha256([0; 32])); in test_hwcrypto_key_operations_simple_hmac_test() localVariable
208 let clear_key = ExplicitKeyMaterial::Aes(AesKey::Aes128([0; 16])); in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable
306 let clear_key = ExplicitKeyMaterial::Aes(AesKey::Aes128([0; 16])); in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable
429 let clear_key = ExplicitKeyMaterial::Aes(AesKey::Aes128([0; 16])); in check_cbcs_wrong_key_types() localVariable
460 let clear_key = ExplicitKeyMaterial::Aes(AesKey::Aes256([0; 32])); in check_cbcs_wrong_key_types() localVariable
501 let clear_key = ExplicitKeyMaterial::Aes(AesKey::Aes128([0; 16])); in aes_simple_cbcs_test() localVariable