Home
last modified time | relevance | path

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

/aosp12/system/security/keystore/include/keystore/
H A Dkeystore_hidl_support.h88 inline static hidl_vec<uint8_t> authToken2HidlVec(const Km3HardwareAuthToken& token) { in authToken2HidlVec()
119 inline static Km3HardwareAuthToken hidlVec2Km3AuthToken(const hidl_vec<uint8_t>& buffer) { in hidlVec2Km3AuthToken()
120 Km3HardwareAuthToken token; in hidlVec2Km3AuthToken()
H A Dkeymaster_types.h98 using Km3HardwareAuthToken = ::android::hardware::keymaster::V3_0::HardwareAuthToken; variable
/aosp12/system/security/keystore/tests/
H A Dauth_token_formatting_test.cpp85 static const Km3HardwareAuthToken km3_hidl_test_token_little_endian = {
146 Km3HardwareAuthToken km3_from_hidl = hidlVec2Km3AuthToken(hidl_from_km4); in TEST()