Home
last modified time | relevance | path

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

/hardware/interfaces/security/see/hwcrypto/aidl/vts/functional/
Dhwcrypto_operations_tests.rs71 let input_data = OperationData::DataBuffer("string to be encrypted".as_bytes().to_vec()); in test_hwcrypto_key_operations_simple_aes_test() localVariable
153 let input_data = OperationData::DataBuffer("text to be mac'ed".as_bytes().to_vec()); in test_hwcrypto_key_operations_simple_hmac_test() localVariable
174 let input_data = OperationData::DataBuffer("text to be mac'ed".as_bytes().to_vec()); in test_hwcrypto_key_operations_simple_hmac_test() localVariable
227 let input_data = in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable
230 let input_data = in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable
233 let input_data = OperationData::DataBuffer("unencrypted".as_bytes().to_vec()); in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable
325 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable
328 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable
359 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable
362 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp502 const uint8_t* input_data, in encode_ise()
661 const uint8_t* input_data, in decode_ise()
/hardware/google/pixel/thermal/virtualtemp_estimator/
Dvirtualtemp_estimator_test.cpp271 std::vector<float> input_data(first, last); in run_single_inference() local
Dvirtualtemp_estimator.cpp788 Json::Value input_data = input_config["InputData"]; in ParseInputConfig() local