Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c3935 void *outbuf_enc = NULL; in test_akcipher_one() local
3978 outbuf_enc = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()
3979 if (!outbuf_enc) in test_akcipher_one()
4014 sg_init_one(&dst, outbuf_enc, out_len_max); in test_akcipher_one()
4038 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one()
4041 hexdump(outbuf_enc, c_size); in test_akcipher_one()
4062 c = outbuf_enc; in test_akcipher_one()
4102 kfree(outbuf_enc); in test_akcipher_one()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c4080 void *outbuf_enc = NULL; in test_akcipher_one() local
4123 outbuf_enc = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()
4124 if (!outbuf_enc) in test_akcipher_one()
4159 sg_init_one(&dst, outbuf_enc, out_len_max); in test_akcipher_one()
4183 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one()
4186 hexdump(outbuf_enc, c_size); in test_akcipher_one()
4207 c = outbuf_enc; in test_akcipher_one()
4247 kfree(outbuf_enc); in test_akcipher_one()

Completed in 12 milliseconds