mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-11-19 22:04:58 +00:00
Construct an object given the attributes and material for a PSA crypto key and get the Mbed TLS storage representation. The code to generate the storage representation was written based on the specification in docs/architecture/mbed-crypto-storage-specification.md, without looking at the code. The data in the unit tests is from the AES-128 format_storage_data_check test case in test_suite_psa_crypto_persistent_key.data, tweaked manually. This commit creates a basic framework for using symbolic values for attributes, but does not yet implement obtaining the corresponding numerical values from an external source. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| asymmetric_key_data.py | ||
| c_build_helper.py | ||
| crypto_knowledge.py | ||
| macro_collector.py | ||
| psa_storage.py | ||
| test_case.py | ||
| typing_util.py | ||