Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dcurl_hmac.h43 struct HMAC_params { struct
56 const struct HMAC_params *hmac_hash; /* Hash function definition. */ argument
63 struct HMAC_context *Curl_HMAC_init(const struct HMAC_params *hashparams,
71 CURLcode Curl_hmacit(const struct HMAC_params *hashparams,
Dhmac.c55 Curl_HMAC_init(const struct HMAC_params *hashparams, in Curl_HMAC_init()
119 const struct HMAC_params *hashparams = ctxt->hmac_hash; in Curl_HMAC_final()
153 CURLcode Curl_hmacit(const struct HMAC_params *hashparams, in Curl_hmacit()
Dcurl_sha256.h34 extern const struct HMAC_params Curl_HMAC_SHA256[1];
Dcurl_md5.h54 extern const struct HMAC_params Curl_HMAC_MD5[1];
Dsha256.c527 const struct HMAC_params Curl_HMAC_SHA256[] = {
Dmd5.c559 const struct HMAC_params Curl_HMAC_MD5[] = {
/third_party/curl/
DCHANGES3844 truct HMAC_params'
3845 527 | const struct HMAC_params Curl_HMAC_SHA256[] = {