Searched refs:hash_device_data (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/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 | 86 static void hash_messagepad(struct hash_device_data *device_data, 94 static void release_hash_device(struct hash_device_data *device_data) in release_hash_device() 108 static void hash_dma_setup_channel(struct hash_device_data *device_data, in hash_dma_setup_channel() 218 struct hash_device_data *device_data, in get_empty_message_digest() 284 static int hash_disable_power(struct hash_device_data *device_data, in hash_disable_power() 321 static int hash_enable_power(struct hash_device_data *device_data, in hash_enable_power() 367 struct hash_device_data **device_data) in hash_get_device_data() 372 struct hash_device_data *local_device_data = NULL; in hash_get_device_data() 384 struct hash_device_data, list_node); in hash_get_device_data() 427 static void hash_hw_write_key(struct hash_device_data *device_data, in hash_hw_write_key() [all …]
|