Searched refs:pubk_buf (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/crypto/keembay/ |
| D | keembay-ocs-ecc.c | 586 u64 pubk_buf[KMB_ECC_VLI_MAX_DIGITS * 2]; in kmb_ecc_do_shared_secret() local 599 pubk_buf, pubk_len); in kmb_ecc_do_shared_secret() 608 ecc_swap_digits(pubk_buf, pk->x, curve->g.ndigits); in kmb_ecc_do_shared_secret() 609 ecc_swap_digits(&pubk_buf[curve->g.ndigits], pk->y, curve->g.ndigits); in kmb_ecc_do_shared_secret() 667 u64 pubk_buf[KMB_ECC_VLI_MAX_DIGITS * 2]; in kmb_ecc_do_public_key() local 693 ecc_swap_digits(pk->x, pubk_buf, pk->ndigits); in kmb_ecc_do_public_key() 694 ecc_swap_digits(pk->y, &pubk_buf[pk->ndigits], pk->ndigits); in kmb_ecc_do_public_key() 699 pubk_buf, pubk_len); in kmb_ecc_do_public_key()
|