Home
last modified time | relevance | path

Searched refs:hmac_ctxtsize (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dhmac.c61 i = sizeof(*ctxt) + 2 * hashparams->hmac_ctxtsize + in Curl_HMAC_init()
71 hashparams->hmac_ctxtsize); in Curl_HMAC_init()
77 hkey = (unsigned char *) ctxt->hmac_hashctxt2 + hashparams->hmac_ctxtsize; in Curl_HMAC_init()
122 ctxt->hmac_hash->hmac_ctxtsize; in Curl_HMAC_final()
Dcurl_hmac.h40 unsigned int hmac_ctxtsize; /* Context structure size. */ member