Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtestmgr.c3821 unsigned int out_len_max; in do_test_kpp() local
3835 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp()
3836 output_buf = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp()
3844 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3845 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
3859 a_public = kmemdup(sg_virt(req->dst), out_len_max, GFP_KERNEL); in do_test_kpp()
3883 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3885 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
3913 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3915 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
[all …]