Searched defs:jrdev (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
D | caamhash.c | 102 struct device *jrdev; member 141 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() 160 static inline int buf_map_to_sec4_sg(struct device *jrdev, in buf_map_to_sec4_sg() 183 static inline int ctx_map_to_sec4_sg(struct device *jrdev, in ctx_map_to_sec4_sg() 204 struct device *jrdev = ctx->jrdev; in ahash_set_sh_desc() local 260 struct device *jrdev = ctx->jrdev; in axcbc_set_sh_desc() local 312 struct device *jrdev = ctx->jrdev; in acmac_set_sh_desc() local 362 struct device *jrdev = ctx->jrdev; in hash_digest_key() local 425 struct device *jrdev = ctx->jrdev; in ahash_setkey() local 488 struct device *jrdev = ctx->jrdev; in axcbc_setkey() local [all …]
|
D | error.c | 220 static int report_ccb_status(struct device *jrdev, const u32 status, in report_ccb_status() 267 static int report_jump_status(struct device *jrdev, const u32 status, in report_jump_status() 276 static int report_deco_status(struct device *jrdev, const u32 status, in report_deco_status() 330 static int report_jr_status(struct device *jrdev, const u32 status, in report_jr_status() 339 static int report_cond_code_status(struct device *jrdev, const u32 status, in report_cond_code_status() 348 int caam_strstatus(struct device *jrdev, u32 status, bool qi_v2) in caam_strstatus()
|
D | caamalg.c | 115 struct device *jrdev; member 135 struct device *jrdev = ctx->jrdev; in aead_null_set_sh_desc() local 188 struct device *jrdev = ctx->jrdev; in aead_set_sh_desc() local 326 struct device *jrdev = ctx->jrdev; in gcm_set_sh_desc() local 391 struct device *jrdev = ctx->jrdev; in rfc4106_set_sh_desc() local 459 struct device *jrdev = ctx->jrdev; in rfc4543_set_sh_desc() local 525 struct device *jrdev = ctx->jrdev; in chachapoly_set_sh_desc() local 579 struct device *jrdev = ctx->jrdev; in aead_setkey() local 660 struct device *jrdev = ctx->jrdev; in gcm_setkey() local 681 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local [all …]
|
D | caamrng.c | 37 struct device *jrdev; member 55 static void caam_rng_done(struct device *jrdev, u32 *desc, u32 err, in caam_rng_done() 82 static int caam_rng_read_one(struct device *jrdev, in caam_rng_read_one()
|
D | caampkc.c | 374 struct device *jrdev = ctx->dev; in akcipher_do_one_req() local 656 static int akcipher_enqueue_req(struct device *jrdev, in akcipher_enqueue_req() 657 void (*cbk)(struct device *jrdev, u32 *desc, in akcipher_enqueue_req() 708 struct device *jrdev = ctx->dev; in caam_rsa_enc() local 746 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f1() local 775 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f2() local 804 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f3() local
|
D | jr.c | 67 struct device *jrdev = data; in caam_jr_crypto_engine_exit() local 132 struct device *jrdev; in caam_jr_remove() local 510 struct device *jrdev; in caam_jr_probe() local
|
D | error.h | 17 #define caam_jr_strstatus(jrdev, status) caam_strstatus(jrdev, status, false) argument
|
D | key_gen.c | 44 int gen_split_key(struct device *jrdev, u8 *key_out, in gen_split_key()
|
D | caamalg_qi.c | 60 struct device *jrdev; member 199 struct device *jrdev = ctx->jrdev; in aead_setkey() local 362 struct device *jrdev = ctx->jrdev; in gcm_setkey() local 466 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local 572 struct device *jrdev = ctx->jrdev; in rfc4543_setkey() local 624 struct device *jrdev = ctx->jrdev; in skcipher_setkey() local 735 struct device *jrdev = ctx->jrdev; in xts_skcipher_setkey() local
|