Searched refs:LOCAL_OUTPUT_FREE (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto.c | 260 #define LOCAL_OUTPUT_FREE(output, output_copy) \ macro 283 #define LOCAL_OUTPUT_FREE(output, output_copy) \ macro 1557 LOCAL_OUTPUT_FREE(data_external, data); in psa_export_key() 1672 LOCAL_OUTPUT_FREE(data_external, data); in psa_export_public_key() 2441 LOCAL_OUTPUT_FREE(hash_external, hash); 2505 LOCAL_OUTPUT_FREE(hash_external, hash); 2800 LOCAL_OUTPUT_FREE(mac_external, mac); 2921 LOCAL_OUTPUT_FREE(mac_external, mac); 3160 LOCAL_OUTPUT_FREE(signature_external, signature); 3292 LOCAL_OUTPUT_FREE(signature_external, signature); [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 582 * `LOCAL_OUTPUT_FREE(output, output_copy)`, analogous to `LOCAL_INPUT_FREE()` for outputs. If the `… 612 LOCAL_OUTPUT_FREE(output_external, output);
|