Searched refs:hmac_hinit (Results 1 – 2 of 2) sorted by relevance
75 (*hashparams->hmac_hinit)(ctxt->hmac_hashctxt1); in Curl_HMAC_init()84 (*hashparams->hmac_hinit)(ctxt->hmac_hashctxt1); in Curl_HMAC_init()85 (*hashparams->hmac_hinit)(ctxt->hmac_hashctxt2); in Curl_HMAC_init()
37 HMAC_hinit_func hmac_hinit; /* Initialize context procedure. */ member