Searched refs:outbuf_dec (Results 1 – 1 of 1) sorted by relevance
1855 void *outbuf_dec = NULL; in do_test_rsa() local1920 outbuf_dec = kzalloc(out_len_max, GFP_KERNEL); in do_test_rsa()1921 if (!outbuf_dec) { in do_test_rsa()1932 sg_init_one(&dst, outbuf_dec, out_len_max); in do_test_rsa()1949 if (memcmp(vecs->m, outbuf_dec, vecs->m_size)) { in do_test_rsa()1954 kfree(outbuf_dec); in do_test_rsa()