aboutsummaryrefslogtreecommitdiff
path: root/tools/tf_fuzz/assets/README
blob: d5f0a0a590f35eca43e3f5845b9ab1175a197e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.../tf_fuzz/assets directory contents:

crypto_asset.cpp  psa_asset.cpp  sst_asset.cpp
crypto_asset.hpp  psa_asset.hpp  sst_asset.hpp

--------------------------------------------------------------------------------

This directory contains C++ header and program files for classes of objects that
track PSA assets, notably during the Simulate phase.

These hold current state of those assets as the run is simulated, after the
exact sequence of PSA commands to be executed is generated by the Parse stage.

Currently, the Simulate stage, which should be completely distinct from the
initial Parse stage, in hindsight, is a bit muddled up with the Parse stage.

--------------

*Copyright (c) 2019-2020, Arm Limited. All rights reserved.*