Searched refs:CKN (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/macsec/aidl/default/ |
D | MacsecPskPlugin.cpp | 138 const std::vector<uint8_t>& CKN) { in addTestKey() argument 148 ckn = CKN; in addTestKey() 177 aes_kdf(cakCtx, "IEEE8021 ICK", (const uint8_t*)CKN.data(), CKN.size() * 8, 8 * ick.size(), in addTestKey()
|
D | MacsecPskPlugin.h | 40 const std::vector<uint8_t>& CKN) override;
|
/hardware/interfaces/macsec/aidl/aidl_api/android.hardware.macsec/1/android/hardware/macsec/ |
D | IMacsecPskPlugin.aidl | 37 void addTestKey(in byte[] keyId, in byte[] CAK, in byte[] CKN); in addTestKey() argument
|
/hardware/interfaces/macsec/aidl/aidl_api/android.hardware.macsec/current/android/hardware/macsec/ |
D | IMacsecPskPlugin.aidl | 34 void addTestKey(in byte[] keyId, in byte[] CAK, in byte[] CKN); in addTestKey() argument
|
/hardware/interfaces/macsec/aidl/android/hardware/macsec/ |
D | IMacsecPskPlugin.aidl | 34 void addTestKey(in byte[] keyId, in byte[] CAK, in byte[] CKN); in addTestKey() argument
|