Searched refs:LOCAL_INPUT_FREE (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto.c | 214 #define LOCAL_INPUT_FREE(input, input_copy) \ macro 275 #define LOCAL_INPUT_FREE(input, input_copy) \ macro 2158 LOCAL_INPUT_FREE(data_external, data); in psa_import_key() 2448 LOCAL_INPUT_FREE(input_external, input); in psa_hash_update() 2522 LOCAL_INPUT_FREE(hash_external, hash); in psa_hash_verify() 2548 LOCAL_INPUT_FREE(input_external, input); in psa_hash_compute() 2590 LOCAL_INPUT_FREE(input_external, input); in psa_hash_compare() 2591 LOCAL_INPUT_FREE(hash_external, hash); in psa_hash_compare() 2799 LOCAL_INPUT_FREE(input_external, input); in psa_mac_update() 2892 LOCAL_INPUT_FREE(mac_external, mac); in psa_mac_verify_finish() [all …]
|