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) \
250 /* Free the local output copy allocated previously by LOCAL_OUTPUT_ALLOC()
255 * - output_copy is the name of the output copy pointer set by LOCAL_OUTPUT_ALLOC()
279 #define LOCAL_OUTPUT_ALLOC(output, length, output_copy) \
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_externa in psa_mac_compute()
240 #define LOCAL_OUTPUT_ALLOC( global() macro
277 #define LOCAL_OUTPUT_ALLOC( global() macro
[all...]