mbedtls/include/psa
Przemek Stekiel 38b4e1761d Remove typedef for enum
Workaround for CI error:
Parsing source code...
Compiling...
=============
All symbols in header: PASS
Naming patterns of public_macros: PASS
Naming patterns of internal_macros: PASS
Naming patterns of enum_consts: FAIL

    > include/psa/crypto_extra.h:1857: 'return' does not match the required
      pattern '^(MBEDTLS|PSA)_[0-9A-Z_]*[0-9A-Z]$'.
      |
 1857 |     return cipher_suite->algorithm;
      |     ^^^^^^

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
2023-02-22 11:30:32 +01:00
..
crypto.h Add reference to mbedtls_ecp_set_max_ops() to docs 2023-02-16 12:15:39 +00:00
crypto_builtin_composites.h Move JPAKE state machine logic from driver to core 2023-02-22 11:30:31 +01:00
crypto_builtin_primitives.h Move pake definitions to headers for composite algorithms 2023-02-22 11:30:31 +01:00
crypto_compat.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_config.h Add ECJPAKE secret input types to psa/crypto_config.h 2023-01-19 12:11:19 +01:00
crypto_driver_common.h Make PSA headers more self-contained 2021-11-25 20:49:09 +01:00
crypto_driver_contexts_composites.h Move pake definitions to headers for composite algorithms 2023-02-22 11:30:31 +01:00
crypto_driver_contexts_primitives.h Move pake definitions to headers for composite algorithms 2023-02-22 11:30:31 +01:00
crypto_extra.h Remove typedef for enum 2023-02-22 11:30:32 +01:00
crypto_platform.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_se_driver.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_sizes.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_struct.h Ensure that operation is put into error state if error occurs 2023-02-15 23:34:29 +00:00
crypto_types.h Switch to the new code style 2023-01-11 14:50:10 +01:00
crypto_values.h Change incorrect define for MAX_OPS_UNLIMITED 2023-02-15 23:34:29 +00:00