Home
last modified time | relevance | path

Searched refs:init_job_desc_pdb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/caam/
H A Dpkc_desc.c16 init_job_desc_pdb(desc, 0, SIZEOF_RSA_PUB_PDB); in init_rsa_pub_desc()
29 init_job_desc_pdb(desc, 0, SIZEOF_RSA_PRIV_F1_PDB); in init_rsa_priv_f1_desc()
42 init_job_desc_pdb(desc, 0, SIZEOF_RSA_PRIV_F2_PDB); in init_rsa_priv_f2_desc()
59 init_job_desc_pdb(desc, 0, SIZEOF_RSA_PRIV_F3_PDB); in init_rsa_priv_f3_desc()
H A Ddesc_constr.h129 static inline void init_job_desc_pdb(u32 * const desc, u32 options, in init_job_desc_pdb() function