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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c2496 unsigned char *digest_result = NULL; local
2648 digest_result = kmalloc(digest_length, GFP_KERNEL);
2649 if (!digest_result) {
2650 DEBUG_API(printk("cryptocop_ioctl_process: kmalloc digest_result\n"));
2654 DEBUG(memset(digest_result, 0xff, digest_length));
2864 cop->tfrm_op.outdata[iovix].iov_base = digest_result;
2913 err = copy_to_user((unsigned char*)crp_oper + offsetof(struct strcop_crypto_op, digest), digest_result, digest_length);
2950 kfree(digest_result);

Completed in 113 milliseconds