Searched defs:ccp_actions (Results 1 – 1 of 1) sorted by relevance
651 struct ccp_actions { struct652 int (*aes)(struct ccp_op *);653 int (*xts_aes)(struct ccp_op *);654 int (*des3)(struct ccp_op *);655 int (*sha)(struct ccp_op *);656 int (*rsa)(struct ccp_op *);657 int (*passthru)(struct ccp_op *);658 int (*ecc)(struct ccp_op *);659 u32 (*sballoc)(struct ccp_cmd_queue *, unsigned int);660 void (*sbfree)(struct ccp_cmd_queue *, unsigned int, unsigned int);[all …]