/external/cronet/stable/net/base/ |
D | proxy_server.cc | 45 ProxyServer::ProxyServer(Scheme scheme, const HostPortPair& host_port_pair) in ProxyServer() 57 ProxyServer ProxyServer::FromSchemeHostAndPort(Scheme scheme, in FromSchemeHostAndPort() 77 ProxyServer ProxyServer::FromSchemeHostAndPort(Scheme scheme, in FromSchemeHostAndPort() 123 Scheme scheme = SCHEME_INVALID; in CreateFromPickle() local 159 int ProxyServer::GetDefaultPortForScheme(Scheme scheme) { in GetDefaultPortForScheme()
|
D | proxy_string_util.cc | 77 std::string_view scheme = pac_result_element.substr(0, space); in PacResultElementToSchemeAndHostPort() local 102 ProxyServer::Scheme scheme = GetSchemeFromPacTypeInternal(type); in PacResultElementToProxyServer() local 156 ProxyServer::Scheme scheme = default_scheme; in ProxyUriToProxyServer() local 202 ProxyServer::Scheme scheme, in ProxySchemeHostAndPortToProxyServer() 241 ProxyServer::Scheme GetSchemeFromUriScheme(std::string_view scheme, in GetSchemeFromUriScheme()
|
/external/cronet/tot/net/base/ |
D | proxy_server.cc | 45 ProxyServer::ProxyServer(Scheme scheme, const HostPortPair& host_port_pair) in ProxyServer() 57 ProxyServer ProxyServer::FromSchemeHostAndPort(Scheme scheme, in FromSchemeHostAndPort() 77 ProxyServer ProxyServer::FromSchemeHostAndPort(Scheme scheme, in FromSchemeHostAndPort() 123 Scheme scheme = SCHEME_INVALID; in CreateFromPickle() local 159 int ProxyServer::GetDefaultPortForScheme(Scheme scheme) { in GetDefaultPortForScheme()
|
D | proxy_string_util.cc | 77 std::string_view scheme = pac_result_element.substr(0, space); in PacResultElementToSchemeAndHostPort() local 102 ProxyServer::Scheme scheme = GetSchemeFromPacTypeInternal(type); in PacResultElementToProxyServer() local 156 ProxyServer::Scheme scheme = default_scheme; in ProxyUriToProxyServer() local 202 ProxyServer::Scheme scheme, in ProxySchemeHostAndPortToProxyServer() 241 ProxyServer::Scheme GetSchemeFromUriScheme(std::string_view scheme, in GetSchemeFromUriScheme()
|
/external/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http/urlconnection/ |
D | ProxyConfiguration.java | 48 private final String scheme; field in ProxyConfiguration 131 public String scheme() { in scheme() method in ProxyConfiguration 264 Builder scheme(String scheme); in scheme() argument 274 private String scheme = "http"; field in ProxyConfiguration.DefaultClientProxyConfigurationBuilder 353 public Builder scheme(String scheme) { in scheme() method in ProxyConfiguration.DefaultClientProxyConfigurationBuilder 358 public void setScheme(String scheme) { in setScheme()
|
/external/cronet/tot/net/http/ |
D | http_auth_multi_round_parse.cc | 18 bool SchemeIsValid(HttpAuth::Scheme scheme, in SchemeIsValid() 26 HttpAuth::Scheme scheme, in ParseFirstRoundChallenge() 39 HttpAuth::Scheme scheme, in ParseLaterRoundChallenge()
|
/external/cronet/stable/net/http/ |
D | http_auth_multi_round_parse.cc | 18 bool SchemeIsValid(HttpAuth::Scheme scheme, in SchemeIsValid() 26 HttpAuth::Scheme scheme, in ParseFirstRoundChallenge() 39 HttpAuth::Scheme scheme, in ParseLaterRoundChallenge()
|
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/downloader/ |
D | MultiSchemeFileDownloader.java | 46 public MultiSchemeFileDownloader.Builder addScheme(String scheme, FileDownloader downloader) { in addScheme() 74 public boolean supportsScheme(String scheme) { in supportsScheme() 114 String scheme = parsed.getScheme(); in getScheme() local 127 String scheme; in getDelegate() local
|
/external/aws-sdk-java-v2/core/crt-core/src/main/java/software/amazon/awssdk/crtcore/ |
D | CrtProxyConfiguration.java | 31 private final String scheme; field in CrtProxyConfiguration 89 public final String scheme() { in scheme() method in CrtProxyConfiguration 208 Builder scheme(String scheme); in scheme() method 262 private String scheme; field in CrtProxyConfiguration.DefaultBuilder 284 public B scheme(String scheme) { in scheme() argument
|
/external/cronet/tot/url/ |
D | scheme_host_port.cc | 65 bool IsValidInput(std::string_view scheme, in IsValidInput() 159 SchemeHostPort::SchemeHostPort(std::string scheme, in SchemeHostPort() 180 SchemeHostPort::SchemeHostPort(std::string_view scheme, in SchemeHostPort() 192 std::string_view scheme = url.scheme_piece(); in SchemeHostPort() local 311 bool SchemeHostPort::ShouldDiscardHostAndPort(std::string_view scheme) { in ShouldDiscardHostAndPort()
|
/external/cronet/stable/url/ |
D | scheme_host_port.cc | 65 bool IsValidInput(std::string_view scheme, in IsValidInput() 159 SchemeHostPort::SchemeHostPort(std::string scheme, in SchemeHostPort() 180 SchemeHostPort::SchemeHostPort(std::string_view scheme, in SchemeHostPort() 192 std::string_view scheme = url.scheme_piece(); in SchemeHostPort() local 311 bool SchemeHostPort::ShouldDiscardHostAndPort(std::string_view scheme) { in ShouldDiscardHostAndPort()
|
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
D | ProxyConfigProvider.java | 45 static ProxyConfigProvider fromSystemPropertySettings(String scheme) { in fromSystemPropertySettings() 56 static ProxyConfigProvider fromEnvironmentSettings(String scheme) { in fromEnvironmentSettings() 71 String scheme) { in fromSystemEnvironmentSettings()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/ |
D | PBEPBKDF2.java | 161 private int scheme; field in PBEPBKDF2.BasePBKDF2 168 public BasePBKDF2(String name, int scheme) in BasePBKDF2() 176 String name, int scheme, int digest, int keySizeInBits, int ivSizeInBits) in BasePBKDF2() 190 private BasePBKDF2(String name, int scheme, int digest) { in BasePBKDF2() 394 public BasePBKDF2WithHmacSHA1(String name, int scheme) in BasePBKDF2WithHmacSHA1() 428 public BasePBKDF2WithHmacSHA224(String name, int scheme) in BasePBKDF2WithHmacSHA224() 450 public BasePBKDF2WithHmacSHA256(String name, int scheme) in BasePBKDF2WithHmacSHA256() 473 public BasePBKDF2WithHmacSHA384(String name, int scheme) in BasePBKDF2WithHmacSHA384() 495 public BasePBKDF2WithHmacSHA512(String name, int scheme) in BasePBKDF2WithHmacSHA512()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
D | PBEPBKDF2.java | 151 private int scheme; field in PBEPBKDF2.BasePBKDF2 158 public BasePBKDF2(String name, int scheme) in BasePBKDF2() 166 String name, int scheme, int digest, int keySizeInBits, int ivSizeInBits) in BasePBKDF2() 180 private BasePBKDF2(String name, int scheme, int digest) { in BasePBKDF2() 378 public BasePBKDF2WithHmacSHA1(String name, int scheme) in BasePBKDF2WithHmacSHA1() 403 public BasePBKDF2WithHmacSHA224(String name, int scheme) in BasePBKDF2WithHmacSHA224() 419 public BasePBKDF2WithHmacSHA256(String name, int scheme) in BasePBKDF2WithHmacSHA256() 436 public BasePBKDF2WithHmacSHA384(String name, int scheme) in BasePBKDF2WithHmacSHA384() 452 public BasePBKDF2WithHmacSHA512(String name, int scheme) in BasePBKDF2WithHmacSHA512()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/ |
D | PBEPBKDF2.java | 161 private int scheme; field in PBEPBKDF2.BasePBKDF2 168 public BasePBKDF2(String name, int scheme) in BasePBKDF2() 176 String name, int scheme, int digest, int keySizeInBits, int ivSizeInBits) in BasePBKDF2() 190 private BasePBKDF2(String name, int scheme, int digest) { in BasePBKDF2() 394 public BasePBKDF2WithHmacSHA1(String name, int scheme) in BasePBKDF2WithHmacSHA1() 428 public BasePBKDF2WithHmacSHA224(String name, int scheme) in BasePBKDF2WithHmacSHA224() 450 public BasePBKDF2WithHmacSHA256(String name, int scheme) in BasePBKDF2WithHmacSHA256() 473 public BasePBKDF2WithHmacSHA384(String name, int scheme) in BasePBKDF2WithHmacSHA384() 495 public BasePBKDF2WithHmacSHA512(String name, int scheme) in BasePBKDF2WithHmacSHA512()
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/ |
D | ProxyConfiguration.java | 39 private final String scheme; field in ProxyConfiguration 109 public String scheme() { in scheme() method in ProxyConfiguration 235 Builder scheme(String scheme); in scheme() argument 293 private String scheme = "http"; field in ProxyConfiguration.BuilderImpl 318 public Builder scheme(String scheme) { in scheme() method in ProxyConfiguration.BuilderImpl
|
/external/grpc-grpc/src/core/resolver/sockaddr/ |
D | sockaddr_resolver.cc | 115 absl::string_view scheme() const override { return "ipv4"; } in scheme() function in grpc_core::__anon56eca2d50111::IPv4ResolverFactory 128 absl::string_view scheme() const override { return "ipv6"; } in scheme() function in grpc_core::__anon56eca2d50111::IPv6ResolverFactory 142 absl::string_view scheme() const override { return "unix"; } in scheme() function in grpc_core::__anon56eca2d50111::UnixResolverFactory 155 absl::string_view scheme() const override { return "unix-abstract"; } in scheme() function in grpc_core::__anon56eca2d50111::UnixAbstractResolverFactory 170 absl::string_view scheme() const override { return "vsock"; } in scheme() function in grpc_core::__anon56eca2d50111::VSockResolverFactory
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptUtil.c | 132 TPMT_KEYEDHASH_SCHEME *scheme; in CryptGenerateKeyedHash() local 191 TPM_ALG_ID scheme // IN: the scheme algorithm to test in CryptIsSchemeAnonymous() 530 TPMT_RSA_DECRYPT scheme; in CryptSecretEncrypt() local 668 TPMT_RSA_DECRYPT scheme; in CryptSecretDecrypt() local 1183 TPM_ALG_ID scheme // IN: the algorithm selector in CryptIsSplitSign() 1204 TPMI_ALG_ASYM_SCHEME scheme // IN: the scheme in CryptIsAsymSignScheme() 1263 TPMI_ALG_ASYM_SCHEME scheme // IN: the scheme in CryptIsAsymDecryptScheme() 1335 TPMT_SIG_SCHEME *scheme // IN/OUT: signing scheme in CryptSelectSignScheme() 1706 TPMT_KEYEDHASH_SCHEME *scheme; in CryptValidateKeys() local 1774 TPMT_KEYEDHASH_SCHEME *scheme; in CryptSelectMac() local [all …]
|
D | CryptEccCrypt.c | 53 TPMT_KDF_SCHEME *scheme // IN: a decrypt scheme in CryptEccSelectScheme() 81 TPMT_KDF_SCHEME *scheme, // IN: scheme to use. in CryptEccEncrypt() 159 TPMT_KDF_SCHEME *scheme, // IN: scheme to use. in CryptEccDecrypt()
|
/external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ |
D | ProxyConfiguration.java | 48 private final String scheme; field in ProxyConfiguration 125 public String scheme() { in scheme() method in ProxyConfiguration 311 Builder scheme(String scheme); in scheme() argument 329 private String scheme = "http"; field in ProxyConfiguration.DefaultClientProxyConfigurationBuilder 435 public Builder scheme(String scheme) { in scheme() argument
|
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
D | InternalProtocolNegotiators.java | 44 public AsciiString scheme() { in tls() method in InternalProtocolNegotiators.TlsNegotiator 72 public AsciiString scheme() { in serverTls() method in InternalProtocolNegotiators.ServerTlsNegotiator 96 public AsciiString scheme() { in plaintext() method in InternalProtocolNegotiators.PlaintextNegotiator 120 public AsciiString scheme() { in serverPlaintext() method in InternalProtocolNegotiators.ServerPlaintextNegotiator
|
/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/endpoints/internal/ |
D | S3EndpointAuthSchemeStrategyFactory.java | 48 private EndpointAuthScheme sigV4A(Value.Record scheme) { in sigV4A() 72 private EndpointAuthScheme sigV4(Value.Record scheme) { in sigV4() 93 private EndpointAuthScheme s3Express(Value.Record scheme) { in s3Express()
|
/external/cronet/stable/net/url_request/ |
D | url_request_filter.cc | 48 const std::string& scheme, in AddHostnameInterceptor() 65 void URLRequestFilter::RemoveHostnameHandler(const std::string& scheme, in RemoveHostnameHandler() 111 const std::string scheme = request->url().scheme(); in MaybeInterceptRequest() local
|
/external/cronet/tot/net/url_request/ |
D | url_request_filter.cc | 48 const std::string& scheme, in AddHostnameInterceptor() 65 void URLRequestFilter::RemoveHostnameHandler(const std::string& scheme, in RemoveHostnameHandler() 111 const std::string scheme = request->url().scheme(); in MaybeInterceptRequest() local
|
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
D | XdsNameResolverProvider.java | 49 private final String scheme; field in XdsNameResolverProvider 56 private XdsNameResolverProvider(String scheme, in XdsNameResolverProvider() 66 public static XdsNameResolverProvider createForTest(String scheme, in createForTest()
|