Home
last modified time | relevance | path

Searched refs:keylen (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dhmac.c57 unsigned int keylen) in Curl_HMAC_init() argument
78 if(keylen > hashparams->hmac_maxkeylen) { in Curl_HMAC_init()
80 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, key, keylen); in Curl_HMAC_init()
84 keylen = hashparams->hmac_resultlen; in Curl_HMAC_init()
91 for(i = 0; i < keylen; i++) { in Curl_HMAC_init()
154 const unsigned char *key, const size_t keylen, in Curl_hmacit() argument
159 Curl_HMAC_init(hashparams, key, curlx_uztoui(keylen)); in Curl_hmacit()
H A Dcurl_hmac.h65 unsigned int keylen);
72 const unsigned char *key, const size_t keylen,
H A Dcurl_ntlm_core.h55 CURLcode Curl_hmac_md5(const unsigned char *key, unsigned int keylen,
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md27 size_t keylen);
40 **key** is **keylen** bytes long and is the key to check. **keytype**
71 size_t keylen) /* length of the key */
H A DCURLOPT_SSH_HOSTKEYDATA.md45 size_t keylen) /* length of the key */
/curl/lib/vssh/
H A Dlibssh2.c473 size_t keylen = 0; in ssh_knownhost() local
484 &keylen, &sshkeytype); in ssh_knownhost()
542 remotekey, keylen, in ssh_knownhost()
550 remotekey, keylen, in ssh_knownhost()
571 foundkey.len = keylen; in ssh_knownhost()
615 remotekey, keylen, in ssh_knownhost()
776 size_t keylen = 0; in ssh_check_fingerprint() local
781 &keylen, &sshkeytype); in ssh_check_fingerprint()
786 (int)keytype, remotekey, keylen); in ssh_check_fingerprint()
/curl/include/curl/
H A Dcurl.h899 size_t keylen); /* length of the key */

Completed in 35 milliseconds