Searched refs:auth_alg (Results 1 – 9 of 9) sorted by relevance
| /openbmc/ipmitool/src/plugins/lanplus/ |
| H A D | lanplus_crypt.c | 83 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_rakp2_hmac_matches() 87 assert(session->v2_data.auth_alg == IPMI_AUTH_RAKP_HMAC_SHA1); in lanplus_rakp2_hmac_matches() 181 lanplus_HMAC(session->v2_data.auth_alg, in lanplus_rakp2_hmac_matches() 243 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_rakp4_hmac_matches() 247 assert(session->v2_data.auth_alg == IPMI_AUTH_RAKP_HMAC_SHA1); in lanplus_rakp4_hmac_matches() 306 : session->v2_data.auth_alg , in lanplus_rakp4_hmac_matches() 364 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_generate_rakp3_authcode() 371 assert(session->v2_data.auth_alg == IPMI_AUTH_RAKP_HMAC_SHA1); in lanplus_generate_rakp3_authcode() 426 lanplus_HMAC(session->v2_data.auth_alg, in lanplus_generate_rakp3_authcode() 483 if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) in lanplus_generate_sik() [all …]
|
| H A D | lanplus_dump.c | 76 val2str(rsp->payload.open_session_response.auth_alg, in lanplus_dump_open_session_response() 91 void lanplus_dump_rakp2_message(const struct ipmi_rs * rsp, uint8_t auth_alg) in lanplus_dump_rakp2_message() argument 123 switch(auth_alg) in lanplus_dump_rakp2_message() 148 void lanplus_dump_rakp4_message(const struct ipmi_rs * rsp, uint8_t auth_alg) in lanplus_dump_rakp4_message() argument 170 switch(auth_alg) in lanplus_dump_rakp4_message()
|
| H A D | lanplus_dump.h | 41 void lanplus_dump_rakp2_message(const struct ipmi_rs * rsp, uint8_t auth_alg); 42 void lanplus_dump_rakp4_message(const struct ipmi_rs * rsp, uint8_t auth_alg);
|
| H A D | lanplus.c | 167 uint8_t * auth_alg, in lanplus_get_requested_ciphers() argument 178 *auth_alg = IPMI_AUTH_RAKP_NONE; in lanplus_get_requested_ciphers() 183 *auth_alg = IPMI_AUTH_RAKP_HMAC_SHA1; in lanplus_get_requested_ciphers() 188 *auth_alg = IPMI_AUTH_RAKP_HMAC_SHA1; in lanplus_get_requested_ciphers() 193 *auth_alg = IPMI_AUTH_RAKP_HMAC_SHA1; in lanplus_get_requested_ciphers() 198 *auth_alg = IPMI_AUTH_RAKP_HMAC_SHA1; in lanplus_get_requested_ciphers() 203 *auth_alg = IPMI_AUTH_RAKP_HMAC_SHA1; in lanplus_get_requested_ciphers() 208 *auth_alg = IPMI_AUTH_RAKP_HMAC_MD5; in lanplus_get_requested_ciphers() 213 *auth_alg = IPMI_AUTH_RAKP_HMAC_MD5; in lanplus_get_requested_ciphers() 218 *auth_alg = IPMI_AUTH_RAKP_HMAC_MD5; in lanplus_get_requested_ciphers() [all …]
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_channel.c | 354 uint8_t auth_alg, integrity_alg, crypt_alg; in ipmi_get_channel_cipher_suites() local 483 auth_alg = IPMI_AUTH_RAKP_NONE; in ipmi_get_channel_cipher_suites() 494 auth_alg = cipher_suite_data[offset++] & 0x3F; in ipmi_get_channel_cipher_suites() 511 val2str(auth_alg, ipmi_auth_algorithms), in ipmi_get_channel_cipher_suites()
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi.h | 204 uint8_t auth_alg; member
|
| H A D | ipmi_intf.h | 113 uint8_t auth_alg; member
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/ |
| H A D | wpa_supplicant.conf | 602 auth_alg=SHARED
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_cipher.robot | 64 # [auth_alg]: hmac_sha1 70 # [auth_alg]: hmac_sha256
|