Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1610.c47 unsigned char output[SHA256_DIGEST_LENGTH];
55 "\x5b\x4b", SHA256_DIGEST_LENGTH);
62 "\x15\xae", SHA256_DIGEST_LENGTH);
/curl/lib/
H A Dcurl_sha256.h42 #define SHA256_DIGEST_LENGTH 32 macro
H A Dhttp_aws_sigv4.c63 #define SHA256_HEX_LENGTH (2 * SHA256_DIGEST_LENGTH + 1)
67 Curl_hexencode(sha, SHA256_DIGEST_LENGTH, in sha256_to_hex()
548 unsigned char sha_hash[SHA256_DIGEST_LENGTH]; in Curl_output_aws_sigv4()
557 unsigned char sign0[SHA256_DIGEST_LENGTH] = {0}; in Curl_output_aws_sigv4()
558 unsigned char sign1[SHA256_DIGEST_LENGTH] = {0}; in Curl_output_aws_sigv4()
H A Dsha256.c250 if(length == SHA256_DIGEST_LENGTH) in my_sha256_final()

Completed in 17 milliseconds