Lines Matching refs:sha_hex
369 unsigned char *sha_hash, char *sha_hex) in calc_payload_hash() argument
384 sha256_to_hex(sha_hex, sha_hash); in calc_payload_hash()
393 char *sha_hex, char *header) in calc_s3_payload_hash() argument
404 ret = calc_payload_hash(data, sha_hash, sha_hex); in calc_s3_payload_hash()
412 memcpy(sha_hex, S3_UNSIGNED_PAYLOAD, len); in calc_s3_payload_hash()
413 sha_hex[len] = 0; in calc_s3_payload_hash()
418 "x-%s-content-sha256: %s", provider1, sha_hex); in calc_s3_payload_hash()
595 char sha_hex[SHA256_HEX_LENGTH]; in Curl_output_aws_sigv4() local
698 sha_hex, content_sha256_hdr); in Curl_output_aws_sigv4()
700 result = calc_payload_hash(data, sha_hash, sha_hex); in Curl_output_aws_sigv4()
704 payload_hash = sha_hex; in Curl_output_aws_sigv4()
706 payload_hash_len = strlen(sha_hex); in Curl_output_aws_sigv4()
789 sha256_to_hex(sha_hex, sha_hash); in Curl_output_aws_sigv4()
805 sha_hex); in Curl_output_aws_sigv4()
823 sha256_to_hex(sha_hex, sign0); in Curl_output_aws_sigv4()
841 sha_hex, in Curl_output_aws_sigv4()