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
..
drivers Don't access psa_key_attributes_t.core 2024-02-28 01:30:24 +01:00
test_helpers Merge pull request #8574 from ronald-cron-arm/ssl-tickets 2024-02-21 09:38:46 +00:00
asn1_helpers.c update headers 2023-11-02 19:47:20 +00:00
bignum_helpers.c Move bignum flag for negative zero into test_info 2024-01-09 18:01:58 +00:00
certs.c update headers 2023-11-02 19:47:20 +00:00
fake_external_rng_for_test.c update headers 2023-11-02 19:47:20 +00:00
helpers.c Improve documentation / comments 2024-02-24 10:57:22 +00:00
psa_crypto_helpers.c test_suite_psa_crypto_slot_management: modify check on open key slots 2023-12-04 11:04:42 +01:00
psa_exercise_key.c New test helper: mbedtls_test_key_consistency_psa_pk 2024-02-15 17:21:17 +01:00
random.c update headers 2023-11-02 19:47:20 +00:00
test_certs.h update headers 2023-11-02 19:47:20 +00:00
threading_helpers.c Improve documentation / comments 2024-02-24 10:57:22 +00:00