Searched refs:init_job_desc (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | jobdesc.c | 156 init_job_desc(desc, 0); in inline_cnstr_jobdesc_blob_dek() 188 init_job_desc(desc, 0); in inline_cnstr_jobdesc_hash() 222 init_job_desc(desc, 0); in inline_cnstr_jobdesc_blob_encap() 245 init_job_desc(desc, 0); in inline_cnstr_jobdesc_blob_decap() 264 init_job_desc(desc, 0); in inline_cnstr_jobdesc_rng_instantiation() 297 init_job_desc(desc, 0); in inline_cnstr_jobdesc_pkha_rsaexp()
|
| H A D | desc_constr.h | 94 static inline void init_job_desc(u32 *desc, u32 options) in init_job_desc() function 103 init_job_desc(desc, in init_job_desc_pdb()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| 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 | ctrl.c | 38 init_job_desc(desc, 0); in build_instantiation_desc() 73 init_job_desc(desc, 0); in build_deinstantiation_desc()
|
| H A D | caamrng.c | 68 init_job_desc(desc, 0); /* + 1 cmd_sz */ in caam_init_desc()
|
| H A D | caamhash.c | 374 init_job_desc(desc, 0); in hash_digest_key()
|