Searched refs:LOCAL_INPUT_DECLARE (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto.c | 185 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 269 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 2080 LOCAL_INPUT_DECLARE(data_external, data); in psa_import_key() 2425 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_update() 2494 LOCAL_INPUT_DECLARE(hash_external, hash); in psa_hash_verify() 2530 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_compute() 2559 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_compare() 2560 LOCAL_INPUT_DECLARE(hash_external, hash); in psa_hash_compare() 2773 LOCAL_INPUT_DECLARE(input_external, input); in psa_mac_update() 2867 LOCAL_INPUT_DECLARE(mac_external, mac); in psa_mac_verify_finish() [all …]
|