Home
last modified time | relevance | path

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

/openbmc/linux/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) in ccp_do_cmd()
148 static int ccp_perform_aes(struct ccp_op *op) in ccp_perform_aes()
179 static int ccp_perform_xts_aes(struct ccp_op *op) in ccp_perform_xts_aes()
206 static int ccp_perform_sha(struct ccp_op *op) in ccp_perform_sha()
232 static int ccp_perform_rsa(struct ccp_op *op) in ccp_perform_rsa()
253 static int ccp_perform_passthru(struct ccp_op *op) in ccp_perform_passthru()
294 static int ccp_perform_ecc(struct ccp_op *op) in ccp_perform_ecc()
H A Dccp-dev-v5.c277 static int ccp5_perform_aes(struct ccp_op *op) in ccp5_perform_aes()
322 static int ccp5_perform_xts_aes(struct ccp_op *op) in ccp5_perform_xts_aes()
365 static int ccp5_perform_sha(struct ccp_op *op) in ccp5_perform_sha()
406 static int ccp5_perform_des3(struct ccp_op *op) in ccp5_perform_des3()
449 static int ccp5_perform_rsa(struct ccp_op *op) in ccp5_perform_rsa()
491 static int ccp5_perform_passthru(struct ccp_op *op) in ccp5_perform_passthru()
552 static int ccp5_perform_ecc(struct ccp_op *op) in ccp5_perform_ecc()
H A Dccp-ops.c433 struct ccp_op op; in ccp_copy_to_from_sb()
481 struct ccp_op op; in ccp_run_aes_cmac_cmd()
638 struct ccp_op op; in ccp_run_aes_gcm_cmd()
921 struct ccp_op op; in ccp_run_aes_cmd()
1098 struct ccp_op op; in ccp_run_xts_aes_cmd()
1299 struct ccp_op op; in ccp_run_des3_cmd()
1494 struct ccp_op op; in ccp_run_sha_cmd()
1839 struct ccp_op op; in ccp_run_rsa_cmd()
1972 struct ccp_op op; in ccp_run_passthru_cmd()
2104 struct ccp_op op; in ccp_run_passthru_nomap_cmd()
[all …]