Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 25 of 48) sorted by relevance

12

/curl/tests/
H A Dgetpart.pm75 my %hash;
82 $hash{$var}=$cont;
86 return %hash;
95 my %hash;
114 $hash{$var}=$cont;
126 return %hash;
H A Druntests.pl1282 if($hash{'nonewline'}) {
1288 if($hash{'crlf'} ||
1339 if($hash{'nonewline'}) {
1345 if($hash{'crlf'}) {
1374 if($hash{'nonewline'}) {
1394 if($hash{'crlf'}) {
1489 if($hash{'nonewline'}) {
1507 if($hash{'crlf'}) {
1510 if($hash{'nonewline'}) {
1554 if($hash{'crlf'} ||
[all …]
/curl/tests/data/
H A Dtest16035 hash
19 Internal hash add, retrieval, deletion testing
H A Dtest16025 hash
19 Internal hash create/add/destroy testing, exercising clean functions
H A Dtest13056 hash
20 internal hash create/destroy testing
H A Dtest13066 hash
20 internal hash create/add/destroy testing
H A Dtest16165 hash
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md19 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 - SHA256 hash of SSH server public key
33 hash of the remote host's public key. The transfer fails if the given hash
34 does not match the hash the remote host provides.
/curl/lib/
H A Dhmac.c69 ctxt->hash = hashparams; in Curl_HMAC_init()
108 ctxt->hash->hupdate(ctxt->hashctxt1, ptr, len); in Curl_HMAC_update()
115 const struct HMAC_params *hashparams = ctxt->hash; in Curl_HMAC_final()
121 output = (unsigned char *) ctxt->hashctxt2 + ctxt->hash->ctxtsize; in Curl_HMAC_final()
H A Dhash.h78 struct Curl_hash *hash; member
106 void Curl_hash_start_iterate(struct Curl_hash *hash,
H A Dhostip.h169 void Curl_init_dnscache(struct Curl_hash *hash, size_t hashsize);
255 void Curl_hostcache_clean(struct Curl_easy *data, struct Curl_hash *hash);
H A Dhash.c303 void Curl_hash_start_iterate(struct Curl_hash *hash, in Curl_hash_start_iterate() argument
306 DEBUGASSERT(hash->init == HASHINIT); in Curl_hash_start_iterate()
307 iter->hash = hash; in Curl_hash_start_iterate()
320 h = iter->hash; in Curl_hash_next_element()
H A Dcurl_hmac.h54 const struct HMAC_params *hash; /* Hash function definition. */ member
/curl/docs/cmdline-opts/
H A Dhostpubsha256.md6 Help: Acceptable SHA256 hash of host public key
19 Pass a string containing a Base64-encoded SHA256 hash of the remote host's
H A Dhostpubmd5.md6 Help: Acceptable MD5 hash of host public key
H A Dprogress-bar.md25 while data is being transferred, with a set of flying hash sign symbols on
/curl/scripts/
H A Dmk-ca-bundle.pl263 my $hash = "";
268 $hash = $1;
273 return $hash;
625 foreach my $hash (@included_signature_algorithms) {
626 $pipe = "|$openssl x509 -" . $hash . " -fingerprint -noout -inform PEM";
/curl/lib/vauth/
H A Ddigest.c689 CURLcode (*hash)(unsigned char *, const unsigned char *, in auth_create_digest_http_message()
731 result = hash(hashbuf, (unsigned char *) hashthis, strlen(hashthis)); in auth_create_digest_http_message()
754 result = hash(hashbuf, (unsigned char *) hashthis, strlen(hashthis)); in auth_create_digest_http_message()
766 result = hash(hashbuf, (unsigned char *) tmp, strlen(tmp)); in auth_create_digest_http_message()
795 result = hash(hashbuf, (const unsigned char *)"", 0); in auth_create_digest_http_message()
810 result = hash(hashbuf, (unsigned char *) hashthis, strlen(hashthis)); in auth_create_digest_http_message()
827 result = hash(hashbuf, (unsigned char *) hashthis, strlen(hashthis)); in auth_create_digest_http_message()
/curl/tests/certs/
H A DEdelCurlRoot-ca.prm6 subjectKeyIdentifier = hash
H A DServer-localhost-sv.prm7 subjectKeyIdentifier = hash
H A DServer-localhost.nn-sv.prm7 subjectKeyIdentifier = hash
H A Dstunnel-sv.prm7 subjectKeyIdentifier = hash
H A DServer-localhost-lastSAN-sv.prm7 subjectKeyIdentifier = hash
H A DServer-localhost-firstSAN-sv.prm7 subjectKeyIdentifier = hash
H A DServer-localhost0h-sv.prm8 subjectKeyIdentifier = hash

Completed in 44 milliseconds

12