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.c580 char *request_type = NULL; in Curl_output_aws_sigv4() local
758 request_type = curl_maprintf("%s4_request", provider0); in Curl_output_aws_sigv4()
759 if(!request_type) in Curl_output_aws_sigv4()
763 date, region, service, request_type); in Curl_output_aws_sigv4()
802 HMAC_SHA256(sign0, sizeof(sign0), request_type, strlen(request_type), sign1); in Curl_output_aws_sigv4()
841 free(request_type); in Curl_output_aws_sigv4()

Completed in 6 milliseconds