Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_constants.h123 #define IPMI_INTEGRITY_NONE 0x00 macro
/openbmc/ipmitool/lib/
H A Dipmi_strings.c518 { IPMI_INTEGRITY_NONE, "none" },
H A Dipmi_channel.c484 integrity_alg = IPMI_INTEGRITY_NONE; in ipmi_get_channel_cipher_suites()
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt.c237 if (session->v2_data.integrity_alg == IPMI_INTEGRITY_NONE) in lanplus_rakp4_hmac_matches()
811 (session->v2_data.integrity_alg == IPMI_INTEGRITY_NONE)) in lanplus_has_valid_auth_code()
H A Dlanplus.c179 *integrity_alg = IPMI_INTEGRITY_NONE; in lanplus_get_requested_ciphers()
184 *integrity_alg = IPMI_INTEGRITY_NONE; in lanplus_get_requested_ciphers()
209 *integrity_alg = IPMI_INTEGRITY_NONE; in lanplus_get_requested_ciphers()
1642 ((session->v2_data.integrity_alg != IPMI_INTEGRITY_NONE)? 0x40 : 0x00); in ipmi_lanplus_build_v2x_msg()
1762 (session->v2_data.integrity_alg != IPMI_INTEGRITY_NONE)) in ipmi_lanplus_build_v2x_msg()