Searched defs:input_data (Results 1 – 4 of 4) sorted by relevance
71 let input_data = OperationData::DataBuffer("string to be encrypted".as_bytes().to_vec()); in test_hwcrypto_key_operations_simple_aes_test() localVariable153 let input_data = OperationData::DataBuffer("text to be mac'ed".as_bytes().to_vec()); in test_hwcrypto_key_operations_simple_hmac_test() localVariable174 let input_data = OperationData::DataBuffer("text to be mac'ed".as_bytes().to_vec()); in test_hwcrypto_key_operations_simple_hmac_test() localVariable227 let input_data = in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable230 let input_data = in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable233 let input_data = OperationData::DataBuffer("unencrypted".as_bytes().to_vec()); in test_hwcrypto_key_operations_aes_simple_cbcs_test_non_block_multiple() localVariable325 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable328 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable359 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable362 let input_data = in test_hwcrypto_key_operations_aes_simple_all_encrypted_cbcs_test() localVariable[all …]
502 const uint8_t* input_data, in encode_ise()661 const uint8_t* input_data, in decode_ise()
271 std::vector<float> input_data(first, last); in run_single_inference() local
788 Json::Value input_data = input_config["InputData"]; in ParseInputConfig() local