Searched refs:hmac_hupdate (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/
H A Dhmac.c76 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, key, keylen);
89 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, &b, 1);
91 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt2, &b, 1);
95 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, &hmac_ipad, 1);
96 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt2, &hmac_opad, 1);
108 (*ctxt->hmac_hash->hmac_hupdate)(ctxt->hmac_hashctxt1, data, len);
125 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt2,
H A Dcurl_hmac.h38 HMAC_hupdate_func hmac_hupdate; /* Update context with data. */ member in struct:__anon3600

Completed in 45 milliseconds