Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_digest_unittest.cc712 std::string auth_token; in TEST() local
726 std::string auth_token; in TEST() local
740 std::string auth_token; in TEST() local
754 std::string auth_token; in TEST() local
768 std::string auth_token; in TEST() local
782 std::string auth_token; in TEST() local
796 std::string auth_token; in TEST() local
811 std::string auth_token; in TEST() local
H A Dhttp_auth_sspi_win_unittest.cc103 std::string auth_token; in TEST() local
139 std::string auth_token; in TEST() local
162 std::string auth_token; in TEST() local
184 std::string auth_token; in TEST() local
227 std::string auth_token; in TEST() local
H A Dhttp_auth_ntlm_mechanism.cc50 int SetAuthTokenFromBinaryToken(std::string* auth_token, in SetAuthTokenFromBinaryToken()
117 std::string* auth_token, in GenerateAuthToken()
H A Dhttp_auth_gssapi_posix_unittest.cc292 std::string auth_token; in TEST() local
343 std::string auth_token; in TEST() local
367 std::string auth_token; in TEST() local
H A Dhttp_auth_handler_negotiate_unittest.cc514 std::string* auth_token, in GenerateAuthToken()
547 std::string auth_token; in TEST_F() local
H A Dhttp_auth_handler_unittest.cc33 std::string auth_token; in TEST() local
H A Dhttp_auth_handler_ntlm_portable.cc61 std::string* auth_token) { in GenerateAuthTokenImpl()
H A Dhttp_auth_handler_ntlm_win.cc56 std::string* auth_token) { in GenerateAuthTokenImpl()
H A Dhttp_auth_handler.cc58 std::string* auth_token) { in GenerateAuthToken()
H A Dhttp_auth_handler_basic.cc88 std::string* auth_token) { in GenerateAuthTokenImpl()
H A Dhttp_auth_handler_mock.cc80 std::string* auth_token) { in GenerateAuthTokenImpl()
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/software/tests/
H A 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
/aosp_15_r20/system/keymaster/android_keymaster/
H A Dkeymaster_enforcement.cpp287 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
/aosp_15_r20/external/cronet/net/android/
H A Dhttp_auth_negotiate_android.cc98 std::string* auth_token, in GenerateAuthTokenAndroid()
108 std::string* auth_token, in GenerateAuthToken()
/aosp_15_r20/system/keymint/wire/src/
H A Dtypes.rs182 pub auth_token: Option<HardwareAuthToken>, field
253 pub auth_token: Option<HardwareAuthToken>, field
262 pub auth_token: Option<HardwareAuthToken>, field
274 pub auth_token: Option<HardwareAuthToken>, field
/aosp_15_r20/system/gatekeeper/
H A Dgatekeeper.cpp161 SizedBuffer auth_token; in Verify() local
253 gatekeeper_error_t GateKeeper::MintAuthToken(SizedBuffer *auth_token, in MintAuthToken()
H A Dgatekeeper_messages.cpp199 VerifyResponse::VerifyResponse(uint32_t user_id, SizedBuffer auth_token) { in VerifyResponse()
209 void VerifyResponse::SetVerificationToken(SizedBuffer auth_token) { in SetVerificationToken()
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/vts/functional/
H A 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
/aosp_15_r20/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/
H A Dservice.proto1522 string auth_token = 4 [(google.api.field_behavior) = OPTIONAL]; field
1647 string auth_token = 5 [(google.api.field_behavior) = OPTIONAL]; field
2085 string auth_token = 4; field
/aosp_15_r20/system/keymint/ta/src/
H A Doperation.rs214 let auth_token = auth_token.ok_or_else(|| { in begin_operation() localVariable
823 let auth_token = auth_token.ok_or_else(|| { in check_subsequent_auth() localVariable
/aosp_15_r20/external/googleapis/google/cloud/channel/v1/
H A Dservice.proto1617 string auth_token = 4 [(google.api.field_behavior) = OPTIONAL]; field
1742 string auth_token = 5 [(google.api.field_behavior) = OPTIONAL]; field
2291 string auth_token = 4; field
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/ctdl/
Dkeymaster.proto303 HardwareAuthToken auth_token = 4; field
318 HardwareAuthToken auth_token = 4; field
334 HardwareAuthToken auth_token = 5; field
/aosp_15_r20/external/nos/host/generic/nugget/proto/nugget/app/keymaster/
Dkeymaster.proto304 HardwareAuthToken auth_token = 4; field
319 HardwareAuthToken auth_token = 4; field
335 HardwareAuthToken auth_token = 5; field
/aosp_15_r20/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeperDevice.cpp93 hidl_vec<uint8_t> auth_token( in verify() local
/aosp_15_r20/device/google/cuttlefish/guest/hals/confirmationui/
Dguest_session.cpp183 int GuestSession::DeliverSecureInputEvent(const HardwareAuthToken& auth_token) { in DeliverSecureInputEvent()

123