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

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

Completed in 407 milliseconds