keymaster: ta: realign keystore_command and lint/format code
- Jan 24, 2024
-
-
Julien Masson authored
All the keymaster TA has been linted/formated based on clang-format: ``` $ clang-format --style="file:${OPTEE_OS}/.clang-format" \ -i keymaster/ta/*.[ch] keymaster/ta/include/*.h ``` The ColumnLimit has been increased to 90. We want first apply basics formatting based on clang-format from optee-os: indentation, tabs instead of spaces ... All the suggestions from clang-format have not been applied: weird macros formatting, unwanted new line, comments not aligned ... It's still not entirely perfect but at least ~95% of the code is formatted consistently. Signed-off-by:
Julien Masson <jmasson@baylibre.com>
-
Julien Masson authored
All the command defined in keystore_command enum should follow optee_keymaster_ipc.h (keymaster/include/optee_keymaster/ipc/). Signed-off-by:
Julien Masson <jmasson@baylibre.com>
-
Julien Masson authored
Several files will never be commited, we can add them in .gitignore. Signed-off-by:
Julien Masson <jmasson@baylibre.com>
-