Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/crypto/
H A Daspeed_acry.c30 #define ACRY_RSA_PARAM_EXP_MASK GENMASK(31, 16) macro
90 reg = (((prop->exp_len << 3) << ACRY_RSA_PARAM_EXP_SHIFT) & ACRY_RSA_PARAM_EXP_MASK) | in aspeed_acry_mod_exp()