Searched refs:HMAC_params (Results 1 – 4 of 4) sorted by relevance
37 struct HMAC_params { struct50 const struct HMAC_params *hmac_hash; /* Hash function definition. */ argument57 struct HMAC_context *Curl_HMAC_init(const struct HMAC_params *hashparams,65 CURLcode Curl_hmacit(const struct HMAC_params *hashparams,
52 Curl_HMAC_init(const struct HMAC_params *hashparams, in Curl_HMAC_init()116 const struct HMAC_params *hashparams = ctxt->hmac_hash; in Curl_HMAC_final()150 CURLcode Curl_hmacit(const struct HMAC_params *hashparams, in Curl_hmacit()
50 extern const struct HMAC_params Curl_HMAC_MD5[1];
535 const struct HMAC_params Curl_HMAC_MD5[] = {