Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c3936 void *outbuf_dec = NULL; in test_akcipher_one() local
4055 outbuf_dec = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()
4056 if (!outbuf_dec) { in test_akcipher_one()
4073 sg_init_one(&dst, outbuf_dec, out_len_max); in test_akcipher_one()
4094 if (memchr_inv(outbuf_dec, 0, out_len - m_size) || in test_akcipher_one()
4095 memcmp(m, outbuf_dec + out_len - m_size, m_size)) { in test_akcipher_one()
4097 hexdump(outbuf_dec, out_len); in test_akcipher_one()
4101 kfree(outbuf_dec); in test_akcipher_one()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c4081 void *outbuf_dec = NULL; in test_akcipher_one() local
4200 outbuf_dec = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()
4201 if (!outbuf_dec) { in test_akcipher_one()
4218 sg_init_one(&dst, outbuf_dec, out_len_max); in test_akcipher_one()
4239 if (memchr_inv(outbuf_dec, 0, out_len - m_size) || in test_akcipher_one()
4240 memcmp(m, outbuf_dec + out_len - m_size, m_size)) { in test_akcipher_one()
4242 hexdump(outbuf_dec, out_len); in test_akcipher_one()
4246 kfree(outbuf_dec); in test_akcipher_one()

Completed in 12 milliseconds