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.c242 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro
279 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \ macro
1539 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_key()
1651 LOCAL_OUTPUT_ALLOC(data_external, data_size, data); in psa_export_public_key()
2479 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_finish()
2541 LOCAL_OUTPUT_ALLOC(hash_external, hash_size, hash); in psa_hash_compute()
2812 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_sign_finish()
2970 LOCAL_OUTPUT_ALLOC(mac_external, mac_size, mac); in psa_mac_compute()
3238 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_message()
3370 LOCAL_OUTPUT_ALLOC(signature_external, signature_size, signature); in psa_sign_hash()
[all …]