Home
last modified time | relevance | path

Searched refs:SIDm_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
112 SIDm_lsbf = session->v2_data.console_id; in lanplus_rakp2_hmac_matches()
114 SIDm_lsbf = BSWAP_32(SIDm_lsbf); in lanplus_rakp2_hmac_matches()
117 memcpy(buffer, &SIDm_lsbf, 4); in lanplus_rakp2_hmac_matches()
361 uint32_t SIDm_lsbf; in lanplus_generate_rakp3_authcode() local
401 SIDm_lsbf = session->v2_data.console_id; in lanplus_generate_rakp3_authcode()
403 SIDm_lsbf = BSWAP_32(SIDm_lsbf); in lanplus_generate_rakp3_authcode()
405 memcpy(input_buffer + 16, &SIDm_lsbf, 4); in lanplus_generate_rakp3_authcode()