Home
last modified time | relevance | path

Searched refs:SIZEOF_RSA_PUB_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()
H A Dpdb.h517 #define SIZEOF_RSA_PUB_PDB (2 * sizeof(u32) + 4 * caam_ptr_sz) macro