Searched refs:input_copy (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_invasive.h | 77 uint8_t *input_copy, size_t input_copy_len);
|
| H A D | psa_crypto.c | 198 #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()
|