Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/1.0/software/tests/
Dgatekeeper_test.cpp90 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() local
114 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() local
151 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() local
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp93 hidl_vec<uint8_t> auth_token( in verify() local
/hardware/interfaces/gatekeeper/1.0/default/
DGatekeeper.cpp92 uint8_t *auth_token = nullptr; in verify() local
/hardware/interfaces/gatekeeper/1.0/vts/functional/
DVtsHalGatekeeperV1_0TargetTest.cpp59 const hw_auth_token_t *auth_token = in toAuthToken() local
154 const hw_auth_token_t *auth_token = toAuthToken(rsp); in checkVerify() local
/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp101 HardwareAuthToken auth_token; local