Searched refs:hash_device_data (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/crypto/ux500/hash/ | 
| D | hash_alg.h | 333 	struct hash_device_data	*device; 364 struct hash_device_data {  struct 380 int hash_check_hw(struct hash_device_data *device_data);  argument 382 int hash_setconfiguration(struct hash_device_data *device_data, 385 void hash_begin(struct hash_device_data *device_data, struct hash_ctx *ctx); 387 void hash_get_digest(struct hash_device_data *device_data, 392 int hash_save_state(struct hash_device_data *device_data, 395 int hash_resume_state(struct hash_device_data *device_data,
  | 
| D | hash_core.c | 99 static void hash_messagepad(struct hash_device_data *device_data, 107 static void release_hash_device(struct hash_device_data *device_data)  in release_hash_device() 121 static void hash_dma_setup_channel(struct hash_device_data *device_data,  in hash_dma_setup_channel() 232 		struct hash_device_data *device_data,  in get_empty_message_digest() 298 static int hash_disable_power(struct hash_device_data *device_data,  in hash_disable_power() 335 static int hash_enable_power(struct hash_device_data *device_data,  in hash_enable_power() 381 				struct hash_device_data **device_data)  in hash_get_device_data() 386 	struct hash_device_data *local_device_data = NULL;  in hash_get_device_data() 398 					   struct hash_device_data, list_node);  in hash_get_device_data() 441 static void hash_hw_write_key(struct hash_device_data *device_data,  in hash_hw_write_key() [all …] 
 |