Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c736 struct cipher_test_sglists *tsgls; in alloc_cipher_test_sglists() local
738 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() argument
766 build_cipher_test_sglists(struct cipher_test_sglists *tsgls, const struct testvec_config *cfg, unsigned int alignmask, unsigned int src_total_len, unsigned int dst_total_len, const struct kvec *inputs, unsigned int nr_inputs) build_cipher_test_sglists() argument
2029 test_aead_vec_cfg(int enc, const struct aead_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec_cfg() argument
2213 test_aead_vec(int enc, const struct aead_testvec *vec, unsigned int vec_num, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec() argument
2263 struct cipher_test_sglists *tsgls; global() member
2592 test_aead_extra(const struct alg_test_desc *test_desc, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_extra() argument
2643 test_aead_extra(const struct alg_test_desc *test_desc, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_extra() argument
2651 test_aead(int enc, const struct aead_test_suite *suite, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead() argument
2673 struct cipher_test_sglists *tsgls = NULL; alg_test_aead() local
2808 test_skcipher_vec_cfg(int enc, const struct cipher_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec_cfg() argument
2972 test_skcipher_vec(int enc, const struct cipher_testvec *vec, unsigned int vec_num, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec() argument
3077 test_skcipher_vs_generic_impl(const char *generic_driver, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vs_generic_impl() argument
3220 test_skcipher_vs_generic_impl(const char *generic_driver, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vs_generic_impl() argument
3228 test_skcipher(int enc, const struct cipher_test_suite *suite, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher() argument
3250 struct cipher_test_sglists *tsgls = NULL; alg_test_skcipher() local
[all...]
/kernel/linux/linux-5.10/crypto/
H A 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
739 build_cipher_test_sglists(struct cipher_test_sglists *tsgls, const struct testvec_config *cfg, unsigned int alignmask, unsigned int src_total_len, unsigned int dst_total_len, const struct kvec *inputs, unsigned int nr_inputs) build_cipher_test_sglists() argument
1926 test_aead_vec_cfg(const char *driver, int enc, const struct aead_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec_cfg() argument
2109 test_aead_vec(const char *driver, int enc, const struct aead_testvec *vec, unsigned int vec_num, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_vec() argument
2157 struct cipher_test_sglists *tsgls; global() member
2479 test_aead_extra(const char *driver, const struct alg_test_desc *test_desc, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_extra() argument
2531 test_aead_extra(const char *driver, const struct alg_test_desc *test_desc, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_extra() argument
2540 test_aead(const char *driver, int enc, const struct aead_test_suite *suite, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead() argument
2564 struct cipher_test_sglists *tsgls = NULL; alg_test_aead() local
2698 test_skcipher_vec_cfg(const char *driver, int enc, const struct cipher_testvec *vec, const char *vec_name, const struct testvec_config *cfg, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec_cfg() argument
2862 test_skcipher_vec(const char *driver, int enc, const struct cipher_testvec *vec, unsigned int vec_num, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vec() argument
2964 test_skcipher_vs_generic_impl(const char *driver, const char *generic_driver, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vs_generic_impl() argument
3102 test_skcipher_vs_generic_impl(const char *driver, const char *generic_driver, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher_vs_generic_impl() argument
3111 test_skcipher(const char *driver, int enc, const struct cipher_test_suite *suite, struct skcipher_request *req, struct cipher_test_sglists *tsgls) test_skcipher() argument
3135 struct cipher_test_sglists *tsgls = NULL; alg_test_skcipher() local
[all...]

Completed in 7 milliseconds