Home
last modified time | relevance | path

Searched refs:hash_device_data (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/crypto/ux500/hash/
Dhash_alg.h333 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,
Dhash_core.c85 static void hash_messagepad(struct hash_device_data *device_data,
93 static void release_hash_device(struct hash_device_data *device_data) in release_hash_device()
107 static void hash_dma_setup_channel(struct hash_device_data *device_data, in hash_dma_setup_channel()
217 struct hash_device_data *device_data, in get_empty_message_digest()
283 static int hash_disable_power(struct hash_device_data *device_data, in hash_disable_power()
320 static int hash_enable_power(struct hash_device_data *device_data, in hash_enable_power()
366 struct hash_device_data **device_data) in hash_get_device_data()
371 struct hash_device_data *local_device_data = NULL; in hash_get_device_data()
383 struct hash_device_data, list_node); in hash_get_device_data()
426 static void hash_hw_write_key(struct hash_device_data *device_data, in hash_hw_write_key()
[all …]