Searched refs:ccp_op (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/crypto/ccp/
H A Dccp-dev.h221 struct ccp_op;
531 struct ccp_op { 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 *);
H A Dccp-dev-v3.c74 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count)
148 static int ccp_perform_aes(struct ccp_op *op)
179 static int ccp_perform_xts_aes(struct ccp_op *op)
206 static int ccp_perform_sha(struct ccp_op *op)
232 static int ccp_perform_rsa(struct ccp_op *op)
253 static int ccp_perform_passthru(struct ccp_op *op)
294 static int ccp_perform_ecc(struct ccp_op *op)
H A Dccp-ops.c343 struct ccp_op *op, unsigned int block_size,
416 struct ccp_op *op)
433 struct ccp_op op;
481 struct ccp_op op;
638 struct ccp_op op;
921 struct ccp_op op;
1098 struct ccp_op op;
1299 struct ccp_op op;
1494 struct ccp_op op;
1839 struct ccp_op o
[all...]
H A Dccp-dev-v5.c277 static int ccp5_perform_aes(struct ccp_op *op)
322 static int ccp5_perform_xts_aes(struct ccp_op *op)
365 static int ccp5_perform_sha(struct ccp_op *op)
406 static int ccp5_perform_des3(struct ccp_op *op)
449 static int ccp5_perform_rsa(struct ccp_op *op)
491 static int ccp5_perform_passthru(struct ccp_op *op)
552 static int ccp5_perform_ecc(struct ccp_op *op)

Completed in 234 milliseconds