Searched defs:jrdev (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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() 120 struct device *jrdev = ctx->jrdev; in submit_job() local 190 struct device *jrdev = ctx->jrdev; in rng_create_sh_desc() local 219 struct device *jrdev = ctx->jrdev; in rng_create_job_desc() local 271 static int caam_init_rng(struct caam_rng_ctx *ctx, struct device *jrdev) in caam_init_rng()
|
D | caamhash.c | 102 struct device *jrdev; member 140 static inline int map_seq_out_ptr_ctx(u32 *desc, struct device *jrdev, in map_seq_out_ptr_ctx() 157 static inline dma_addr_t map_seq_out_ptr_result(u32 *desc, struct device *jrdev, in map_seq_out_ptr_result() 169 static inline dma_addr_t buf_map_to_sec4_sg(struct device *jrdev, in buf_map_to_sec4_sg() 182 static inline void src_map_to_sec4_sg(struct device *jrdev, in src_map_to_sec4_sg() 196 try_buf_map_to_sec4_sg(struct device *jrdev, struct sec4_sg_entry *sec4_sg, in try_buf_map_to_sec4_sg() 211 static inline int ctx_map_to_sec4_sg(u32 *desc, struct device *jrdev, in ctx_map_to_sec4_sg() 315 struct device *jrdev = ctx->jrdev; in ahash_set_sh_desc() local 440 struct device *jrdev = ctx->jrdev; in hash_digest_key() local 518 struct device *jrdev = ctx->jrdev; in ahash_setkey() local [all …]
|
D | caamalg.c | 182 struct device *jrdev; member 263 struct device *jrdev = ctx->jrdev; in aead_null_set_sh_desc() local 456 struct device *jrdev = ctx->jrdev; in aead_set_sh_desc() local 743 struct device *jrdev = ctx->jrdev; in gcm_set_sh_desc() local 973 struct device *jrdev = ctx->jrdev; in rfc4106_set_sh_desc() local 1254 struct device *jrdev = ctx->jrdev; in rfc4543_set_sh_desc() local 1659 struct device *jrdev = ctx->jrdev; in aead_setkey() local 1722 struct device *jrdev = ctx->jrdev; in gcm_setkey() local 1752 struct device *jrdev = ctx->jrdev; in rfc4106_setkey() local 1791 struct device *jrdev = ctx->jrdev; in rfc4543_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 456 struct device *jrdev; in caam_jr_probe() local
|