Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c3756 unsigned int out_len_max; in do_test_kpp() local
3770 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp()
3771 output_buf = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp()
3779 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3780 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
3794 a_public = kmemdup(sg_virt(req->dst), out_len_max, GFP_KERNEL); in do_test_kpp()
3818 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3820 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
3848 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3850 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
3938 unsigned int out_len_max, out_len = 0; test_akcipher_one() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c3901 unsigned int out_len_max; in do_test_kpp() local
3915 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp()
3916 output_buf = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp()
3924 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3925 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
3939 a_public = kmemdup(sg_virt(req->dst), out_len_max, GFP_KERNEL); in do_test_kpp()
3963 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3965 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
3993 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3995 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
4083 unsigned int out_len_max, out_len = 0; test_akcipher_one() local
[all...]

Completed in 11 milliseconds