Searched refs:LOCAL_OUTPUT_DECLARE (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 227 #define LOCAL_OUTPUT_DECLARE(output, output_copy_name) \ macro 275 #define LOCAL_OUTPUT_DECLARE(output, output_copy_name) \ macro 1483 LOCAL_OUTPUT_DECLARE(data_external, data); in psa_export_key() 1599 LOCAL_OUTPUT_DECLARE(data_external, data); in psa_export_public_key() 2377 LOCAL_OUTPUT_DECLARE(hash_external, hash); in psa_hash_finish() 2433 LOCAL_OUTPUT_DECLARE(hash_external, hash); in psa_hash_compute() 2697 LOCAL_OUTPUT_DECLARE(mac_external, mac); in psa_mac_sign_finish() 2853 LOCAL_OUTPUT_DECLARE(mac_external, mac); in psa_mac_compute() 3093 LOCAL_OUTPUT_DECLARE(signature_external, signature); in psa_sign_message() 3225 LOCAL_OUTPUT_DECLARE(signature_external, signature); in psa_sign_hash() [all …]
|
/openthread-latest/third_party/mbedtls/repo/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);
|