Home
last modified time | relevance | path

Searched refs:RSA_PDB_Q_SHIFT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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.c549 pdb->p_q_len = (q_sz << RSA_PDB_Q_SHIFT) | p_sz; in set_rsa_priv_f2_pdb()
638 pdb->p_q_len = (q_sz << RSA_PDB_Q_SHIFT) | p_sz; in set_rsa_priv_f3_pdb()
/kernel/linux/linux-6.6/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()

Completed in 7 milliseconds