Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_AWS (Results 1 – 14 of 14) sorted by relevance

/curl/lib/
H A Dcurl_sha256.h28 #if !defined(CURL_DISABLE_AWS) || !defined(CURL_DISABLE_DIGEST_AUTH) \
H A Dcurl_hmac.h28 || !defined(CURL_DISABLE_AWS) || !defined(CURL_DISABLE_DIGEST_AUTH) \
H A Dhmac.c30 || !defined(CURL_DISABLE_AWS) || !defined(CURL_DISABLE_DIGEST_AUTH)
H A Dsha256.c28 #if !defined(CURL_DISABLE_AWS) || !defined(CURL_DISABLE_DIGEST_AUTH) \
H A Dcurl_setup.h277 # define CURL_DISABLE_AWS 1 macro
H A Dhttp_aws_sigv4.c27 #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_AWS)
H A Durldata.h1513 #ifndef CURL_DISABLE_AWS
H A Dcurl_config.h.cmake59 #cmakedefine CURL_DISABLE_AWS 1
H A Dhttp.c384 #ifndef CURL_DISABLE_AWS in pickoneauth()
589 #ifndef CURL_DISABLE_AWS in output_auth_headers()
H A Dsetopt.c717 #if !defined(CURL_DISABLE_AWS) in Curl_vsetopt()
/curl/tests/unit/
H A Dunit1610.c42 #if !defined(CURL_DISABLE_AWS) || !defined(CURL_DISABLE_DIGEST_AUTH) \
/curl/tests/server/
H A Ddisabled.c59 #ifdef CURL_DISABLE_AWS
/curl/
H A DCMakeLists.txt283 option(CURL_DISABLE_AWS "Disable AWS-SIG4" OFF) option
284 mark_as_advanced(CURL_DISABLE_AWS)
H A Dconfigure.ac4474 AC_DEFINE(CURL_DISABLE_AWS, 1, [to disable AWS sig support])
4475 CURL_DISABLE_AWS=1

Completed in 67 milliseconds