Nik Dewally | bc9e194 | 2024-07-02 17:00:15 +0100 | [diff] [blame] | 1 | ################################## |
| 2 | 'tfz-cpp/template'-directory guide |
| 3 | ################################## |
Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 4 | |
| 5 | ************ |
| 6 | Introduction |
| 7 | ************ |
| 8 | |
| 9 | These classes describe "tracker" objects for parsing test templates, and for |
| 10 | generating PSA calls from them. |
| 11 | |
Nik Dewally | bc9e194 | 2024-07-02 17:00:15 +0100 | [diff] [blame] | 12 | *********************************************** |
| 13 | ``tf_fuzz/tfz-cpp/template`` directory contents |
| 14 | *********************************************** |
Karl Zhang | 3de5ab1 | 2021-05-31 11:45:48 +0800 | [diff] [blame] | 15 | .. code-block:: bash |
| 16 | |
| 17 | crypto_template_line.cpp secure_template_line.hpp template_line.cpp |
| 18 | crypto_template_line.hpp sst_template_line.cpp template_line.hpp |
| 19 | secure_template_line.cpp sst_template_line.hpp |
| 20 | |
| 21 | -------------- |
| 22 | |
| 23 | *Copyright (c) 2020, Arm Limited. All rights reserved.* |