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

/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c294 * kmb_ecc_do_scalar_op() - Perform Scalar operation using OCS ECC HW.
305 static int kmb_ecc_do_scalar_op(struct ocs_ecc_dev *ecc_dev, u64 *scalar_out, function
376 rc = kmb_ecc_do_scalar_op(ecc_dev, yy, pk->y, pk->y, curve, pk->ndigits,
385 rc = kmb_ecc_do_scalar_op(ecc_dev, xxx, pk->x, w, curve, pk->ndigits,
391 rc = kmb_ecc_do_scalar_op(ecc_dev, w, curve->a, pk->x, curve,
398 rc = kmb_ecc_do_scalar_op(ecc_dev, w, w, curve->b, curve,
405 rc = kmb_ecc_do_scalar_op(ecc_dev, w, xxx, w, curve, pk->ndigits,

Completed in 116 milliseconds