Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c123 struct cryptocop_private{ struct
125 struct cryptocop_private *next; argument
2317 struct cryptocop_private *dev = filp->private_data; in cryptocop_release()
2318 struct cryptocop_private *dev_next; in cryptocop_release()
2336 struct cryptocop_private *dev = filp->private_data; in cryptocop_ioctl_close_session()
2337 struct cryptocop_private *prev_dev = NULL; in cryptocop_ioctl_close_session()
2478 struct cryptocop_private *dev = filp->private_data; in cryptocop_ioctl_process()
2974 struct cryptocop_private *dev; in cryptocop_ioctl_create_session()
3081 dev = kmalloc(sizeof(struct cryptocop_private), GFP_KERNEL); in cryptocop_ioctl_create_session()