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.c242 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
248 output_copy = LOCAL_OUTPUT_COPY_OF_##output.buffer;
258 #define LOCAL_OUTPUT_FREE(output, output_copy) \ argument
259 output_copy = NULL; \
279 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ argument
280 output_copy = output;
281 #define LOCAL_OUTPUT_FREE(output, output_copy) \ argument
282 output_copy = NULL;
9364 psa_status_t psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len, in psa_crypto_copy_output() argument
9378 memcpy(output, output_copy, output_copy_len); in psa_crypto_copy_output()