Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Dpdb.h487 #define RSA_PDB_Q_SHIFT 12 macro
488 #define RSA_PDB_Q_MASK (0xFFF << RSA_PDB_Q_SHIFT)
H A Dcaampkc.c558 pdb->p_q_len = (q_sz << RSA_PDB_Q_SHIFT) | p_sz; in set_rsa_priv_f2_pdb()
647 pdb->p_q_len = (q_sz << RSA_PDB_Q_SHIFT) | p_sz; in set_rsa_priv_f3_pdb()