commit | 861e8000ce4118e5de14838fddeedcf3a6b6c2cd | [log] [tgz] |
---|---|---|
author | Keith Mok <keithmok@google.com> | Tue Feb 13 16:41:05 2024 -0800 |
committer | Keith Mok <keithmok@google.com> | Tue Feb 13 16:51:24 2024 -0800 |
tree | 3adb93418910514dd03310dbf4359ed07743ad1c | |
parent | 7e21d5848beb09c232f8b438d0ac360ea28428d8 [diff] |
Fix aidl_psk_aes_unwrap in macsec aidl_psk_aes_unwrap expected the length to be crypto len / 8, however the caller is passing the plaintext len / 8. crypto len is actually 8 bytes more than plaintext len. Compensate that inside aidl_psk_aes_unwrap Bug: 325130686 Test: cuttlefish macsec communication between 2 instances. Change-Id: Ib339ba367069bea177f28ad166bf5947df748296