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

/linux-master/crypto/
H A Dtestmgr.c3897 unsigned int out_len_max; local
3911 out_len_max = crypto_kpp_maxsize(tfm);
3912 output_buf = kzalloc(out_len_max, GFP_KERNEL);
3920 sg_init_one(&dst, output_buf, out_len_max);
3921 kpp_request_set_output(req, &dst, out_len_max);
3935 a_public = kmemdup(sg_virt(req->dst), out_len_max, GFP_KERNEL);
3959 sg_init_one(&dst, output_buf, out_len_max);
3961 kpp_request_set_output(req, &dst, out_len_max);
3989 sg_init_one(&dst, output_buf, out_len_max);
3991 kpp_request_set_output(req, &dst, out_len_max);
4079 unsigned int out_len_max, out_len = 0; local
[all...]

Completed in 206 milliseconds