Searched refs:out_len_max (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | testmgr.c | 2059 unsigned int out_len_max; in do_test_kpp() local 2073 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp() 2074 output_buf = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp() 2082 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 2083 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 2097 a_public = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp() 2102 memcpy(a_public, sg_virt(req->dst), out_len_max); in do_test_kpp() 2123 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() 2125 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 2154 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp() [all …]
|