mbedtls/tests/include/test/drivers
Steven Cooreman 1a0fbacde1 Refactor opaque key handling in the test driver
Builtin key support for the test driver is always compiled in, and no
  longer guarded by MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS.
Parsing the key slot from the buffer by cast and assign instead of memcmp.
For exporting keys, the test driver no longer reaches into the key
  identifier in order to check whether a key is builtin, but rather
  assumes so based on the key buffer length. It's the driver's
  responsibility to be able to detect the key material it returned as part
  of the get_builtin_key operation.

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
2021-04-15 15:06:52 +02:00
..
aead.h tests: Add AEAD transparent test driver hooks 2021-04-07 16:03:31 +02:00
cipher.h psa: cipher: Remove cipher_generate_iv driver entry point 2021-03-26 15:58:25 +01:00
key_management.h Refactor opaque key handling in the test driver 2021-04-15 15:06:52 +02:00
signature.h tests: psa: Change test driver default forced return value 2021-02-18 15:45:12 +01:00
size.h Updated value of expected key size when not using test_size_function 2020-10-19 07:12:28 -07:00
test_driver.h psa: aead: Add driver delegation 2021-04-07 16:03:31 +02:00