OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hmac_maxkeylen
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
hmac.c
74
if(keylen > hashparams->
hmac_maxkeylen
) {
94
for(; i < hashparams->
hmac_maxkeylen
; i++) {
curl_hmac.h
41
unsigned int
hmac_maxkeylen
; /* Maximum key length (bytes). */
member in struct:__anon17301
Completed in 243 milliseconds