Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_invasive.h77 uint8_t *input_copy, size_t input_copy_len);
H A Dpsa_crypto.c198 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
204 input_copy = LOCAL_INPUT_COPY_OF_##input.buffer;
212 #define LOCAL_INPUT_FREE(input, input_copy) \ argument
213 input_copy = NULL; \
271 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ argument
272 input_copy = input;
273 #define LOCAL_INPUT_FREE(input, input_copy) \ argument
274 input_copy = NULL;
9306 uint8_t *input_copy, size_t input_copy_len) in psa_crypto_copy_input() argument
9319 memcpy(input_copy, input, input_len); in psa_crypto_copy_input()