Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Dixp4xx_crypto.c888 struct buffer_desc src_hook; in ablk_perform() local
930 if (!chainup_buffers(dev, req->src, nbytes, &src_hook, in ablk_perform()
934 req_ctx->src = src_hook.next; in ablk_perform()
935 crypt->src_buf = src_hook.phys_next; in ablk_perform()
993 struct buffer_desc *buf, src_hook; in aead_perform() local
1033 &src_hook, flags, src_direction); in aead_perform()
1034 req_ctx->src = src_hook.next; in aead_perform()
1035 crypt->src_buf = src_hook.phys_next; in aead_perform()