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 | 187 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 271 #define LOCAL_INPUT_DECLARE(input, input_copy_name) \ macro 2082 LOCAL_INPUT_DECLARE(data_external, data); in psa_import_key() 2427 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_update() 2496 LOCAL_INPUT_DECLARE(hash_external, hash); in psa_hash_verify() 2532 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_compute() 2561 LOCAL_INPUT_DECLARE(input_external, input); in psa_hash_compare() 2562 LOCAL_INPUT_DECLARE(hash_external, hash); in psa_hash_compare() 2775 LOCAL_INPUT_DECLARE(input_external, input); in psa_mac_update() 2869 LOCAL_INPUT_DECLARE(mac_external, mac); in psa_mac_verify_finish() [all …]
|