Searched defs:auth_token (Results 1 – 11 of 11) sorted by relevance
/system/gatekeeper/tests/ |
D | gatekeeper_device_test.cpp | 59 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/ |
D | keymaster_enforcement.h | 119 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()
|
D | keymaster_enforcement.cpp | 75 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()
|
D | auth_token_table.cpp | 80 void AuthTokenTable::AddAuthenticationToken(HardwareAuthToken&& auth_token) { in AddAuthenticationToken()
|
/system/keymaster/android_keymaster/ |
D | keymaster_enforcement.cpp | 297 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/ |
D | gatekeeper.cpp | 148 SizedBuffer auth_token; in Verify() local 226 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken()
|
D | gatekeeper_messages.cpp | 183 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer auth_token) { in VerifyResponse() 193 void VerifyResponse::SetVerificationToken(SizedBuffer auth_token) { in SetVerificationToken()
|
/system/core/trusty/gatekeeper/ |
D | trusty_gatekeeper.cpp | 125 hidl_vec<uint8_t> auth_token( in verify() local
|
/system/gatekeeper/include/gatekeeper/ |
D | gatekeeper_messages.h | 193 SizedBuffer auth_token; member
|
/system/core/trusty/keymaster/4.0/ |
D | TrustyKeymaster4Device.cpp | 109 hw_auth_token_t* auth_token = reinterpret_cast<hw_auth_token_t*>(p.blob.data()); in injectAuthToken() local
|
/system/keymaster/include/keymaster/ |
D | android_keymaster_messages.h | 889 HardwareAuthToken auth_token; member
|