Searched refs:LOCAL_INPUT_DECLARE (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto.c | 189 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 273 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 2093 LOCAL_INPUT_DECLARE(data_external, data); 2383 LOCAL_INPUT_DECLARE(input_external, input); 2452 LOCAL_INPUT_DECLARE(hash_external, hash); 2488 LOCAL_INPUT_DECLARE(input_external, input); 2517 LOCAL_INPUT_DECLARE(input_external, input); 2518 LOCAL_INPUT_DECLARE(hash_external, hash); 2717 LOCAL_INPUT_DECLARE(input_external, input); 2811 LOCAL_INPUT_DECLARE(mac_external, mac); [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 574 * `LOCAL_INPUT_DECLARE(input, input_copy_name)`, which declares and initializes a `psa_crypto_local… 580 * `LOCAL_OUTPUT_DECLARE(output, output_copy_name)`, analogous to `LOCAL_INPUT_DECLARE()` for `psa_c… 602 LOCAL_INPUT_DECLARE(input_external, input);
|