Searched refs:init_job_desc (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jobdesc.c | 155 init_job_desc(desc, 0); in inline_cnstr_jobdesc_blob_dek() 187 init_job_desc(desc, 0); in inline_cnstr_jobdesc_hash() 221 init_job_desc(desc, 0); in inline_cnstr_jobdesc_blob_encap() 244 init_job_desc(desc, 0); in inline_cnstr_jobdesc_blob_decap() 263 init_job_desc(desc, 0); in inline_cnstr_jobdesc_rng_instantiation() 299 init_job_desc(desc, 0); in inline_cnstr_jobdesc_pkha_rsaexp()
|
H A D | desc_constr.h | 93 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc() function 102 init_job_desc(desc, in init_job_desc_pdb()
|
/openbmc/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 | blob_gen.c | 121 init_job_desc(desc, 0); in caam_process_blob()
|
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()
|