Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_core.h958 } psa_crypto_local_output_t; typedef
960 #define PSA_CRYPTO_LOCAL_OUTPUT_INIT ((psa_crypto_local_output_t) { NULL, NULL, 0 })
980 psa_crypto_local_output_t *local_output);
993 psa_status_t psa_crypto_local_output_free(psa_crypto_local_output_t *local_output);
H A Dpsa_crypto.c228 psa_crypto_local_output_t LOCAL_OUTPUT_COPY_OF_##output = PSA_CRYPTO_LOCAL_OUTPUT_INIT; \
9414 psa_crypto_local_output_t *local_output) in psa_crypto_local_output_alloc()
9433 psa_status_t psa_crypto_local_output_free(psa_crypto_local_output_t *local_output) in psa_crypto_local_output_free()