Searched refs:LOCAL_INPUT_ALLOC (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto.c | 202 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ macro 275 #define LOCAL_INPUT_ALLOC(input, length, input_copy) \ macro 2113 LOCAL_INPUT_ALLOC(data_external, data_length, data); 2396 LOCAL_INPUT_ALLOC(input_external, input_length, input); 2468 LOCAL_INPUT_ALLOC(hash_external, hash_length, hash); 2496 LOCAL_INPUT_ALLOC(input_external, input_length, input); 2525 LOCAL_INPUT_ALLOC(input_external, input_length, input); 2538 LOCAL_INPUT_ALLOC(hash_external, hash_length, hash); 2731 LOCAL_INPUT_ALLOC(input_external, input_length, input); 2828 LOCAL_INPUT_ALLOC(mac_external, mac_length, mac); [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 575 * `LOCAL_INPUT_ALLOC(input, input_size, input_copy)`, which tries to allocate an input using `psa_c… 581 * `LOCAL_OUTPUT_ALLOC(output, output_size, output_copy)`, analogous to `LOCAL_INPUT_ALLOC()` for ou… 605 LOCAL_INPUT_ALLOC(input_external, input);
|