Home
last modified time | relevance | path

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

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_constants.h124 #define IPMI_INTEGRITY_HMAC_SHA1_96 0x01 macro
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt_impl.c124 (mac == IPMI_INTEGRITY_HMAC_SHA1_96)) in lanplus_HMAC()
H A Dlanplus_crypt.c241 assert(session->v2_data.integrity_alg == IPMI_INTEGRITY_HMAC_SHA1_96); in lanplus_rakp4_hmac_matches()
815 assert(session->v2_data.integrity_alg == IPMI_INTEGRITY_HMAC_SHA1_96); in lanplus_has_valid_auth_code()
H A Dlanplus.c189 *integrity_alg = IPMI_INTEGRITY_HMAC_SHA1_96; in lanplus_get_requested_ciphers()
194 *integrity_alg = IPMI_INTEGRITY_HMAC_SHA1_96; in lanplus_get_requested_ciphers()
199 *integrity_alg = IPMI_INTEGRITY_HMAC_SHA1_96; in lanplus_get_requested_ciphers()
204 *integrity_alg = IPMI_INTEGRITY_HMAC_SHA1_96; in lanplus_get_requested_ciphers()
/openbmc/ipmitool/lib/
H A Dipmi_strings.c519 { IPMI_INTEGRITY_HMAC_SHA1_96, "hmac_sha1_96" },