Home
last modified time | relevance | path

Searched refs:CAK (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/macsec/aidl/default/
DMacsecPskPlugin.cpp137 const std::vector<uint8_t>& CAK, in addTestKey() argument
139 if (CAK.size() != 16 && CAK.size() != 32) { in addTestKey()
143 if (keyId.size() != CAK.size()) { in addTestKey()
160 CMAC_Init(cakCtx, CAK.data(), CAK.size(), in addTestKey()
161 CAK.size() == 16 ? EVP_aes_128_cbc() : EVP_aes_256_cbc(), NULL); in addTestKey()
165 kek.resize(CAK.size()); in addTestKey()
175 ick.resize(CAK.size()); in addTestKey()
DMacsecPskPlugin.h39 const std::vector<uint8_t>& CAK,
/hardware/interfaces/macsec/aidl/aidl_api/android.hardware.macsec/1/android/hardware/macsec/
DIMacsecPskPlugin.aidl37 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/
DIMacsecPskPlugin.aidl34 void addTestKey(in byte[] keyId, in byte[] CAK, in byte[] CKN); in addTestKey() argument
/hardware/interfaces/macsec/aidl/android/hardware/macsec/
DIMacsecPskPlugin.aidl34 void addTestKey(in byte[] keyId, in byte[] CAK, in byte[] CKN); in addTestKey() argument