Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dpsa_crypto.c189 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ argument
191 const uint8_t *input_copy_name = NULL;
273 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ argument
274 const uint8_t *input_copy_name = NULL;
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md574 …DECLARE(input, input_copy_name)`, which declares and initializes a `psa_crypto_local_input_t` and …