Lines Matching refs:include

56 …a-conditional-inclusion-c.html). That way, it is possible to compile and include in the library on…
80 * [ ] `include/psa/crypto_values.h` or `include/psa/crypto_extra.h` — [New functions and macros](#n…
81 * [ ] `include/psa/crypto_config.h`, `tests/include/test/drivers/crypto_config_test_driver_extensio…
83 * [ ] `include/mbedtls/config_psa.h` — [Preprocessor symbols](#preprocessor-symbols)
85 * [ ] `include/psa/crypto_builtin_*.h` — [Translucent data structures](#translucent-data-structures)
94 * [ ] `include/psa/crypto.h` and `include/psa/crypto_sizes.h`, or `include/psa/crypto_extra.h` — [N…
96 * [ ] If adding stateful functions: `include/psa/crypto_struct.h`, `include/psa/crypto_builtin_*.h`…
113include/psa/crypto.h`, apart from structure accessors defined in `include/psa/crypto_struct.h`. Fu…
115 …) and associated destructor macros (e.g. `PSA_IS_xxx()`) are defined in `include/psa/crypto_values…
117 …re the draft standard might still evolve significantly, are declared in `include/psa/crypto_extra.…
128 …hanisms in Mbed TLS, deduced from `mbedtls/mbedtls_config.h` by code in `include/mbedtls/config_ps…
129 …ion file `include/psa/crypto_config.h` (or `MBEDTLS_PSA_CRYPTO_CONFIG_FILE`, plus `MBEDTLS_PSA_CRY…
130 …ttt_xxx` is defined. `MBEDTLS_PSA_BUILTIN_ttt_xxx` constants are set in `include/mbedtls/config_ps…
131 * For the testing of the driver dispatch code, `tests/include/test/drivers/crypto_config_test_drive…
135 …er, or RSA-PSS without RSA keys. When mechanism A requires mechanism B, `include/mbedtls/config_ps…
152include/psa/crypto_struct.h` for the parts that are independent of the underlying implementation, …
156 ….py` based on the algorithms and key types declared in `include/psa/crypto_values.h` and `include/…