Lines Matching refs:sgl_ptr
541 struct scatterlist *sgl_ptr; member
652 tsgl->sgl_ptr = tsgl->sgl; in build_test_sglist()
677 struct scatterlist *sg = &tsgl->sgl_ptr[i]; in verify_correct_output()
785 tsgls->dst.sgl_ptr = tsgls->src.sgl; in build_cipher_test_sglists()
799 tsgls->dst.sgl_ptr = tsgls->dst.sgl; in build_cipher_test_sglists()
2055 aead_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_aead_vec_cfg()
2069 req->src != tsgls->src.sgl_ptr || in test_aead_vec_cfg()
2070 req->dst != tsgls->dst.sgl_ptr || in test_aead_vec_cfg()
2083 if (req->src != tsgls->src.sgl_ptr) in test_aead_vec_cfg()
2085 if (req->dst != tsgls->dst.sgl_ptr) in test_aead_vec_cfg()
2102 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_aead_vec_cfg()
2812 skcipher_request_set_crypt(req, tsgls->src.sgl_ptr, tsgls->dst.sgl_ptr, in test_skcipher_vec_cfg()
2824 req->src != tsgls->src.sgl_ptr || in test_skcipher_vec_cfg()
2825 req->dst != tsgls->dst.sgl_ptr || in test_skcipher_vec_cfg()
2836 if (req->src != tsgls->src.sgl_ptr) in test_skcipher_vec_cfg()
2838 if (req->dst != tsgls->dst.sgl_ptr) in test_skcipher_vec_cfg()
2855 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_skcipher_vec_cfg()