Searched refs:LOCAL_OUTPUT_ALLOC (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | psa_crypto.c | 240 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro 277 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro 1508 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_key() 1620 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_public_key() 2379 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_finish() 2441 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_compute() 2698 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_sign_finish() 2856 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_compute() 3096 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_message() 3228 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_hash() [all …]
|
/openthread-latest/third_party/mbedtls/repo/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);
|