Searched refs:LOCAL_OUTPUT_DECLARE (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto.c | 231 #define LOCAL_OUTPUT_DECLARE(output, output_copy_name) \ macro 279 #define LOCAL_OUTPUT_DECLARE(output, output_copy_name) \ macro 1521 LOCAL_OUTPUT_DECLARE(data_external, data); in psa_export_key() 1637 LOCAL_OUTPUT_DECLARE(data_external, data); in psa_export_public_key() 2433 LOCAL_OUTPUT_DECLARE(hash_external, hash); 2489 LOCAL_OUTPUT_DECLARE(hash_external, hash); 2753 LOCAL_OUTPUT_DECLARE(mac_external, mac); 2909 LOCAL_OUTPUT_DECLARE(mac_external, mac); 3149 LOCAL_OUTPUT_DECLARE(signature_external, signature); 3281 LOCAL_OUTPUT_DECLARE(signature_external, signature); [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 580 * `LOCAL_OUTPUT_DECLARE(output, output_copy_name)`, analogous to `LOCAL_INPUT_DECLARE()` for `psa_c… 603 LOCAL_OUTPUT_DECLARE(output_external, output);
|