Searched refs:outbuf_enc (Results 1 – 1 of 1) sorted by relevance
2235 void *outbuf_enc = NULL; in test_akcipher_one() local2262 outbuf_enc = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()2263 if (!outbuf_enc) in test_akcipher_one()2274 sg_init_one(&dst, outbuf_enc, out_len_max); in test_akcipher_one()2295 if (memcmp(vecs->c, outbuf_enc, vecs->c_size)) { in test_akcipher_one()2297 hexdump(outbuf_enc, vecs->c_size); in test_akcipher_one()2348 kfree(outbuf_enc); in test_akcipher_one()