Home
last modified time | relevance | path

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

/curl/lib/
H A Dhmac.c55 unsigned int keylen) in Curl_HMAC_init() argument
74 if(keylen > hashparams->maxkeylen) { in Curl_HMAC_init()
76 hashparams->hupdate(ctxt->hashctxt1, key, keylen); in Curl_HMAC_init()
80 keylen = hashparams->resultlen; in Curl_HMAC_init()
87 for(i = 0; i < keylen; i++) { in Curl_HMAC_init()
148 const unsigned char *key, const size_t keylen, in Curl_hmacit() argument
153 Curl_HMAC_init(hashparams, key, curlx_uztoui(keylen)); in Curl_hmacit()
H A Dcurl_hmac.h63 unsigned int keylen);
70 const unsigned char *key, const size_t keylen,
H A Dcurl_ntlm_core.h48 CURLcode Curl_hmac_md5(const unsigned char *key, unsigned int keylen,
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md28 size_t keylen);
41 **key** is **keylen** bytes long and is the key to check. **keytype**
74 size_t keylen) /* length of the key */
H A DCURLOPT_SSH_HOSTKEYDATA.md48 size_t keylen) /* length of the key */
/curl/lib/vssh/
H A Dlibssh2.c474 size_t keylen = 0; in ssh_knownhost() local
485 &keylen, &sshkeytype); in ssh_knownhost()
543 remotekey, keylen, in ssh_knownhost()
551 remotekey, keylen, in ssh_knownhost()
572 foundkey.len = keylen; in ssh_knownhost()
616 remotekey, keylen, in ssh_knownhost()
777 size_t keylen = 0; in ssh_check_fingerprint() local
782 &keylen, &sshkeytype); in ssh_check_fingerprint()
787 (int)keytype, remotekey, keylen); in ssh_check_fingerprint()
/curl/include/curl/
H A Dcurl.h903 size_t keylen); /* length of the key */

Completed in 27 milliseconds