Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dtestmgr.c3781 unsigned int out_len_max; in do_test_kpp() local
3795 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp()
3796 output_buf = kzalloc(out_len_max, GFP_KERNEL); in do_test_kpp()
3804 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3843 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3873 sg_init_one(&dst, output_buf, out_len_max); in do_test_kpp()
3965 unsigned int out_len_max, out_len = 0; in test_akcipher_one() local
3991 out_len_max = crypto_akcipher_maxsize(tfm); in test_akcipher_one()
4007 sg_init_one(&dst, outbuf_enc, out_len_max); in test_akcipher_one()
4009 out_len_max); in test_akcipher_one()
[all …]