Searched defs:jrdev (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/crypto/caam/ |
D | error.c | 120 static void report_ccb_status(struct device *jrdev, const u32 status, in report_ccb_status() 165 static void report_jump_status(struct device *jrdev, const u32 status, in report_jump_status() 172 static void report_deco_status(struct device *jrdev, const u32 status, in report_deco_status() 201 static void report_jr_status(struct device *jrdev, const u32 status, in report_jr_status() 208 static void report_cond_code_status(struct device *jrdev, const u32 status, in report_cond_code_status() 215 void caam_jr_strstatus(struct device *jrdev, u32 status) in caam_jr_strstatus()
|
D | caamrng.c | 71 struct device *jrdev; member 81 static inline void rng_unmap_buf(struct device *jrdev, struct buf_data *bd) in rng_unmap_buf() 90 struct device *jrdev = ctx->jrdev; in rng_unmap_ctx() local 99 static void rng_done(struct device *jrdev, u32 *desc, u32 err, void *context) in rng_done() 124 struct device *jrdev = ctx->jrdev; in submit_job() local 194 struct device *jrdev = ctx->jrdev; in rng_create_sh_desc() local 223 struct device *jrdev = ctx->jrdev; in rng_create_job_desc() local 275 static int caam_init_rng(struct caam_rng_ctx *ctx, struct device *jrdev) in caam_init_rng()
|
D | caamalg.c | 180 struct device *jrdev; member 260 struct device *jrdev = ctx->jrdev; in aead_null_set_sh_desc() local 435 struct device *jrdev = ctx->jrdev; in aead_set_sh_desc() local 728 struct device *jrdev = ctx->jrdev; in gcm_set_sh_desc() local 928 struct device *jrdev = ctx->jrdev; in rfc4106_set_sh_desc() local 1101 struct device *jrdev = ctx->jrdev; in rfc4543_set_sh_desc() local 1289 struct device *jrdev = ctx->jrdev; in aead_setkey() local 1352 struct device *jrdev = ctx->jrdev; in gcm_setkey() local 1382 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local 1421 struct device *jrdev = ctx->jrdev; in rfc4543_setkey() local [all …]
|
D | caamhash.c | 102 struct device *jrdev; member 149 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() 166 static inline dma_addr_t map_seq_out_ptr_result(u32 *desc, struct device *jrdev, in map_seq_out_ptr_result() 178 static inline dma_addr_t buf_map_to_sec4_sg(struct device *jrdev, in buf_map_to_sec4_sg() 191 static inline void src_map_to_sec4_sg(struct device *jrdev, in src_map_to_sec4_sg() 204 try_buf_map_to_sec4_sg(struct device *jrdev, struct sec4_sg_entry *sec4_sg, in try_buf_map_to_sec4_sg() 219 static inline int ctx_map_to_sec4_sg(u32 *desc, struct device *jrdev, in ctx_map_to_sec4_sg() 323 struct device *jrdev = ctx->jrdev; in ahash_set_sh_desc() local 448 struct device *jrdev = ctx->jrdev; in hash_digest_key() local 526 struct device *jrdev = ctx->jrdev; in ahash_setkey() local [all …]
|
D | key_gen.c | 44 int gen_split_key(struct device *jrdev, u8 *key_out, int split_key_len, in gen_split_key()
|
D | jr.c | 96 struct device *jrdev; in caam_jr_remove() local 473 struct device *jrdev; in caam_jr_probe() local
|