Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dtestmgr.c3962 void *outbuf_enc = NULL; in test_akcipher_one() local
3992 outbuf_enc = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()
3993 if (!outbuf_enc) in test_akcipher_one()
4007 sg_init_one(&dst, outbuf_enc, out_len_max); in test_akcipher_one()
4025 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one()
4027 hexdump(outbuf_enc, c_size); in test_akcipher_one()
4048 c = outbuf_enc; in test_akcipher_one()
4084 kfree(outbuf_enc); in test_akcipher_one()