Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c892 struct buffer_desc src_hook; in ablk_perform() local
934 if (!chainup_buffers(dev, req->src, nbytes, &src_hook, in ablk_perform()
938 req_ctx->src = src_hook.next; in ablk_perform()
939 crypt->src_buf = src_hook.phys_next; in ablk_perform()
997 struct buffer_desc *buf, src_hook; in aead_perform() local
1061 &src_hook, flags, src_direction); in aead_perform()
1062 req_ctx->src = src_hook.next; in aead_perform()
1063 crypt->src_buf = src_hook.phys_next; in aead_perform()