Home
last modified time | relevance | path

Searched refs:init_job_desc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/crypto/caam/
Dkey_gen.c81 init_job_desc(desc, 0); in gen_split_key()
Ddesc_constr.h124 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()
Dcaamrng.c68 init_job_desc(desc, 0); /* + 1 cmd_sz */ in caam_init_desc()
Dctrl.c38 init_job_desc(desc, 0); in build_instantiation_desc()
73 init_job_desc(desc, 0); in build_deinstantiation_desc()
Dcaamhash.c374 init_job_desc(desc, 0); in hash_digest_key()