Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt.c78 uint32_t macLength; in lanplus_rakp2_hmac_matches() local
187 &macLength); in lanplus_rakp2_hmac_matches()
195 printbuf(mac, macLength, ">> rakp2 mac as computed by the remote console"); in lanplus_rakp2_hmac_matches()
198 return (memcmp(bmc_mac, mac, macLength) == 0); in lanplus_rakp2_hmac_matches()
232 uint32_t macLength; in lanplus_rakp4_hmac_matches() local
312 &macLength); in lanplus_rakp4_hmac_matches()
316 printbuf(bmc_mac, macLength, ">> rakp4 mac as computed by the BMC"); in lanplus_rakp4_hmac_matches()
317 printbuf(mac, macLength, ">> rakp4 mac as computed by the remote console"); in lanplus_rakp4_hmac_matches()
324 assert(macLength == 20); in lanplus_rakp4_hmac_matches()