Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c185 * - input_copy_name is a name that is unused in the current scope argument
187 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \
189 const uint8_t *input_copy_name = NULL;
271 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \
272 const uint8_t *input_copy_name = NULL;
269 LOCAL_INPUT_DECLARE(input,input_copy_name) global() argument