commit | 690919a58b59a179fb9f70b536367385f976ad6c | [log] [tgz] |
---|---|---|
author | Keith Mok <keithmok@google.com> | Wed Apr 12 15:44:32 2023 +0000 |
committer | Keith Mok <keithmok@google.com> | Mon Oct 16 19:12:21 2023 +0000 |
tree | 012fcc60f6363e87cbb5861d8f8e2fbee5101965 | |
parent | 59414af0680757dcb2a0d093d2d2e0fe4b20b34d [diff] [blame] |
Define MACsec HAL and ref impl Add MACsec HAL interface and reference implementation. This allow OEM to store MACsec PSK key in secure storage and provide functions to use that key, Bug: 254108688 Test: atest VtsHalMacsecPSKPluginV1_0Test Change-Id: Iecfe4828839a1dab81989bf9b178ae41c6f46b82
diff --git a/macsec/OWNERS b/macsec/OWNERS new file mode 100644 index 0000000..6934f86 --- /dev/null +++ b/macsec/OWNERS
@@ -0,0 +1 @@ +keithmok@google.com