OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon9401
hmac.c
71
if(keylen > hashparams->
hmac_maxkeylen
) {
91
for(; i < hashparams->
hmac_maxkeylen
; i++) {
Completed in 209 milliseconds