Searched refs:LOCAL_OUTPUT_ALLOC (Results 1 – 2 of 2) sorted by relevance
/mbedtls-latest/library/ |
D | psa_crypto.c | 244 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro 281 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro 1546 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_key() 1658 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_public_key() 2435 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); 2497 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); 2754 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); 2912 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); 3152 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); 3284 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); [all …]
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 581 * `LOCAL_OUTPUT_ALLOC(output, output_size, output_copy)`, analogous to `LOCAL_INPUT_ALLOC()` for ou… 606 LOCAL_OUTPUT_ALLOC(output_external, output);
|