Searched refs:LOCAL_OUTPUT_DECLARE (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto.c | 227 #define LOCAL_OUTPUT_DECLARE(output, output_copy_name) \ macro 275 #define LOCAL_OUTPUT_DECLARE(output, output_copy_name) \ macro 1512 LOCAL_OUTPUT_DECLARE(data_external, data); in psa_export_key() 1628 LOCAL_OUTPUT_DECLARE(data_external, data); in psa_export_public_key() 2475 LOCAL_OUTPUT_DECLARE(hash_external, hash); in psa_hash_finish() 2531 LOCAL_OUTPUT_DECLARE(hash_external, hash); in psa_hash_compute() 2809 LOCAL_OUTPUT_DECLARE(mac_external, mac); in psa_mac_sign_finish() 2965 LOCAL_OUTPUT_DECLARE(mac_external, mac); in psa_mac_compute() 3233 LOCAL_OUTPUT_DECLARE(signature_external, signature); in psa_sign_message() 3365 LOCAL_OUTPUT_DECLARE(signature_external, signature); in psa_sign_hash() [all …]
|