Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/tests/
H A Dauth_token_formatting_test.cpp106 ASSERT_EQ(km4_hidl_test_token, hidlVec2AuthToken(hidl_test_token)); in TEST()
129 ASSERT_EQ(km4_hidl_test_token, hidlVec2AuthToken(authToken2HidlVec(km4_hidl_test_token))); in TEST()
144 HardwareAuthToken km4_from_hidl = hidlVec2AuthToken(hidl_test_token); in TEST()
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A Dkeymaster_utils.h24 using V4_0::support::hidlVec2AuthToken;
/aosp12/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_utils.h54 HardwareAuthToken hidlVec2AuthToken(const hidl_vec<uint8_t>& buffer);
/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h36 using android::hardware::keymaster::V4_0::support::hidlVec2AuthToken;
/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp88 HardwareAuthToken hidlVec2AuthToken(const hidl_vec<uint8_t>& buffer) { in hidlVec2AuthToken() function