Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c919 struct buffer_desc dst_hook; in ablk_perform() local
924 if (!chainup_buffers(dev, req->dst, nbytes, &dst_hook, in ablk_perform()
928 req_ctx->dst = dst_hook.next; in ablk_perform()
929 crypt->dst_buf = dst_hook.phys_next; in ablk_perform()
1039 struct buffer_desc dst_hook; in aead_perform() local
1045 &dst_hook, flags, DMA_FROM_DEVICE); in aead_perform()
1046 req_ctx->dst = dst_hook.next; in aead_perform()
1047 crypt->dst_buf = dst_hook.phys_next; in aead_perform()