Home
last modified time | relevance | path

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

/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()
Dctrl.c36 init_job_desc(desc, 0); in build_instantiation_desc()
70 init_job_desc(desc, 0); in build_deinstantiation_desc()
Dcaamhash.c396 init_job_desc(desc, 0); in hash_digest_key()