Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto_core.h970 } psa_crypto_local_output_t; typedef
972 #define PSA_CRYPTO_LOCAL_OUTPUT_INIT ((psa_crypto_local_output_t) { NULL, NULL, 0 })
992 psa_crypto_local_output_t *local_output);
1005 psa_status_t psa_crypto_local_output_free(psa_crypto_local_output_t *local_output);
Dpsa_crypto.c232 psa_crypto_local_output_t LOCAL_OUTPUT_COPY_OF_##output = PSA_CRYPTO_LOCAL_OUTPUT_INIT; \
9214 psa_crypto_local_output_t *local_output)
9233 psa_status_t psa_crypto_local_output_free(psa_crypto_local_output_t *local_output)
/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_memory.function162 psa_crypto_local_output_t local_output;
193 psa_crypto_local_output_t local_output = PSA_CRYPTO_LOCAL_OUTPUT_INIT;
231 psa_crypto_local_output_t local_output;
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md539 } psa_crypto_local_output_t;
560 psa_crypto_local_output_t *local_output);
562 psa_status_t psa_crypto_local_output_free(psa_crypto_local_output_t *local_output);
580 …E(output, output_copy_name)`, analogous to `LOCAL_INPUT_DECLARE()` for `psa_crypto_local_output_t`.
582 …_copy)`, analogous to `LOCAL_INPUT_FREE()` for outputs. If the `psa_crypto_local_output_t` is in a…