Home
last modified time | relevance | path

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

/curl/lib/
H A 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,
H A 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()
H A Dcurl_sha512_256.h34 extern const struct HMAC_params Curl_HMAC_SHA512_256[1];
H A Dcurl_sha256.h34 extern const struct HMAC_params Curl_HMAC_SHA256[1];
H A Dcurl_md5.h54 extern const struct HMAC_params Curl_HMAC_MD5[1];
H A Dsha256.c527 const struct HMAC_params Curl_HMAC_SHA256[] = {
H A Dcurl_sha512_256.c840 const struct HMAC_params Curl_HMAC_SHA512_256[] = {
H A Dmd5.c560 const struct HMAC_params Curl_HMAC_MD5[] = {

Completed in 20 milliseconds