Home
last modified time | relevance | path

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

/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp59 uint8_t *auth_token; in TEST_F() local
82 uint8_t *auth_token; in TEST_F() local
109 uint8_t *auth_token = NULL; in TEST_F() local
154 uint8_t *auth_token = NULL; in TEST_F() local
179 uint8_t *auth_token = NULL; in TEST_F() local
/system/security/keystore/
Dkeymaster_enforcement.h119 ErrorCode AuthorizeUpdate(const AuthorizationSet& auth_set, const HardwareAuthToken& auth_token, in AuthorizeUpdate()
129 ErrorCode AuthorizeFinish(const AuthorizationSet& auth_set, const HardwareAuthToken& auth_token, in AuthorizeFinish()
Dkeymaster_enforcement.cpp75 const HardwareAuthToken& auth_token, in AuthorizeOperation()
102 const HardwareAuthToken& auth_token, in AuthorizeUpdateOrFinish()
150 NullOr<const HardwareAuthToken&> auth_token) { in AuthorizeBegin()
432 const HardwareAuthToken& auth_token, in AuthTokenMatches()
Dauth_token_table.cpp80 void AuthTokenTable::AddAuthenticationToken(HardwareAuthToken&& auth_token) { in AddAuthenticationToken()
/system/keymaster/android_keymaster/
Dkeymaster_enforcement.cpp297 const hw_auth_token_t* auth_token; in AuthorizeBegin() local
453 const hw_auth_token_t** auth_token, in GetAndValidateAuthToken()
493 const hw_auth_token_t* auth_token; in AuthTokenMatches() local
/system/gatekeeper/
Dgatekeeper.cpp148 SizedBuffer auth_token; in Verify() local
226 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken()
Dgatekeeper_messages.cpp183 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer auth_token) { in VerifyResponse()
193 void VerifyResponse::SetVerificationToken(SizedBuffer auth_token) { in SetVerificationToken()
/system/core/trusty/gatekeeper/
Dtrusty_gatekeeper.cpp125 hidl_vec<uint8_t> auth_token( in verify() local
/system/gatekeeper/include/gatekeeper/
Dgatekeeper_messages.h193 SizedBuffer auth_token; member
/system/core/trusty/keymaster/4.0/
DTrustyKeymaster4Device.cpp109 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() local
/system/keymaster/include/keymaster/
Dandroid_keymaster_messages.h889 HardwareAuthToken auth_token; member