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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhmac.c47 static const unsigned char hmac_opad = 0x5C; variable
91 b = (unsigned char)(*key++ ^ hmac_opad);
97 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt2, &hmac_opad, 1);

Completed in 40 milliseconds