Lines Matching refs:function
52 …re generated in a psa_crypto_driver_wrappers_no_static.c C file and the function prototypes declar…
73 …r implements among other entry points the "import_key" entry point. The function implementing this…
87 * (If adding `PSA_IS_xxx`) `tests/suites/test_suite_psa_crypto_metadata.function` — [New functions …
88 * [ ] `tests/suites/test_suite_psa_crypto*.data`, `tests/suites/test_suite_psa_crypto*.function` — …
97 * [ ] `tests/suites/test_suite_psa_crypto.data`, `tests/suites/test_suite_psa_crypto.function`, `te…
121 …New `PSA_IS_xxx` macros must be declared in `tests/suites/test_suite_psa_crypto_metadata.function`.
139 The general structure of a cryptographic operation function is:
141 1. API function defined in `library/psa_crypto.c`. The entry point performs generic checks that don…
143 3. Built-in implementation in `library/psa_crypto_*.c` (with function declarations in the correspon…
150 Some mechanisms require state to be kept between function calls. Keys and key-like data is kept in …
173 * For new functions: incorrect function call sequence, driver dispatch (in `tests/suites/test_suite…