HomeSort by relevance Sort by last modified time
    Searched full:hmac_maxkeylen (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
hmac.c 71 if(keylen > hashparams->hmac_maxkeylen) {
91 for(; i < hashparams->hmac_maxkeylen; i++) {
curl_hmac.h 41 unsigned int hmac_maxkeylen; /* Maximum key length (bytes). */ member in struct:__anon9989

Completed in 357 milliseconds