Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_invasive.h79 psa_status_t psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len,
H A Dpsa_crypto.c240 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
246 output_copy = LOCAL_OUTPUT_COPY_OF_##output.buffer;
256 #define LOCAL_OUTPUT_FREE(output, output_copy) \ argument
257 output_copy = NULL; \
277 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
278 output_copy = output;
279 #define LOCAL_OUTPUT_FREE(output, output_copy) \ argument
280 output_copy = NULL;
9344 psa_status_t psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len, in psa_crypto_copy_output() argument
9358 memcpy(output, output_copy, output_copy_len); in psa_crypto_copy_output()