Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Ddesc_constr.h116 size_t pdb_bytes) in init_sh_desc_pdb() argument
118 u32 pdb_len = (pdb_bytes + CAAM_CMD_SZ - 1) / CAAM_CMD_SZ; in init_sh_desc_pdb()
130 size_t pdb_bytes) in init_job_desc_pdb() argument
132 u32 pdb_len = (pdb_bytes + CAAM_CMD_SZ - 1) / CAAM_CMD_SZ; in init_job_desc_pdb()
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h98 static inline void init_job_desc_pdb(u32 *desc, u32 options, size_t pdb_bytes) in init_job_desc_pdb() argument
100 u32 pdb_len = (pdb_bytes + CAAM_CMD_SZ - 1) / CAAM_CMD_SZ; in init_job_desc_pdb()