HomeSort by relevance Sort by last modified time
    Searched refs:hmac_hashctxt1 (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
hmac.c 69 ctxt->hmac_hashctxt1 = (void *) (ctxt + 1);
70 ctxt->hmac_hashctxt2 = (void *) ((char *) ctxt->hmac_hashctxt1 +
75 (*hashparams->hmac_hinit)(ctxt->hmac_hashctxt1);
76 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, key, keylen);
78 (*hashparams->hmac_hfinal)(hkey, ctxt->hmac_hashctxt1);
84 (*hashparams->hmac_hinit)(ctxt->hmac_hashctxt1);
89 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, &b, 1);
95 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, &hmac_ipad, 1);
108 (*ctxt->hmac_hash->hmac_hupdate)(ctxt->hmac_hashctxt1, data, len);
124 (*hashparams->hmac_hfinal)(result, ctxt->hmac_hashctxt1);
    [all...]
curl_hmac.h 50 void * hmac_hashctxt1; /* Hash function context 1. */ member in struct:__anon8537

Completed in 2061 milliseconds