Searched defs:ccp_actions (Results 1 – 1 of 1) sorted by relevance
652 struct ccp_actions { struct653 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 *);663 int (*init)(struct ccp_device *);664 void (*destroy)(struct ccp_device *);[all …]
Completed in 7 milliseconds