Home
last modified time | relevance | path

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

/aosp_15_r20/external/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.h282 # define CURL_DISABLE_AWS 1 macro
H A Dhttp_aws_sigv4.c27 #if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_AWS)
H A Durldata.h1527 #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 Dcurl_config.h.in28 #undef CURL_DISABLE_AWS
H A Dsetopt.c1790 #if !defined(CURL_DISABLE_AWS) in setopt_cptr()
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1610.c42 #if !defined(CURL_DISABLE_AWS) || !defined(CURL_DISABLE_DIGEST_AUTH) \
/aosp_15_r20/external/curl/tests/server/
H A Ddisabled.c59 #ifdef CURL_DISABLE_AWS
/aosp_15_r20/external/curl/
H A DCMakeLists.txt297 option(CURL_DISABLE_AWS "Disable aws-sigv4" OFF) option
298 mark_as_advanced(CURL_DISABLE_AWS)
H A Dconfigure.ac4493 AC_DEFINE(CURL_DISABLE_AWS, 1, [to disable AWS sig support]) definition
4494 CURL_DISABLE_AWS=1
H A Dconfigure45305 CURL_DISABLE_AWS=1