Searched refs:pubk_buf (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/crypto/intel/keembay/ |
D | keembay-ocs-ecc.c | 581 u64 pubk_buf[KMB_ECC_VLI_MAX_DIGITS * 2]; in kmb_ecc_do_shared_secret() local 594 pubk_buf, pubk_len); in kmb_ecc_do_shared_secret() 603 ecc_swap_digits(pubk_buf, pk->x, curve->g.ndigits); in kmb_ecc_do_shared_secret() 604 ecc_swap_digits(&pubk_buf[curve->g.ndigits], pk->y, curve->g.ndigits); in kmb_ecc_do_shared_secret() 662 u64 pubk_buf[KMB_ECC_VLI_MAX_DIGITS * 2]; in kmb_ecc_do_public_key() local 688 ecc_swap_digits(pk->x, pubk_buf, pk->ndigits); in kmb_ecc_do_public_key() 689 ecc_swap_digits(pk->y, &pubk_buf[pk->ndigits], pk->ndigits); in kmb_ecc_do_public_key() 694 pubk_buf, pubk_len); in kmb_ecc_do_public_key()
|