Home
last modified time | relevance | path

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

/crypto/
Dtestmgr.c682 struct cipher_test_sglists *tsgls; in alloc_cipher_test_sglists() local
684 tsgls = kmalloc(sizeof(*tsgls), GFP_KERNEL); in alloc_cipher_test_sglists()
685 if (!tsgls) in alloc_cipher_test_sglists()
688 if (init_test_sglist(&tsgls->src) != 0) in alloc_cipher_test_sglists()
690 if (init_test_sglist(&tsgls->dst) != 0) in alloc_cipher_test_sglists()
693 return tsgls; in alloc_cipher_test_sglists()
696 destroy_test_sglist(&tsgls->src); in alloc_cipher_test_sglists()
698 kfree(tsgls); in alloc_cipher_test_sglists()
702 static void free_cipher_test_sglists(struct cipher_test_sglists *tsgls) in free_cipher_test_sglists() argument
704 if (tsgls) { in free_cipher_test_sglists()
[all …]