Home
last modified time | relevance | path

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

/linux/drivers/crypto/
H A Domap-sham.c191 void (*copy_hash)(struct ahash_request *req, int out); member
1088 dd->pdata->copy_hash(req, 0); in omap_sham_hash_one_req()
1153 dd->pdata->copy_hash(req, 1); in omap_sham_finish_req()
1785 .copy_hash = omap_sham_copy_hash_omap2,
1819 .copy_hash = omap_sham_copy_hash_omap4,
1859 .copy_hash = omap_sham_copy_hash_omap4,
/linux/kernel/trace/
H A Dftrace.c3247 static struct ftrace_hash *copy_hash(struct ftrace_hash *src) in copy_hash() function
3447 *filter_hash = copy_hash(func_hash->filter_hash); in add_first_hash()
3454 *notrace_hash = copy_hash(func_hash->notrace_hash); in add_first_hash()