Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt.c80 uint32_t SIDm_lsbf, SIDc_lsbf; in lanplus_rakp2_hmac_matches() local
120 SIDc_lsbf = session->v2_data.bmc_id; in lanplus_rakp2_hmac_matches()
122 SIDc_lsbf = BSWAP_32(SIDc_lsbf); in lanplus_rakp2_hmac_matches()
124 memcpy(buffer + 4, &SIDc_lsbf, 4); in lanplus_rakp2_hmac_matches()
233 uint32_t SIDc_lsbf; in lanplus_rakp4_hmac_matches() local
277 SIDc_lsbf = session->v2_data.bmc_id; in lanplus_rakp4_hmac_matches()
279 SIDc_lsbf = BSWAP_32(SIDc_lsbf); in lanplus_rakp4_hmac_matches()
281 memcpy(buffer + 16, &SIDc_lsbf, 4); in lanplus_rakp4_hmac_matches()