Home
last modified time | relevance | path

Searched refs:dp_sz (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/crypto/internal/
H A Drsa.h45 size_t dp_sz; member
/openbmc/linux/crypto/
H A Drsa_helper.c116 key->dp_sz = vlen; in rsa_get_dp()
H A Drsa.c309 mpi_key->dp = mpi_read_raw_data(raw_key.dp, raw_key.dp_sz); in rsa_set_priv_key()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c999 rsa_key->dp, rsa_key->dp_sz); in hpre_rsa_setkey_crt()
1075 u16 len = key->p_sz + key->q_sz + key->dp_sz + key->dq_sz + in hpre_is_crt_key()
/openbmc/linux/drivers/crypto/caam/
H A Dcaampkc.c1017 rsa_key->dp = caam_read_rsa_crt(raw_key->dp, raw_key->dp_sz, p_sz); in caam_rsa_set_priv_key_form()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c1055 len = rsa_key->dp_sz; in qat_rsa_setkey_crt()