Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtestmgr.c728 struct cipher_test_sglists *tsgls; in alloc_cipher_test_sglists() local
730 tsgls = kmalloc(sizeof(*tsgls), GFP_KERNEL); in alloc_cipher_test_sglists()
731 if (!tsgls) in alloc_cipher_test_sglists()
734 if (init_test_sglist(&tsgls->src) != 0) in alloc_cipher_test_sglists()
736 if (init_test_sglist(&tsgls->dst) != 0) in alloc_cipher_test_sglists()
739 return tsgls; in alloc_cipher_test_sglists()
742 destroy_test_sglist(&tsgls->src); in alloc_cipher_test_sglists()
744 kfree(tsgls); in alloc_cipher_test_sglists()
748 static void free_cipher_test_sglists(struct cipher_test_sglists *tsgls) in free_cipher_test_sglists() argument
750 if (tsgls) { in free_cipher_test_sglists()
[all …]