Lines Matching defs:ccp_actions
652 struct ccp_actions { struct
653 int (*aes)(struct ccp_op *);
654 int (*xts_aes)(struct ccp_op *);
655 int (*des3)(struct ccp_op *);
656 int (*sha)(struct ccp_op *);
657 int (*rsa)(struct ccp_op *);
658 int (*passthru)(struct ccp_op *);
659 int (*ecc)(struct ccp_op *);
660 u32 (*sballoc)(struct ccp_cmd_queue *, unsigned int);
661 void (*sbfree)(struct ccp_cmd_queue *, unsigned int, unsigned int);
662 unsigned int (*get_free_slots)(struct ccp_cmd_queue *);
663 int (*init)(struct ccp_device *);
664 void (*destroy)(struct ccp_device *);
665 irqreturn_t (*irqhandler)(int, void *);