Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt.c73 const uint8_t * bmc_mac, struct ipmi_intf * intf) in lanplus_rakp2_hmac_matches() argument
198 return (memcmp(bmc_mac, mac, macLength) == 0); in lanplus_rakp2_hmac_matches()
227 const uint8_t * bmc_mac, struct ipmi_intf * intf) in lanplus_rakp4_hmac_matches() argument
316 printbuf(bmc_mac, macLength, ">> rakp4 mac as computed by the BMC"); in lanplus_rakp4_hmac_matches()
325 return (memcmp(bmc_mac, mac, 12) == 0); in lanplus_rakp4_hmac_matches()