Searched refs:LOCAL_OUTPUT_FREE (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 256 #define LOCAL_OUTPUT_FREE(output, output_copy) \ macro 279 #define LOCAL_OUTPUT_FREE(output, output_copy) \ macro 1519 LOCAL_OUTPUT_FREE(data_external, data); in psa_export_key() 1634 LOCAL_OUTPUT_FREE(data_external, data); in psa_export_public_key() 2385 LOCAL_OUTPUT_FREE(hash_external, hash); in psa_hash_finish() 2449 LOCAL_OUTPUT_FREE(hash_external, hash); in psa_hash_compute() 2744 LOCAL_OUTPUT_FREE(mac_external, mac); in psa_mac_sign_finish() 2865 LOCAL_OUTPUT_FREE(mac_external, mac); in psa_mac_compute() 3104 LOCAL_OUTPUT_FREE(signature_external, signature); in psa_sign_message() 3236 LOCAL_OUTPUT_FREE(signature_external, signature); in psa_sign_hash() [all …]
|
/openthread-latest/third_party/mbedtls/repo/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);
|