Searched refs:output_copy (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_invasive.h | 79 psa_status_t psa_crypto_copy_output(const uint8_t *output_copy, size_t output_copy_len,
|
| H A D | psa_crypto.c | 242 #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()
|