Searched refs:dst_hook (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | ixp4xx_crypto.c | 926 struct buffer_desc dst_hook; in ablk_perform() local 931 if (!chainup_buffers(dev, req->dst, nbytes, &dst_hook, in ablk_perform() 935 req_ctx->dst = dst_hook.next; in ablk_perform() 936 crypt->dst_buf = dst_hook.phys_next; in ablk_perform() 1058 struct buffer_desc dst_hook; in aead_perform() local 1064 &dst_hook, flags, DMA_FROM_DEVICE); in aead_perform() 1065 req_ctx->dst = dst_hook.next; in aead_perform() 1066 crypt->dst_buf = dst_hook.phys_next; in aead_perform()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/ |
H A D | ixp4xx_crypto.c | 1019 struct buffer_desc dst_hook; in ablk_perform() local 1025 if (!chainup_buffers(dev, req->dst, nbytes, &dst_hook, in ablk_perform() 1029 req_ctx->dst = dst_hook.next; in ablk_perform() 1030 crypt->dst_buf = dst_hook.phys_next; in ablk_perform() 1152 struct buffer_desc dst_hook; in aead_perform() local 1158 &dst_hook, flags, DMA_FROM_DEVICE); in aead_perform() 1159 req_ctx->dst = dst_hook.next; in aead_perform() 1160 crypt->dst_buf = dst_hook.phys_next; in aead_perform()
|
Completed in 4 milliseconds