Lines Matching refs:new
75 ## How to implement a new cryptographic mechanism
77 Summary of files to modify when adding a new algorithm or key type:
80 …to_values.h` or `include/psa/crypto_extra.h` — [New functions and macros](#new-functions-and-macro…
86 * [ ] `tests/suites/test_suite_psa_crypto_metadata.data` — [New functions and macros](#new-function…
87 …tes/test_suite_psa_crypto_metadata.function` — [New functions and macros](#new-functions-and-macro…
92 Summary of files to modify when adding new API functions:
94 …to_sizes.h`, or `include/psa/crypto_extra.h` — [New functions and macros](#new-functions-and-macro…
103 …Cryptography specification. Therefore the first step before implementing a new mechanism should be…
107 …g group and the Mbed TLS development team communicate during the elaboration of the new interfaces.
111 If a mechanism requires new functions, they should follow the design guidelines in the PSA Cryptogr…
121 …data.data` that verifies that `PSA_IS_xxx` macros behave properly with the new constant. New `PSA_…
146 When implementing a new algorithm or key type, there are typically things to change in `library/cry…
162 When adding a new key type or algorithm:
173 * For new functions: incorrect function call sequence, driver dispatch (in `tests/suites/test_suite…