/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/util/ |
H A D | ipmi-lan-util.c | 113 uint8_t authentication_code_recv[IPMI_1_5_MAX_PASSWORD_LENGTH]; in ipmi_lan_check_session_authentication_code() 114 uint8_t authentication_code_calc[IPMI_1_5_MAX_PASSWORD_LENGTH]; in ipmi_lan_check_session_authentication_code() 116 uint8_t pwbuf[IPMI_1_5_MAX_PASSWORD_LENGTH]; in ipmi_lan_check_session_authentication_code() 195 if (authentication_code_recv_len != IPMI_1_5_MAX_PASSWORD_LENGTH) in ipmi_lan_check_session_authentication_code() 235 memset (pwbuf, '\0', IPMI_1_5_MAX_PASSWORD_LENGTH); in ipmi_lan_check_session_authentication_code() 325 secure_memset (pwbuf, '\0', IPMI_1_5_MAX_PASSWORD_LENGTH); in ipmi_lan_check_session_authentication_code() 339 uint8_t authentication_code_buf[IPMI_1_5_MAX_PASSWORD_LENGTH]; in ipmi_lan_check_packet_session_authentication_code() 340 uint8_t pwbuf[IPMI_1_5_MAX_PASSWORD_LENGTH]; in ipmi_lan_check_packet_session_authentication_code() 450 memset (pwbuf, '\0', IPMI_1_5_MAX_PASSWORD_LENGTH); in ipmi_lan_check_packet_session_authentication_code() 511 secure_memset (pwbuf, '\0', IPMI_1_5_MAX_PASSWORD_LENGTH); in ipmi_lan_check_packet_session_authentication_code() [all …]
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/interface/ |
H A D | ipmi-lan-interface.c | 221 msg_len += IPMI_1_5_MAX_PASSWORD_LENGTH; in _ipmi_lan_pkt_rq_min_size() 276 uint8_t pwbuf[IPMI_1_5_MAX_PASSWORD_LENGTH]; in assemble_ipmi_lan_pkt() 382 indx += IPMI_1_5_MAX_PASSWORD_LENGTH; in assemble_ipmi_lan_pkt() 473 memset (pwbuf, '\0', IPMI_1_5_MAX_PASSWORD_LENGTH); in assemble_ipmi_lan_pkt() 487 IPMI_1_5_MAX_PASSWORD_LENGTH) < 0) in assemble_ipmi_lan_pkt() 495 IPMI_1_5_MAX_PASSWORD_LENGTH); in assemble_ipmi_lan_pkt() 508 IPMI_1_5_MAX_PASSWORD_LENGTH); in assemble_ipmi_lan_pkt() 539 assert (IPMI_1_5_MAX_PASSWORD_LENGTH == MD2_DIGEST_LENGTH); in assemble_ipmi_lan_pkt() 542 md2_update_data (&ctx, pwbuf, IPMI_1_5_MAX_PASSWORD_LENGTH); in assemble_ipmi_lan_pkt() 557 assert (IPMI_1_5_MAX_PASSWORD_LENGTH == MD5_DIGEST_LENGTH); in assemble_ipmi_lan_pkt() [all …]
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmi-config/ |
H A D | ipmi-config-category-core-user-sections.c | 817 if (strlen (kv->value_input) > IPMI_1_5_MAX_PASSWORD_LENGTH) in password_checkout() 876 if (strlen (kv->value_input) > IPMI_1_5_MAX_PASSWORD_LENGTH) in password_commit() 975 if (strlen (value) > IPMI_1_5_MAX_PASSWORD_LENGTH) in password_validate() 996 if (strlen (value) <= IPMI_1_5_MAX_PASSWORD_LENGTH) in password_validate() 1202 char password[IPMI_1_5_MAX_PASSWORD_LENGTH]; in enable_user_commit() 1250 memset (password, 0, IPMI_1_5_MAX_PASSWORD_LENGTH); in enable_user_commit() 1327 IPMI_1_5_MAX_PASSWORD_LENGTH) < 0) in enable_user_commit()
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/api/ |
H A D | ipmi-lan-session-common.c | 502 && !(password && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in _api_lan_cmd_send() 711 && !(password && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in _api_lan_cmd_wrapper_verify_packet() 920 && !(password && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in api_lan_cmd_wrapper() 1509 IPMI_1_5_MAX_PASSWORD_LENGTH, in api_lan_cmd_wrapper_ipmb() 1584 && strlen (ctx->io.outofband.password) <= IPMI_1_5_MAX_PASSWORD_LENGTH in api_lan_open_session() 1828 IPMI_1_5_MAX_PASSWORD_LENGTH, in api_lan_open_session() 2045 IPMI_1_5_MAX_PASSWORD_LENGTH, in api_lan_close_session() 3874 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in api_lan_2_0_open_session() 3875 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH; in api_lan_2_0_open_session()
|
H A D | ipmi-lan-interface-api.c | 104 IPMI_1_5_MAX_PASSWORD_LENGTH, in api_lan_cmd()
|
H A D | ipmi-api.c | 503 || (password && strlen (password) > IPMI_1_5_MAX_PASSWORD_LENGTH) 531 memset (ctx->io.outofband.password, '\0', IPMI_1_5_MAX_PASSWORD_LENGTH+1);
|
H A D | ipmi-messaging-support-cmds-api.c | 2725 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in ipmi_cmd_set_user_password()
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmipower/ |
H A D | ipmipower_check.c | 920 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in ipmipower_check_rakp_2_key_exchange_authentication_code() 921 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH; in ipmipower_check_rakp_2_key_exchange_authentication_code()
|
H A D | ipmipower_packet.c | 989 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in ipmipower_packet_create() 990 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH; in ipmipower_packet_create()
|
H A D | ipmipower_powercmd.c | 1816 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in _calculate_cipher_keys() 1817 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH; in _calculate_cipher_keys()
|
H A D | ipmipower_prompt.c | 210 && strlen (argv[1]) <= IPMI_1_5_MAX_PASSWORD_LENGTH)))) in _cmd_password()
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/libipmiconsole/ |
H A D | ipmiconsole_checks.c | 736 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) 737 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH;
|
H A D | ipmiconsole_packet.c | 826 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) 827 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH;
|
H A D | ipmiconsole_processing.c | 2061 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in _calculate_cipher_keys() 2062 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH; in _calculate_cipher_keys()
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/common/toolcommon/ |
H A D | tool-cmdline-common.c | 614 && strlen (common_args->password) > IPMI_1_5_MAX_PASSWORD_LENGTH) in verify_common_cmd_args_outofband()
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/include/freeipmi/cmds/ |
H A D | ipmi-messaging-support-cmds.h | 30 #define IPMI_1_5_MAX_PASSWORD_LENGTH 16 macro
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/cmds/ |
H A D | ipmi-messaging-support-cmds.c | 2358 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in fill_cmd_set_user_password() 2389 buf_max_len = IPMI_1_5_MAX_PASSWORD_LENGTH; in fill_cmd_set_user_password()
|
/dports/sysutils/freeipmi/freeipmi-1.6.8/ |
H A D | ChangeLog | 12924 IPMI_1_5_MAX_PASSWORD_LENGTH and IPMI_2_0_MAX_PASSWORD_LENGTH as
|