Lines Matching refs:sgl_ptr
522 struct scatterlist *sgl_ptr; member
633 tsgl->sgl_ptr = tsgl->sgl; in build_test_sglist()
658 struct scatterlist *sg = &tsgl->sgl_ptr[i]; in verify_correct_output()
760 tsgls->dst.sgl_ptr = tsgls->src.sgl; in build_cipher_test_sglists()
2011 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_aead_vec_cfg()
2025 req->src != tsgls->src.sgl_ptr || in test_aead_vec_cfg()
2026 req->dst != tsgls->dst.sgl_ptr || in test_aead_vec_cfg()
2039 if (req->src != tsgls->src.sgl_ptr) in test_aead_vec_cfg()
2041 if (req->dst != tsgls->dst.sgl_ptr) in test_aead_vec_cfg()
2058 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_aead_vec_cfg()
2773 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_skcipher_vec_cfg()
2785 req->src != tsgls->src.sgl_ptr || in test_skcipher_vec_cfg()
2786 req->dst != tsgls->dst.sgl_ptr || in test_skcipher_vec_cfg()
2797 if (req->src != tsgls->src.sgl_ptr) in test_skcipher_vec_cfg()
2799 if (req->dst != tsgls->dst.sgl_ptr) in test_skcipher_vec_cfg()
2816 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_skcipher_vec_cfg()