Lines Matching refs:sgl_ptr
549 struct scatterlist *sgl_ptr; member
660 tsgl->sgl_ptr = tsgl->sgl; in build_test_sglist()
685 struct scatterlist *sg = &tsgl->sgl_ptr[i]; in verify_correct_output()
793 tsgls->dst.sgl_ptr = tsgls->src.sgl; in build_cipher_test_sglists()
807 tsgls->dst.sgl_ptr = tsgls->dst.sgl; in build_cipher_test_sglists()
2114 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_aead_vec_cfg()
2128 req->src != tsgls->src.sgl_ptr || in test_aead_vec_cfg()
2129 req->dst != tsgls->dst.sgl_ptr || in test_aead_vec_cfg()
2142 if (req->src != tsgls->src.sgl_ptr) in test_aead_vec_cfg()
2144 if (req->dst != tsgls->dst.sgl_ptr) in test_aead_vec_cfg()
2161 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_aead_vec_cfg()
2883 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_skcipher_vec_cfg()
2895 req->src != tsgls->src.sgl_ptr || in test_skcipher_vec_cfg()
2896 req->dst != tsgls->dst.sgl_ptr || in test_skcipher_vec_cfg()
2907 if (req->src != tsgls->src.sgl_ptr) in test_skcipher_vec_cfg()
2909 if (req->dst != tsgls->dst.sgl_ptr) in test_skcipher_vec_cfg()
2926 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_skcipher_vec_cfg()