outbuf_dec 3663 crypto/testmgr.c void *outbuf_dec = NULL; outbuf_dec 3781 crypto/testmgr.c outbuf_dec = kzalloc(out_len_max, GFP_KERNEL); outbuf_dec 3782 crypto/testmgr.c if (!outbuf_dec) { outbuf_dec 3793 crypto/testmgr.c sg_init_one(&dst, outbuf_dec, out_len_max); outbuf_dec 3814 crypto/testmgr.c if (memchr_inv(outbuf_dec, 0, out_len - m_size) || outbuf_dec 3815 crypto/testmgr.c memcmp(m, outbuf_dec + out_len - m_size, m_size)) { outbuf_dec 3817 crypto/testmgr.c hexdump(outbuf_dec, out_len); outbuf_dec 3821 crypto/testmgr.c kfree(outbuf_dec);