H A D | testmgr.c | 709 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...] |