Home
last modified time | relevance | path

Searched refs:DelegationType (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/http/
H A Dhttp_auth_preferences_unittest.cc70 TEST(HttpAuthPreferencesTest, DelegationType) { in TEST() argument
71 using DelegationType = HttpAuth::DelegationType; in TEST() typedef
74 EXPECT_EQ(DelegationType::kNone, in TEST()
78 EXPECT_EQ(DelegationType::kUnconstrained, in TEST()
82 EXPECT_EQ(DelegationType::kByKdcPolicy, in TEST()
86 EXPECT_EQ(DelegationType::kNone, in TEST()
H A Dhttp_auth_preferences.cc54 using DelegationType = HttpAuth::DelegationType; typedef
56 DelegationType HttpAuthPreferences::GetDelegationType( in GetDelegationType()
59 return DelegationType::kNone; in GetDelegationType()
62 return DelegationType::kByKdcPolicy; in GetDelegationType()
64 return DelegationType::kUnconstrained; in GetDelegationType()
H A Dmock_allow_http_auth_preferences.cc19 HttpAuth::DelegationType MockAllowHttpAuthPreferences::GetDelegationType( in GetDelegationType()
21 return HttpAuth::DelegationType::kUnconstrained; in GetDelegationType()
H A Dhttp_auth_handler_negotiate.cc32 using DelegationType = HttpAuth::DelegationType; typedef
390 DelegationType HttpAuthHandlerNegotiate::GetDelegationType() const { in GetDelegationType()
392 return DelegationType::kNone; in GetDelegationType()
396 return DelegationType::kNone; in GetDelegationType()
H A Dhttp_auth_gssapi_posix.cc33 using DelegationType = HttpAuth::DelegationType; typedef
46 OM_uint32 DelegationTypeToFlag(DelegationType delegation_type) { in DelegationTypeToFlag()
48 case DelegationType::kNone: in DelegationTypeToFlag()
50 case DelegationType::kByKdcPolicy: in DelegationTypeToFlag()
52 case DelegationType::kUnconstrained: in DelegationTypeToFlag()
671 void HttpAuthGSSAPI::SetDelegation(DelegationType delegation_type) { in SetDelegation()
H A Dhttp_auth_gssapi_posix.h241 void SetDelegation(HttpAuth::DelegationType delegation_type) override;
254 HttpAuth::DelegationType delegation_type_ = HttpAuth::DelegationType::kNone;
H A Dhttp_auth_sspi_win.cc26 using DelegationType = HttpAuth::DelegationType; typedef
360 delegation_type_(DelegationType::kNone) { in HttpAuthSSPI()
388 void HttpAuthSSPI::SetDelegation(DelegationType delegation_type) { in SetDelegation()
547 if (delegation_type_ != DelegationType::kNone) in GetNextSecurityToken()
H A Dhttp_auth_sspi_win.h162 void SetDelegation(HttpAuth::DelegationType delegation_type) override;
183 HttpAuth::DelegationType delegation_type_;
H A Dmock_allow_http_auth_preferences.h21 HttpAuth::DelegationType GetDelegationType(
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/http/
H A Dhttp_auth_preferences_unittest.cc70 TEST(HttpAuthPreferencesTest, DelegationType) { in TEST() argument
71 using DelegationType = HttpAuth::DelegationType; in TEST() typedef
74 EXPECT_EQ(DelegationType::kNone, in TEST()
78 EXPECT_EQ(DelegationType::kUnconstrained, in TEST()
82 EXPECT_EQ(DelegationType::kByKdcPolicy, in TEST()
86 EXPECT_EQ(DelegationType::kNone, in TEST()
H A Dhttp_auth_preferences.cc54 using DelegationType = HttpAuth::DelegationType; typedef
56 DelegationType HttpAuthPreferences::GetDelegationType( in GetDelegationType()
59 return DelegationType::kNone; in GetDelegationType()
62 return DelegationType::kByKdcPolicy; in GetDelegationType()
64 return DelegationType::kUnconstrained; in GetDelegationType()
H A Dmock_allow_http_auth_preferences.cc19 HttpAuth::DelegationType MockAllowHttpAuthPreferences::GetDelegationType( in GetDelegationType()
21 return HttpAuth::DelegationType::kUnconstrained; in GetDelegationType()
H A Dhttp_auth_handler_negotiate.cc32 using DelegationType = HttpAuth::DelegationType; typedef
395 DelegationType HttpAuthHandlerNegotiate::GetDelegationType() const { in GetDelegationType()
397 return DelegationType::kNone; in GetDelegationType()
401 return DelegationType::kNone; in GetDelegationType()
H A Dhttp_auth_gssapi_posix.cc33 using DelegationType = HttpAuth::DelegationType; typedef
46 OM_uint32 DelegationTypeToFlag(DelegationType delegation_type) { in DelegationTypeToFlag()
48 case DelegationType::kNone: in DelegationTypeToFlag()
50 case DelegationType::kByKdcPolicy: in DelegationTypeToFlag()
52 case DelegationType::kUnconstrained: in DelegationTypeToFlag()
671 void HttpAuthGSSAPI::SetDelegation(DelegationType delegation_type) { in SetDelegation()
H A Dhttp_auth_gssapi_posix.h241 void SetDelegation(HttpAuth::DelegationType delegation_type) override;
254 HttpAuth::DelegationType delegation_type_ = HttpAuth::DelegationType::kNone;
H A Dhttp_auth_sspi_win.cc26 using DelegationType = HttpAuth::DelegationType; typedef
360 delegation_type_(DelegationType::kNone) { in HttpAuthSSPI()
388 void HttpAuthSSPI::SetDelegation(DelegationType delegation_type) { in SetDelegation()
547 if (delegation_type_ != DelegationType::kNone) in GetNextSecurityToken()
H A Dhttp_auth_sspi_win.h162 void SetDelegation(HttpAuth::DelegationType delegation_type) override;
183 HttpAuth::DelegationType delegation_type_;
H A Dmock_allow_http_auth_preferences.h21 HttpAuth::DelegationType GetDelegationType(
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Ddelegatekey.go33 DelegationType DelegationType member
76 return d.DelegationType == DelegationTypeSibkey || d.DelegationType == DelegationTypeEldest
79 func (d Delegator) IsEldest() bool { return d.DelegationType == DelegationTypeEldest }
89 if d.DelegationType == "" {
102 d.DelegationType = DelegationTypeEldest
178 if d.DelegationType == DelegationTypeSibkey {
222 return d.DelegationType == DelegationTypeEldest ||
223 d.DelegationType == DelegationTypeSibkey ||
224 d.DelegationType == DelegationTypePGPUpdate
243 "type": S{Val: string(d.DelegationType)},
[all …]
H A Dnaclgen.go23 DelegationType DelegationType member
58 DelegationType: g.arg.DelegationType,
76 …) UpdateArg(signer GenericKey, eldestKID keybase1.KID, delegationType DelegationType, user *User) {
79 g.arg.DelegationType = delegationType
H A Dconstants.go401 type DelegationType LinkType type
434 DelegationTypeEldest DelegationType = "eldest"
435 DelegationTypePGPUpdate DelegationType = "pgp_update"
436 DelegationTypeSibkey DelegationType = "sibkey"
437 DelegationTypeSubkey DelegationType = "subkey"
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qtum/
H A Dqtumdelegation.h62 enum DelegationType enum
72 DelegationType type;
75 type(DelegationType::DELEGATION_NONE) in DelegationEvent()
H A Dqtumdelegation.cpp92 DelegationType type = DelegationType::DELEGATION_REMOVE; in GetDelegationEvent()
97 type = DelegationType::DELEGATION_ADD; in GetDelegationEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/android/
H A Dhttp_auth_negotiate_android.cc154 HttpAuth::DelegationType delegation_type) { in SetDelegation()
155 DCHECK_NE(delegation_type, HttpAuth::DelegationType::kByKdcPolicy); in SetDelegation()
156 can_delegate_ = delegation_type == HttpAuth::DelegationType::kUnconstrained; in SetDelegation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/android/
H A Dhttp_auth_negotiate_android.cc154 HttpAuth::DelegationType delegation_type) { in SetDelegation()
155 DCHECK_NE(delegation_type, HttpAuth::DelegationType::kByKdcPolicy); in SetDelegation()
156 can_delegate_ = delegation_type == HttpAuth::DelegationType::kUnconstrained; in SetDelegation()

123