Lines Matching refs:sgl_ptr
553 struct scatterlist *sgl_ptr; member
664 tsgl->sgl_ptr = tsgl->sgl; in build_test_sglist()
689 struct scatterlist *sg = &tsgl->sgl_ptr[i]; in verify_correct_output()
797 tsgls->dst.sgl_ptr = tsgls->src.sgl; in build_cipher_test_sglists()
811 tsgls->dst.sgl_ptr = tsgls->dst.sgl; in build_cipher_test_sglists()
2139 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_aead_vec_cfg()
2153 req->src != tsgls->src.sgl_ptr || in test_aead_vec_cfg()
2154 req->dst != tsgls->dst.sgl_ptr || in test_aead_vec_cfg()
2167 if (req->src != tsgls->src.sgl_ptr) in test_aead_vec_cfg()
2169 if (req->dst != tsgls->dst.sgl_ptr) in test_aead_vec_cfg()
2186 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_aead_vec_cfg()
2910 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_skcipher_vec_cfg()
2922 req->src != tsgls->src.sgl_ptr || in test_skcipher_vec_cfg()
2923 req->dst != tsgls->dst.sgl_ptr || in test_skcipher_vec_cfg()
2934 if (req->src != tsgls->src.sgl_ptr) in test_skcipher_vec_cfg()
2936 if (req->dst != tsgls->dst.sgl_ptr) in test_skcipher_vec_cfg()
2953 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_skcipher_vec_cfg()