result_buf         96 drivers/crypto/qce/ablkcipher.c 	sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ);
result_buf         25 drivers/crypto/qce/dma.c 	dma->result_buf = kmalloc(QCE_RESULT_BUF_SZ + QCE_IGNORE_BUF_SZ,
result_buf         27 drivers/crypto/qce/dma.c 	if (!dma->result_buf) {
result_buf         32 drivers/crypto/qce/dma.c 	dma->ignore_buf = dma->result_buf + QCE_RESULT_BUF_SZ;
result_buf         46 drivers/crypto/qce/dma.c 	kfree(dma->result_buf);
result_buf         33 drivers/crypto/qce/dma.h 	struct qce_result_dump *result_buf;
result_buf         37 drivers/crypto/qce/sha.c 	struct qce_result_dump *result = qce->dma.result_buf;
result_buf         96 drivers/crypto/qce/sha.c 	sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ);
result_buf        373 drivers/md/dm-dust.c 			char *result_buf, unsigned int maxlen)