Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dtestmgr.c4121 void *outbuf_enc = NULL; in test_akcipher_one() local
4164 outbuf_enc = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()
4165 if (!outbuf_enc) in test_akcipher_one()
4200 sg_init_one(&dst, outbuf_enc, out_len_max); in test_akcipher_one()
4224 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one()
4227 hexdump(outbuf_enc, c_size); in test_akcipher_one()
4248 c = outbuf_enc; in test_akcipher_one()
4288 kfree(outbuf_enc); in test_akcipher_one()