Searched refs:hash (Results 1 – 25 of 48) sorted by relevance
12
/curl/tests/ |
H A D | getpart.pm | 75 my %hash; 82 $hash{$var}=$cont; 86 return %hash; 95 my %hash; 114 $hash{$var}=$cont; 126 return %hash;
|
H A D | runtests.pl | 1282 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 D | test1603 | 5 hash 19 Internal hash add, retrieval, deletion testing
|
H A D | test1602 | 5 hash 19 Internal hash create/add/destroy testing, exercising clean functions
|
H A D | test1305 | 6 hash 20 internal hash create/destroy testing
|
H A D | test1306 | 6 hash 20 internal hash create/add/destroy testing
|
H A D | test1616 | 5 hash
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md | 19 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 D | hmac.c | 69 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 D | hash.h | 78 struct Curl_hash *hash; member 106 void Curl_hash_start_iterate(struct Curl_hash *hash,
|
H A D | hostip.h | 169 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 D | hash.c | 303 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 D | curl_hmac.h | 54 const struct HMAC_params *hash; /* Hash function definition. */ member
|
/curl/docs/cmdline-opts/ |
H A D | hostpubsha256.md | 6 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 D | hostpubmd5.md | 6 Help: Acceptable MD5 hash of host public key
|
H A D | progress-bar.md | 25 while data is being transferred, with a set of flying hash sign symbols on
|
/curl/scripts/ |
H A D | mk-ca-bundle.pl | 263 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 D | digest.c | 689 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 D | EdelCurlRoot-ca.prm | 6 subjectKeyIdentifier = hash
|
H A D | Server-localhost-sv.prm | 7 subjectKeyIdentifier = hash
|
H A D | Server-localhost.nn-sv.prm | 7 subjectKeyIdentifier = hash
|
H A D | stunnel-sv.prm | 7 subjectKeyIdentifier = hash
|
H A D | Server-localhost-lastSAN-sv.prm | 7 subjectKeyIdentifier = hash
|
H A D | Server-localhost-firstSAN-sv.prm | 7 subjectKeyIdentifier = hash
|
H A D | Server-localhost0h-sv.prm | 8 subjectKeyIdentifier = hash
|
Completed in 44 milliseconds
12