Home
last modified time | relevance | path

Searched refs:HMAC_params (Results 1 – 4 of 4) sorted by relevance

/external/curl/lib/
Dcurl_hmac.h37 struct HMAC_params { struct
50 const struct HMAC_params *hmac_hash; /* Hash function definition. */ argument
57 struct HMAC_context *Curl_HMAC_init(const struct HMAC_params *hashparams,
65 CURLcode Curl_hmacit(const struct HMAC_params *hashparams,
Dhmac.c52 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()
Dcurl_md5.h50 extern const struct HMAC_params Curl_HMAC_MD5[1];
Dmd5.c535 const struct HMAC_params Curl_HMAC_MD5[] = {