Home
last modified time | relevance | path

Searched refs:LOCAL_INPUT_FREE (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c212 #define LOCAL_INPUT_FREE(input, input_copy) \ macro
273 #define LOCAL_INPUT_FREE(input, input_copy) \ macro
2121 LOCAL_INPUT_FREE(data_external, data); in psa_import_key()
2348 LOCAL_INPUT_FREE(input_external, input); in psa_hash_update()
2422 LOCAL_INPUT_FREE(hash_external, hash); in psa_hash_verify()
2448 LOCAL_INPUT_FREE(input_external, input); in psa_hash_compute()
2490 LOCAL_INPUT_FREE(input_external, input); in psa_hash_compare()
2491 LOCAL_INPUT_FREE(hash_external, hash); in psa_hash_compare()
2685 LOCAL_INPUT_FREE(input_external, input); in psa_mac_update()
2778 LOCAL_INPUT_FREE(mac_external, mac); in psa_mac_verify_finish()
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md576 * `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);