Searched refs:out_len_max (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/crypto/ |
D | testmgr.c | 3741 unsigned int out_len_max; in do_test_kpp() local 3755 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp() 3756 output_buf = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp() 3764 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 3765 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3779 a_public = kmemdup(sg_virt(req->dst), out_len_max, GFP_KERNEL); in do_test_kpp() 3803 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 3805 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3833 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 3835 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() [all …]
|