Hello,
The key length used to copy the key to offloading drivers and to store
it is wrong and was working by chance as it matched the default key
length. But using a different key length fails. Fix it by using instead
the max length accepted in uAPI to store the key and the actual key
length when copying it.
This was tested on the MSCC PHY driver but not on the Atlantic MAC
(looking at the code it looks ok, but testing would be appreciated).
Thanks,
Antoine
Antoine Tenart (3):
net: macsec: fix the length used to copy the key for offloading
net: phy: mscc: fix macsec key length
net: atlantic: fix the macsec key length
drivers/net/ethernet/aquantia/atlantic/aq_macsec.h | 4 ++--
drivers/net/macsec.c | 4 ++--
drivers/net/phy/mscc/mscc_macsec.c | 2 +-
drivers/net/phy/mscc/mscc_macsec.h | 2 +-
include/net/macsec.h | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
--
2.31.1