Searched refs:src_hook (Results 1 – 1 of 1) sorted by relevance
876 struct buffer_desc src_hook; in ablk_perform() local918 if (!chainup_buffers(dev, req->src, nbytes, &src_hook, in ablk_perform()922 req_ctx->src = src_hook.next; in ablk_perform()923 crypt->src_buf = src_hook.phys_next; in ablk_perform()999 struct buffer_desc *buf, src_hook; in aead_perform() local1041 buf = chainup_buffers(dev, req->assoc, req->assoclen, &src_hook, in aead_perform()1043 req_ctx->buffer = src_hook.next; in aead_perform()1044 crypt->src_buf = src_hook.phys_next; in aead_perform()