Home
last modified time | relevance | path

Searched refs:pending_sgl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c1374 struct scatterlist *pending_sgl; in test_ahash_vec_cfg() local
1444 pending_sgl = NULL; in test_ahash_vec_cfg()
1448 pending_sgl != NULL) { in test_ahash_vec_cfg()
1452 ahash_request_set_crypt(req, pending_sgl, result, in test_ahash_vec_cfg()
1461 pending_sgl = NULL; in test_ahash_vec_cfg()
1489 if (pending_sgl == NULL) in test_ahash_vec_cfg()
1490 pending_sgl = &tsgl->sgl[i]; in test_ahash_vec_cfg()
1495 ahash_request_set_crypt(req, pending_sgl, result, pending_len); in test_ahash_vec_cfg()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c1470 struct scatterlist *pending_sgl; in test_ahash_vec_cfg() local
1540 pending_sgl = NULL; in test_ahash_vec_cfg()
1544 pending_sgl != NULL) { in test_ahash_vec_cfg()
1548 ahash_request_set_crypt(req, pending_sgl, result, in test_ahash_vec_cfg()
1557 pending_sgl = NULL; in test_ahash_vec_cfg()
1585 if (pending_sgl == NULL) in test_ahash_vec_cfg()
1586 pending_sgl = &tsgl->sgl[i]; in test_ahash_vec_cfg()
1591 ahash_request_set_crypt(req, pending_sgl, result, pending_len); in test_ahash_vec_cfg()

Completed in 13 milliseconds