Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhmac.c50 static const unsigned char hmac_opad = 0x5C; variable
94 b = (unsigned char)(*key++ ^ hmac_opad); in Curl_HMAC_init()
100 (*hashparams->hmac_hupdate)(ctxt->hmac_hashctxt2, &hmac_opad, 1); in Curl_HMAC_init()

Completed in 1 milliseconds