Home
last modified time | relevance | path

Searched refs:tsgls (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/crypto/
H A Dtestmgr.c749 tsgls = kmalloc(sizeof(*tsgls), GFP_KERNEL); in alloc_cipher_test_sglists()
750 if (!tsgls) in alloc_cipher_test_sglists()
804 tsgls->dst.sgl_ptr = tsgls->src.sgl; in build_cipher_test_sglists()
805 tsgls->dst.nents = tsgls->src.nents; in build_cipher_test_sglists()
814 memcpy(tsgls->dst.sgl, tsgls->src.sgl, in build_cipher_test_sglists()
816 memcpy(tsgls->dst.sgl_saved, tsgls->src.sgl, in build_cipher_test_sglists()
818 tsgls->dst.sgl_ptr = tsgls->dst.sgl; in build_cipher_test_sglists()
819 tsgls->dst.nents = tsgls->src.nents; in build_cipher_test_sglists()
2193 if (tsgls->dst.sgl_ptr != tsgls->src.sgl && in test_aead_vec_cfg()
2642 ctx->tsgls = tsgls; in test_aead_extra()
[all …]