Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/vts/
H A DEndToEndTests.cpp465 optional<vector<uint8_t>> eMacKey = in TEST_P() local
474 eMacKey.value()); // EMacKey in TEST_P()
496 eMacKey.value()); // EMacKey in TEST_P()
518 eMacKey.value()); // EMacKey in TEST_P()
/aosp12/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp527 optional<vector<uint8_t>> eMacKey = in TEST() local
531 ASSERT_TRUE(eMacKey); in TEST()
532 ASSERT_EQ(support::encodeHex(eMacKey.value()), in TEST()
632 eMacKey.value()); // EMacKey in TEST()
/aosp12/hardware/interfaces/identity/support/include/android/hardware/identity/support/
H A DIdentityCredentialSupport.h377 const vector<uint8_t>& eMacKey);
/aosp12/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp2131 const vector<uint8_t>& eMacKey) { in calcMac() argument
2148 support::coseMac0(eMacKey, {}, // payload in calcMac()