Home
last modified time | relevance | path

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

/curl/lib/
H A Dcurl_hmac.h42 struct HMAC_params { struct
54 const struct HMAC_params *hash; /* Hash function definition. */ argument
61 struct HMAC_context *Curl_HMAC_init(const struct HMAC_params *hashparams,
69 CURLcode Curl_hmacit(const struct HMAC_params *hashparams,
H A Dhmac.c53 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()
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;
H A Dcurl_md5.h54 extern const struct HMAC_params Curl_HMAC_MD5;
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.c566 const struct HMAC_params Curl_HMAC_MD5 = {

Completed in 19 milliseconds