Searched refs:out_len_max (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/crypto/ |
D | testmgr.c | 1857 unsigned int out_len_max, out_len = 0; in do_test_rsa() local 1879 out_len_max = crypto_akcipher_maxsize(tfm); in do_test_rsa() 1880 outbuf_enc = kzalloc(out_len_max, GFP_KERNEL); in do_test_rsa() 1892 sg_init_one(&dst, outbuf_enc, out_len_max); in do_test_rsa() 1894 out_len_max); in do_test_rsa() 1920 outbuf_dec = kzalloc(out_len_max, GFP_KERNEL); in do_test_rsa() 1932 sg_init_one(&dst, outbuf_dec, out_len_max); in do_test_rsa() 1934 akcipher_request_set_crypt(req, &src, &dst, vecs->c_size, out_len_max); in do_test_rsa()
|