mbedtls/tests
Gilles Peskine 2f107ae000 Don't access psa_key_attributes_t.core
Access the fields of `psa_key_attributes_t` directly rather than through the
`core` field. This makes the `core` field obsolete.

This commit is fully automated:
```
git ls-files '*.h' '*.c' '*.function' '*.jinja' | xargs perl -l -i -pe '$core = qr/\b(core\b|MBEDTLS_PRIVATE\(core\))/; s/->$core\./->/g; s/&(\w+)\.$core\./&$1./g; s/(\w+)\.$core/$1/g'
```

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-02-28 01:30:24 +01:00
..
.jenkins
configs
data_files
docker/bionic
git-scripts
include Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import 2024-02-21 15:45:17 +00:00
opt-testcases
scripts Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype 2024-02-26 07:16:49 +00:00
src Don't access psa_key_attributes_t.core 2024-02-28 01:30:24 +01:00
suites Don't access psa_key_attributes_t.core 2024-02-28 01:30:24 +01:00
.gitignore
CMakeLists.txt
compat-in-docker.sh
compat.sh
context-info.sh
Descriptions.txt
make-in-docker.sh
Makefile
ssl-opt-in-docker.sh
ssl-opt.sh