Searched refs:HMAC_params (Results 1 – 8 of 8) sorted by relevance
42 struct HMAC_params { struct54 const struct HMAC_params *hash; /* Hash function definition. */ argument61 struct HMAC_context *Curl_HMAC_init(const struct HMAC_params *hashparams,69 CURLcode Curl_hmacit(const struct HMAC_params *hashparams,
53 Curl_HMAC_init(const struct HMAC_params *hashparams, in Curl_HMAC_init()115 const struct HMAC_params *hashparams = ctxt->hash; in Curl_HMAC_final()147 CURLcode Curl_hmacit(const struct HMAC_params *hashparams, in Curl_hmacit()
34 extern const struct HMAC_params Curl_HMAC_SHA512_256[1];
34 extern const struct HMAC_params Curl_HMAC_SHA256;
54 extern const struct HMAC_params Curl_HMAC_MD5;
527 const struct HMAC_params Curl_HMAC_SHA256 = {
840 const struct HMAC_params Curl_HMAC_SHA512_256[] = {
566 const struct HMAC_params Curl_HMAC_MD5 = {
Completed in 12 milliseconds