Searched defs:crypto_op_set (Results 1 – 1 of 1) sorted by relevance
| /hardware/interfaces/security/see/hwcrypto/aidl/vts/functional/ |
| D | hwcrypto_operations_tests.rs | 73 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_simple_aes_test() localVariable 91 let crypto_op_set = CryptoOperationSet { context, operations: cmd_list }; in test_hwcrypto_key_operations_simple_aes_test() localVariable 114 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_simple_aes_test() localVariable 156 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_simple_hmac_test() localVariable 177 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_simple_hmac_test() localVariable 236 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable 269 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable 332 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable 366 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable 391 let crypto_op_set = CryptoOperationSet { context: None, operations: cmd_list }; in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable [all …]
|