Searched refs:CURL_SHA256_DIGEST_LENGTH (Results 1 – 9 of 9) sorted by relevance
47 unsigned char output[CURL_SHA256_DIGEST_LENGTH];55 "\x5b\x4b", CURL_SHA256_DIGEST_LENGTH);62 "\x15\xae", CURL_SHA256_DIGEST_LENGTH);
36 #ifndef CURL_SHA256_DIGEST_LENGTH37 #define CURL_SHA256_DIGEST_LENGTH 32 /* fixed size */ macro
63 #define SHA256_HEX_LENGTH (2 * CURL_SHA256_DIGEST_LENGTH + 1)67 Curl_hexencode(sha, CURL_SHA256_DIGEST_LENGTH, in sha256_to_hex()594 unsigned char sha_hash[CURL_SHA256_DIGEST_LENGTH]; in Curl_output_aws_sigv4()603 unsigned char sign0[CURL_SHA256_DIGEST_LENGTH] = {0}; in Curl_output_aws_sigv4()604 unsigned char sign1[CURL_SHA256_DIGEST_LENGTH] = {0}; in Curl_output_aws_sigv4()
253 if(length == CURL_SHA256_DIGEST_LENGTH) in my_sha256_final()
69 #ifndef CURL_SHA256_DIGEST_LENGTH70 #define CURL_SHA256_DIGEST_LENGTH 32 /* fixed size */ macro
170 unsigned char CAinfo_blob_digest[CURL_SHA256_DIGEST_LENGTH];
2650 unsigned char info_blob_digest[CURL_SHA256_DIGEST_LENGTH]; in Curl_schannel_get_cached_cert_store()2689 CURL_SHA256_DIGEST_LENGTH); in Curl_schannel_get_cached_cert_store()2691 CURL_SHA256_DIGEST_LENGTH)) { in Curl_schannel_get_cached_cert_store()2757 CURL_SHA256_DIGEST_LENGTH); in Curl_schannel_set_cached_cert_store()
1055 sha256sumdigest = malloc(CURL_SHA256_DIGEST_LENGTH); in Curl_pin_peer_pubkey()1059 sha256sumdigest, CURL_SHA256_DIGEST_LENGTH); in Curl_pin_peer_pubkey()1063 CURL_SHA256_DIGEST_LENGTH, &encoded, in Curl_pin_peer_pubkey()
2579 assert(sha256len >= CURL_SHA256_DIGEST_LENGTH);
Completed in 30 milliseconds