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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dcryptocop.h261 int cryptocop_new_session(cryptocop_session_id *sid, struct cryptocop_transform_init *tinit, int alloc_flag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c1493 int cryptocop_new_session(cryptocop_session_id *sid, struct cryptocop_transform_init *tinit, int alloc_flag) function
1508 DEBUG_API(printk("cryptocop_new_session, bad transform\n"));
1514 DEBUG_API(printk("cryptocop_new_session, no transforms specified\n"));
1520 DEBUG_API(printk("cryptocop_new_session, kmalloc cryptocop_session\n"));
1526 DEBUG_API(printk("cryptocop_new_session, kmalloc cryptocop_transform_ctx\n"));
1536 DEBUG_API(printk("cryptocop_new_session, duplicate transform ids\n"));
3083 err = cryptocop_new_session(&sid, tis, GFP_KERNEL);
3084 DEBUG({ if (err) printk("create session, cryptocop_new_session %d\n", err);});

Completed in 60 milliseconds