Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 25 of 45) 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.pl1241 my $filemode=$hash{'mode'};
1250 if($hash{'nonewline'}) {
1256 if($hash{'crlf'} ||
1295 my $filemode=$hash{'mode'};
1308 if($hash{'nonewline'}) {
1339 if($hash{'nonewline'}) {
1359 if($hash{'crlf'}) {
1452 if($hash{'nonewline'}) {
1483 if($hash{'nonewline'}) {
1504 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.md18 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256 - SHA256 hash of SSH server public key
32 hash of the remote host's public key. The transfer fails if the given hash
33 does not match the hash the remote host provides.
/curl/lib/
H A Dconncache.c111 Curl_hash_init(&connc->hash, size, Curl_hash_str, in Curl_conncache_init()
121 Curl_hash_destroy(&connc->hash); in Curl_conncache_destroy()
177 bundle = Curl_hash_pick(&connc->hash, key, strlen(key)); in Curl_conncache_find_bundle()
187 return Curl_hash_add(&connc->hash, key, strlen(key), bundle); in conncache_add_bundle()
199 Curl_hash_start_iterate(&connc->hash, &iter); in conncache_remove_bundle()
206 Curl_hash_delete(&connc->hash, he->key, he->key_len); in conncache_remove_bundle()
315 Curl_hash_start_iterate(&connc->hash, &iter); in Curl_conncache_foreach()
354 Curl_hash_start_iterate(&connc->hash, &iter); in conncache_find_first_connection()
479 Curl_hash_start_iterate(&connc->hash, &iter); in Curl_conncache_extract_oldest()
559 Curl_hash_start_iterate(connc->hash, &iter);
H A Dhash.h72 struct Curl_hash *hash; member
96 void Curl_hash_start_iterate(struct Curl_hash *hash,
H A Dhostip.h169 void Curl_init_dnscache(struct Curl_hash *hash, size_t hashsize);
254 void Curl_hostcache_clean(struct Curl_easy *data, struct Curl_hash *hash);
H A Dhash.c289 void Curl_hash_start_iterate(struct Curl_hash *hash, in Curl_hash_start_iterate() argument
292 iter->hash = hash; in Curl_hash_start_iterate()
300 struct Curl_hash *h = iter->hash; in Curl_hash_next_element()
H A Dconncache.h40 struct Curl_hash hash; 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.pl265 my $hash = "";
270 $hash = $1;
275 return $hash;
666 foreach my $hash (@included_signature_algorithms) {
667 $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.prm17 subjectKeyIdentifier = hash
H A DServer-localhost-sv.prm6 subjectKeyIdentifier = hash
H A Dstunnel-sv.prm6 subjectKeyIdentifier = hash
H A DServer-localhost-lastSAN-sv.prm6 subjectKeyIdentifier = hash
H A DServer-localhost.nn-sv.prm6 subjectKeyIdentifier = hash
H A DServer-localhost-firstSAN-sv.prm6 subjectKeyIdentifier = hash
H A DServer-localhost0h-sv.prm7 subjectKeyIdentifier = hash

Completed in 49 milliseconds

12