Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Decc.h34 #define ECC_CURVE_NIST_P256_DIGITS 4 macro
/openbmc/linux/crypto/
H A Decdh.c158 ctx->ndigits = ECC_CURVE_NIST_P256_DIGITS; in ecdh_nist_p256_init_tfm()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c227 u32 op_size = (curve->g.ndigits > ECC_CURVE_NIST_P256_DIGITS) ? in kmb_ecc_point_mult()
310 u32 op_size = (ndigits > ECC_CURVE_NIST_P256_DIGITS) ? in kmb_ecc_do_scalar_op()