We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e9af7 commit 76b9908Copy full SHA for 76b9908
drivers/crypto/caam/caamhash.c
@@ -1255,6 +1255,7 @@ static int ahash_update_no_ctx(struct ahash_request *req)
1255
edesc->sec4_sg_bytes = sec4_sg_bytes;
1256
edesc->sec4_sg = (void *)edesc + sizeof(struct ahash_edesc) +
1257
DESC_JOB_IO_LEN;
1258
+ edesc->dst_dma = 0;
1259
1260
state->buf_dma = buf_map_to_sec4_sg(jrdev, edesc->sec4_sg,
1261
buf, *buflen);
@@ -1454,6 +1455,7 @@ static int ahash_update_first(struct ahash_request *req)
1454
1455
1456
1457
1458
1459
1460
if (src_nents) {
1461
sg_to_sec4_sg_last(req->src, src_nents,
0 commit comments