Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccp/
Dccp-dev.h224 struct ccp_op;
532 struct ccp_op { struct
654 int (*aes)(struct ccp_op *);
655 int (*xts_aes)(struct ccp_op *);
656 int (*des3)(struct ccp_op *);
657 int (*sha)(struct ccp_op *);
658 int (*rsa)(struct ccp_op *);
659 int (*passthru)(struct ccp_op *);
660 int (*ecc)(struct ccp_op *);
Dccp-dev-v3.c78 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) in ccp_do_cmd()
152 static int ccp_perform_aes(struct ccp_op *op) in ccp_perform_aes()
183 static int ccp_perform_xts_aes(struct ccp_op *op) in ccp_perform_xts_aes()
210 static int ccp_perform_sha(struct ccp_op *op) in ccp_perform_sha()
236 static int ccp_perform_rsa(struct ccp_op *op) in ccp_perform_rsa()
257 static int ccp_perform_passthru(struct ccp_op *op) in ccp_perform_passthru()
298 static int ccp_perform_ecc(struct ccp_op *op) in ccp_perform_ecc()
Dccp-dev-v5.c283 static int ccp5_perform_aes(struct ccp_op *op) in ccp5_perform_aes()
328 static int ccp5_perform_xts_aes(struct ccp_op *op) in ccp5_perform_xts_aes()
371 static int ccp5_perform_sha(struct ccp_op *op) in ccp5_perform_sha()
412 static int ccp5_perform_des3(struct ccp_op *op) in ccp5_perform_des3()
455 static int ccp5_perform_rsa(struct ccp_op *op) in ccp5_perform_rsa()
497 static int ccp5_perform_passthru(struct ccp_op *op) in ccp5_perform_passthru()
558 static int ccp5_perform_ecc(struct ccp_op *op) in ccp5_perform_ecc()
Dccp-ops.c329 struct ccp_op *op, unsigned int block_size, in ccp_prepare_data()
402 struct ccp_op *op) in ccp_process_data()
419 struct ccp_op op; in ccp_copy_to_from_sb()
467 struct ccp_op op; in ccp_run_aes_cmac_cmd()
624 struct ccp_op op; in ccp_run_aes_gcm_cmd()
879 struct ccp_op op; in ccp_run_aes_cmd()
1063 struct ccp_op op; in ccp_run_xts_aes_cmd()
1263 struct ccp_op op; in ccp_run_des3_cmd()
1465 struct ccp_op op; in ccp_run_sha_cmd()
1808 struct ccp_op op; in ccp_run_rsa_cmd()
[all …]