out_len_max      3483 crypto/testmgr.c 	unsigned int out_len_max;
out_len_max      3497 crypto/testmgr.c 	out_len_max = crypto_kpp_maxsize(tfm);
out_len_max      3498 crypto/testmgr.c 	output_buf = kzalloc(out_len_max, GFP_KERNEL);
out_len_max      3506 crypto/testmgr.c 	sg_init_one(&dst, output_buf, out_len_max);
out_len_max      3507 crypto/testmgr.c 	kpp_request_set_output(req, &dst, out_len_max);
out_len_max      3521 crypto/testmgr.c 		a_public = kmemdup(sg_virt(req->dst), out_len_max, GFP_KERNEL);
out_len_max      3545 crypto/testmgr.c 	sg_init_one(&dst, output_buf, out_len_max);
out_len_max      3547 crypto/testmgr.c 	kpp_request_set_output(req, &dst, out_len_max);
out_len_max      3575 crypto/testmgr.c 		sg_init_one(&dst, output_buf, out_len_max);
out_len_max      3577 crypto/testmgr.c 		kpp_request_set_output(req, &dst, out_len_max);
out_len_max      3665 crypto/testmgr.c 	unsigned int out_len_max, out_len = 0;
out_len_max      3704 crypto/testmgr.c 	out_len_max = crypto_akcipher_maxsize(tfm);
out_len_max      3705 crypto/testmgr.c 	outbuf_enc = kzalloc(out_len_max, GFP_KERNEL);
out_len_max      3740 crypto/testmgr.c 		sg_init_one(&dst, outbuf_enc, out_len_max);
out_len_max      3742 crypto/testmgr.c 					   out_len_max);
out_len_max      3781 crypto/testmgr.c 	outbuf_dec = kzalloc(out_len_max, GFP_KERNEL);
out_len_max      3793 crypto/testmgr.c 	sg_init_one(&dst, outbuf_dec, out_len_max);
out_len_max      3795 crypto/testmgr.c 	akcipher_request_set_crypt(req, &src, &dst, c_size, out_len_max);