Searched refs:out_len_max (Results 1 – 1 of 1) sorted by relevance
| /linux/crypto/ |
| H A D | testmgr.c | 3590 unsigned int out_len_max; in do_test_kpp() local 3604 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp() 3605 output_buf = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp() 3613 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 3614 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3628 a_public = kmemdup(sg_virt(req->dst), out_len_max, GFP_KERNEL); in do_test_kpp() 3652 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 3654 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3682 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 3684 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() [all …]
|