Home
last modified time | relevance | path

Searched refs:psa_crypto_local_input_free (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_memory.function123 psa_crypto_local_input_free(&local_input);
152 psa_crypto_local_input_free(&local_input);
/mbedtls-latest/library/
Dpsa_crypto_core.h964 void psa_crypto_local_input_free(psa_crypto_local_input_t *local_input);
Dpsa_crypto.c218 psa_crypto_local_input_free(&LOCAL_INPUT_COPY_OF_##input);
9206 void psa_crypto_local_input_free(psa_crypto_local_input_t *local_input) function
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md550 void psa_crypto_local_input_free(psa_crypto_local_input_t *local_input);
554 * `psa_crypto_local_input_free()` calls `free()` on the local input that is referred to by `local_i…
576 …UT_FREE(input, input_copy)`, which frees the input copy using `psa_crypto_local_input_free()` and …