Searched refs:LOCAL_INPUT_FREE (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto.c | 216 #define LOCAL_INPUT_FREE(input, input_copy) \ macro 277 #define LOCAL_INPUT_FREE(input, input_copy) \ macro 2169 LOCAL_INPUT_FREE(data_external, data); 2404 LOCAL_INPUT_FREE(input_external, input); 2478 LOCAL_INPUT_FREE(hash_external, hash); 2504 LOCAL_INPUT_FREE(input_external, input); 2546 LOCAL_INPUT_FREE(input_external, input); 2547 LOCAL_INPUT_FREE(hash_external, hash); 2741 LOCAL_INPUT_FREE(input_external, input); 2834 LOCAL_INPUT_FREE(mac_external, mac); [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 576 * `LOCAL_INPUT_FREE(input, input_copy)`, which frees the input copy using `psa_crypto_local_input_f… 582 * `LOCAL_OUTPUT_FREE(output, output_copy)`, analogous to `LOCAL_INPUT_FREE()` for outputs. If the `… 611 LOCAL_INPUT_FREE(input_external, input);
|