Searched refs:tsgls (Results 1 – 1 of 1) sorted by relevance
736 struct cipher_test_sglists *tsgls; in alloc_cipher_test_sglists() local738 tsgls = kmalloc(sizeof(*tsgls), GFP_KERNEL); in alloc_cipher_test_sglists()739 if (!tsgls) in alloc_cipher_test_sglists()742 if (init_test_sglist(&tsgls->src) != 0) in alloc_cipher_test_sglists()744 if (init_test_sglist(&tsgls->dst) != 0) in alloc_cipher_test_sglists()747 return tsgls; in alloc_cipher_test_sglists()750 destroy_test_sglist(&tsgls->src); in alloc_cipher_test_sglists()752 kfree(tsgls); in alloc_cipher_test_sglists()756 static void free_cipher_test_sglists(struct cipher_test_sglists *tsgls) in free_cipher_test_sglists() argument758 if (tsgls) { in free_cipher_test_sglists()[all …]