Searched refs:tsgls (Results 1 – 1 of 1) sorted by relevance
740 struct cipher_test_sglists *tsgls; in alloc_cipher_test_sglists() local742 tsgls = kmalloc(sizeof(*tsgls), GFP_KERNEL); in alloc_cipher_test_sglists()743 if (!tsgls) in alloc_cipher_test_sglists()746 if (init_test_sglist(&tsgls->src) != 0) in alloc_cipher_test_sglists()748 if (init_test_sglist(&tsgls->dst) != 0) in alloc_cipher_test_sglists()751 return tsgls; in alloc_cipher_test_sglists()754 destroy_test_sglist(&tsgls->src); in alloc_cipher_test_sglists()756 kfree(tsgls); in alloc_cipher_test_sglists()760 static void free_cipher_test_sglists(struct cipher_test_sglists *tsgls) in free_cipher_test_sglists() argument762 if (tsgls) { in free_cipher_test_sglists()[all …]