Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/
H A Domap-sham.c189 void (*copy_hash)(struct ahash_request *req, int out); member
1086 dd->pdata->copy_hash(req, 0); in omap_sham_hash_one_req()
1151 dd->pdata->copy_hash(req, 1); in omap_sham_finish_req()
1784 .copy_hash = omap_sham_copy_hash_omap2,
1818 .copy_hash = omap_sham_copy_hash_omap4,
1858 .copy_hash = omap_sham_copy_hash_omap4,
/linux-6.15/kernel/trace/
H A Dftrace.c3201 static struct ftrace_hash *copy_hash(struct ftrace_hash *src) in copy_hash() function
3401 *filter_hash = copy_hash(func_hash->filter_hash); in add_first_hash()
3408 *notrace_hash = copy_hash(func_hash->notrace_hash); in add_first_hash()