Searched refs:init_job_desc (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamprng.c | 50 init_job_desc(desc, 0); /* + 1 cmd_sz */ in caam_init_reseed_desc() 63 init_job_desc(desc, 0); /* + 1 cmd_sz */ in caam_init_prng_desc()
|
H A D | key_gen.c | 81 init_job_desc(desc, 0); in gen_split_key()
|
H A D | desc_constr.h | 124 static inline void init_job_desc(u32 * const desc, u32 options) in init_job_desc() function 134 init_job_desc(desc, (((pdb_len + 1) << HDR_START_IDX_SHIFT)) | options); in init_job_desc_pdb() 157 init_job_desc(desc, HDR_SHARED | options | in init_job_desc_shared()
|
H A D | caamrng.c | 70 init_job_desc(desc, 0); /* + 1 cmd_sz */ in caam_init_desc()
|
H A D | ctrl.c | 39 init_job_desc(desc, 0); in build_instantiation_desc() 74 init_job_desc(desc, 0); in build_deinstantiation_desc()
|
H A D | caamhash.c | 377 init_job_desc(desc, 0); in hash_digest_key()
|