Lines Matching refs:sgl_ptr
525 struct scatterlist *sgl_ptr; member
636 tsgl->sgl_ptr = tsgl->sgl; in build_test_sglist()
661 struct scatterlist *sg = &tsgl->sgl_ptr[i]; in verify_correct_output()
763 tsgls->dst.sgl_ptr = tsgls->src.sgl; in build_cipher_test_sglists()
2005 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_aead_vec_cfg()
2019 req->src != tsgls->src.sgl_ptr || in test_aead_vec_cfg()
2020 req->dst != tsgls->dst.sgl_ptr || in test_aead_vec_cfg()
2033 if (req->src != tsgls->src.sgl_ptr) in test_aead_vec_cfg()
2035 if (req->dst != tsgls->dst.sgl_ptr) in test_aead_vec_cfg()
2052 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_aead_vec_cfg()
2761 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_skcipher_vec_cfg()
2773 req->src != tsgls->src.sgl_ptr || in test_skcipher_vec_cfg()
2774 req->dst != tsgls->dst.sgl_ptr || in test_skcipher_vec_cfg()
2785 if (req->src != tsgls->src.sgl_ptr) in test_skcipher_vec_cfg()
2787 if (req->dst != tsgls->dst.sgl_ptr) in test_skcipher_vec_cfg()
2804 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_skcipher_vec_cfg()