Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmevent.h61 uint32 auth_type; /* WLC_E_AUTH */
75 uint32 auth_type; /* WLC_E_AUTH */
/hardware/interfaces/keymaster/4.0/support/
Dkeymaster_utils.cpp75 auto auth_type = htonl(static_cast<uint32_t>(token.authenticatorType)); in authToken2HidlVec() local
76 pos = copy_bytes_to_iterator(auth_type, pos); in authToken2HidlVec()
/hardware/interfaces/gatekeeper/aidl/vts/functional/
DVtsHalGatekeeperTargetTest.cpp58 uint32_t auth_type = static_cast<uint32_t>(rsp.hardwareAuthToken.authenticatorType); in verifyAuthToken() local
61 EXPECT_EQ(HW_AUTH_PASSWORD, auth_type); in verifyAuthToken()
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp68 uint32_t auth_type = ntohl(auth_token->authenticator_type); in toAuthToken() local
71 EXPECT_EQ(HW_AUTH_PASSWORD, auth_type); in toAuthToken()