Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dtestmgr.c3939 void *outbuf_dec = NULL; in test_akcipher_one() local
4058 outbuf_dec = kzalloc(out_len_max, GFP_KERNEL); in test_akcipher_one()
4059 if (!outbuf_dec) { in test_akcipher_one()
4076 sg_init_one(&dst, outbuf_dec, out_len_max); in test_akcipher_one()
4097 if (memchr_inv(outbuf_dec, 0, out_len - m_size) || in test_akcipher_one()
4098 memcmp(m, outbuf_dec + out_len - m_size, m_size)) { in test_akcipher_one()
4100 hexdump(outbuf_dec, out_len); in test_akcipher_one()
4104 kfree(outbuf_dec); in test_akcipher_one()