Home
last modified time | relevance | path

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

/hardware/interfaces/macsec/aidl/default/
DMacsecPskPlugin.cpp147 std::vector<uint8_t> ckn; in addTestKey() local
148 ckn = CKN; in addTestKey()
149 ckn.resize(16); // make sure it is always zero padded with maximum length of in addTestKey()
167 aes_kdf(cakCtx, "IEEE8021 KEK", (const uint8_t*)ckn.data(), ckn.size() * 8, 8 * kek.size(), in addTestKey()