Home
last modified time | relevance | path

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

/curl/lib/
H A Dhmac.c49 static const unsigned char hmac_ipad = 0x36; variable
92 b = (unsigned char)(*key ^ hmac_ipad); in Curl_HMAC_init()
99 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt1, &hmac_ipad, 1); in Curl_HMAC_init()

Completed in 3 milliseconds