Home
last modified time | relevance | path

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

/openbmc/linux/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()