Home
last modified time | relevance | path

Searched refs:S3_UNSIGNED_PAYLOAD (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/
H A Dhttp_aws_sigv4.c373 #define S3_UNSIGNED_PAYLOAD "UNSIGNED-PAYLOAD" macro
395 size_t len = sizeof(S3_UNSIGNED_PAYLOAD) - 1; in calc_s3_payload_hash()
397 memcpy(sha_hex, S3_UNSIGNED_PAYLOAD, len); in calc_s3_payload_hash()
661 /* may be shorter than SHA256_HEX_LENGTH, like S3_UNSIGNED_PAYLOAD */ in Curl_output_aws_sigv4()

Completed in 2 milliseconds