Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp_aws_sigv4.c598 char *request_type = NULL; in Curl_output_aws_sigv4() local
776 request_type = aprintf("%s4_request", provider0); in Curl_output_aws_sigv4()
777 if(!request_type) in Curl_output_aws_sigv4()
781 date, region, service, request_type); in Curl_output_aws_sigv4()
820 HMAC_SHA256(sign0, sizeof(sign0), request_type, strlen(request_type), sign1); in Curl_output_aws_sigv4()
859 free(request_type); in Curl_output_aws_sigv4()

Completed in 5 milliseconds