Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dtestmgr.c709 struct cipher_test_sglists *tsgls; in alloc_cipher_test_sglists() local
711 tsgls = kmalloc(sizeof(*tsgls), GFP_KERNEL); in alloc_cipher_test_sglists()
712 if (!tsgls) in alloc_cipher_test_sglists()
715 if (init_test_sglist(&tsgls->src) != 0) in alloc_cipher_test_sglists()
717 if (init_test_sglist(&tsgls->dst) != 0) in alloc_cipher_test_sglists()
720 return tsgls; in alloc_cipher_test_sglists()
723 destroy_test_sglist(&tsgls->src); in alloc_cipher_test_sglists()
725 kfree(tsgls); in alloc_cipher_test_sglists()
729 static void free_cipher_test_sglists(struct cipher_test_sglists *tsgls) in free_cipher_test_sglists() argument
731 if (tsgls) { in free_cipher_test_sglists()
[all …]