Searched refs:eMacKey (Results 1 – 4 of 4) sorted by relevance
465 optional<vector<uint8_t>> eMacKey = in TEST_P() local474 eMacKey.value()); // EMacKey in TEST_P()496 eMacKey.value()); // EMacKey in TEST_P()518 eMacKey.value()); // EMacKey in TEST_P()
527 optional<vector<uint8_t>> eMacKey = in TEST() local531 ASSERT_TRUE(eMacKey); in TEST()532 ASSERT_EQ(support::encodeHex(eMacKey.value()), in TEST()632 eMacKey.value()); // EMacKey in TEST()
377 const vector<uint8_t>& eMacKey);
2131 const vector<uint8_t>& eMacKey) { in calcMac() argument2148 support::coseMac0(eMacKey, {}, // payload in calcMac()