mbedtls/tests/include/test/drivers
Przemek Stekiel e12ed36a6c Move JPAKE state machine logic from driver to core
- Add `alg` and `computation_stage` to `psa_pake_operation_s`.
  Now when logic is moved to core information about `alg` is required.
  `computation_stage` is a structure that provides a union of computation stages for pake algorithms.
- Move the jpake operation logic from driver to core. This requires changing driver entry points for `psa_pake_output`/`psa_pake_input` functions and adding a `computation_stage` parameter. I'm not sure if this solution is correct. Now the driver can check the current computation stage and perform some action. For jpake drivers `step` parameter is now not used, but I think it needs to stay as it might be needed for other pake algorithms.
- Removed test that seems to be redundant as we can't be sure that operation is aborted after failure.

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
2023-02-22 11:30:31 +01:00
..
aead.h Switch to the new code style 2023-01-11 14:50:10 +01:00
asymmetric_encryption.h Switch to the new code style 2023-01-11 14:50:10 +01:00
cipher.h Switch to the new code style 2023-01-11 14:50:10 +01:00
config_test_driver.h test: remove SHA224 from default test driver config 2022-12-28 12:58:14 +01:00
crypto_config_test_driver_extension.h Add ALG_TLS12_PRF, TLS12_PSK_TO_MS, LG_TLS12_ECJPAKE_TO_PMS support to test driver extensions 2023-02-22 11:25:30 +01:00
hash.h Switch to the new code style 2023-01-11 14:50:10 +01:00
key_agreement.h Switch to the new code style 2023-01-11 14:50:10 +01:00
key_management.h Switch to the new code style 2023-01-11 14:50:10 +01:00
mac.h Switch to the new code style 2023-01-11 14:50:10 +01:00
pake.h Move JPAKE state machine logic from driver to core 2023-02-22 11:30:31 +01:00
signature.h Switch to the new code style 2023-01-11 14:50:10 +01:00
test_driver.h Add pake.h to test driver header 2023-02-22 11:25:30 +01:00