Searched defs:jrdev (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/crypto/caam/ |
D | caamrng.c | 73 struct device *jrdev; member 89 static inline void rng_unmap_buf(struct device *jrdev, struct buf_data *bd) in rng_unmap_buf() 98 struct device *jrdev = ctx->jrdev; in rng_unmap_ctx() local 107 static void rng_done(struct device *jrdev, u32 *desc, u32 err, void *context) in rng_done() 129 struct device *jrdev = ctx->jrdev; in submit_job() local 199 struct device *jrdev = ctx->jrdev; in rng_create_sh_desc() local 225 struct device *jrdev = ctx->jrdev; in rng_create_job_desc() local 277 static int caam_init_rng(struct caam_rng_ctx *ctx, struct device *jrdev) in caam_init_rng()
|
D | caamalg.c | 111 struct device *jrdev; member 120 struct device *jrdev = ctx->jrdev; in aead_null_set_sh_desc() local 173 struct device *jrdev = ctx->jrdev; in aead_set_sh_desc() local 311 struct device *jrdev = ctx->jrdev; in gcm_set_sh_desc() local 376 struct device *jrdev = ctx->jrdev; in rfc4106_set_sh_desc() local 444 struct device *jrdev = ctx->jrdev; in rfc4543_set_sh_desc() local 510 struct device *jrdev = ctx->jrdev; in chachapoly_set_sh_desc() local 566 struct device *jrdev = ctx->jrdev; in aead_setkey() local 648 struct device *jrdev = ctx->jrdev; in gcm_setkey() local 671 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local [all …]
|
D | caamhash.c | 100 struct device *jrdev; member 163 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() 182 static inline int buf_map_to_sec4_sg(struct device *jrdev, in buf_map_to_sec4_sg() 205 static inline int ctx_map_to_sec4_sg(struct device *jrdev, in ctx_map_to_sec4_sg() 226 struct device *jrdev = ctx->jrdev; in ahash_set_sh_desc() local 282 struct device *jrdev = ctx->jrdev; in axcbc_set_sh_desc() local 334 struct device *jrdev = ctx->jrdev; in acmac_set_sh_desc() local 384 struct device *jrdev = ctx->jrdev; in hash_digest_key() local 447 struct device *jrdev = ctx->jrdev; in ahash_setkey() local 511 struct device *jrdev = ctx->jrdev; in axcbc_setkey() local [all …]
|
D | error.c | 217 static int report_ccb_status(struct device *jrdev, const u32 status, in report_ccb_status() 264 static int report_jump_status(struct device *jrdev, const u32 status, in report_jump_status() 273 static int report_deco_status(struct device *jrdev, const u32 status, in report_deco_status() 327 static int report_jr_status(struct device *jrdev, const u32 status, in report_jr_status() 336 static int report_cond_code_status(struct device *jrdev, const u32 status, in report_cond_code_status() 345 int caam_strstatus(struct device *jrdev, u32 status, bool qi_v2) in caam_strstatus()
|
D | error.h | 17 #define caam_jr_strstatus(jrdev, status) caam_strstatus(jrdev, status, false) argument
|
D | caamalg_qi.c | 58 struct device *jrdev; member 191 struct device *jrdev = ctx->jrdev; in aead_setkey() local 355 struct device *jrdev = ctx->jrdev; in gcm_setkey() local 461 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local 569 struct device *jrdev = ctx->jrdev; in rfc4543_setkey() local 623 struct device *jrdev = ctx->jrdev; in skcipher_setkey() local 746 struct device *jrdev = ctx->jrdev; in xts_skcipher_setkey() local
|
D | key_gen.c | 44 int gen_split_key(struct device *jrdev, u8 *key_out, in gen_split_key()
|
D | jr.c | 123 struct device *jrdev; in caam_jr_remove() local 499 struct device *jrdev; in caam_jr_probe() local
|
D | caampkc.c | 629 struct device *jrdev = ctx->dev; in caam_rsa_enc() local 671 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f1() local 704 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f2() local 737 struct device *jrdev = ctx->dev; in caam_rsa_dec_priv_f3() local
|