Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c712 struct cipher_test_sglists *tsgls; in alloc_cipher_test_sglists() local
714 tsgls = kmalloc(sizeof(*tsgls), GFP_KERNEL); in alloc_cipher_test_sglists()
715 if (!tsgls) in alloc_cipher_test_sglists()
718 if (init_test_sglist(&tsgls->src) != 0) in alloc_cipher_test_sglists()
720 if (init_test_sglist(&tsgls->dst) != 0) in alloc_cipher_test_sglists()
723 return tsgls; in alloc_cipher_test_sglists()
726 destroy_test_sglist(&tsgls->src); in alloc_cipher_test_sglists()
728 kfree(tsgls); in alloc_cipher_test_sglists()
732 static void free_cipher_test_sglists(struct cipher_test_sglists *tsgls) in free_cipher_test_sglists() argument
734 if (tsgls) { in free_cipher_test_sglists()
[all …]