Home
last modified time | relevance | path

Searched refs:LOCAL_OUTPUT_ALLOC (Results 1 – 1 of 1) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto.c240 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro
277 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro
1537 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_key()
1649 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_public_key()
2477 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_finish()
2539 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_compute()
2810 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_sign_finish()
2968 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_compute()
3236 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_message()
3368 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_hash()
[all …]