Searched refs:ccp_op (Results 1 – 4 of 4) sorted by relevance
221 struct ccp_op;531 struct ccp_op { 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 *);
74 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()
277 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()
343 struct ccp_op *op, unsigned int block_size, in ccp_prepare_data()416 struct ccp_op *op) in ccp_process_data()433 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()[all …]