Home
last modified time | relevance | path

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

/drivers/crypto/ccp/
Dccp-dev.h221 struct ccp_op;
530 struct ccp_op { struct
652 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 *);
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()
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()
Dccp-ops.c324 struct ccp_op *op, unsigned int block_size, in ccp_prepare_data()
397 struct ccp_op *op) in ccp_process_data()
414 struct ccp_op op; in ccp_copy_to_from_sb()
462 struct ccp_op op; in ccp_run_aes_cmac_cmd()
619 struct ccp_op op; in ccp_run_aes_gcm_cmd()
901 struct ccp_op op; in ccp_run_aes_cmd()
1078 struct ccp_op op; in ccp_run_xts_aes_cmd()
1279 struct ccp_op op; in ccp_run_des3_cmd()
1475 struct ccp_op op; in ccp_run_sha_cmd()
1819 struct ccp_op op; in ccp_run_rsa_cmd()
[all …]