Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/crypt/
H A Dhmac_sha1.c80 uchar_t kopad[64]; in HMACFinal() local
93 kopad[i] = (i < klen ? keyptr[i] : 0) ^ 0x5c; in HMACFinal()
100 SHA1Update(sha1Context, kopad, 64); in HMACFinal()