Home
last modified time | relevance | path

Searched defs:eMacKey (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/cts/tests/tests/identity/src/android/security/identity/cts/
H A DMultiDocumentPresentationTest.java190 SecretKey eMacKey = Util.calcEMacKeyForReader( in checkPresentation() local
H A DDynamicAuthTest.java274 SecretKey eMacKey = Util.calcEMacKeyForReader( in dynamicAuthTest() local
/aosp_15_r20/hardware/interfaces/identity/aidl/vts/
H A DEndToEndTests.cpp475 optional<vector<uint8_t>> eMacKey = in TEST_P() local
/aosp_15_r20/hardware/interfaces/identity/support/tests/
H A DIdentityCredentialSupportTest.cpp527 optional<vector<uint8_t>> eMacKey = in TEST() local
/aosp_15_r20/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp2242 const vector<uint8_t>& eMacKey) { in calcMac()