Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.c48 uchar_t kipad[64]; in HMACInit() local
61 kipad[i] = (i < klen ? keyptr[i] : 0) ^ 0x36; in HMACInit()
65 SHA1Update(sha1Context, kipad, 64); in HMACInit()