Home
last modified time | relevance | path

Searched refs:IPMI_1_5_MAX_PASSWORD_LENGTH (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/util/
H A Dipmi-lan-util.c113 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 Dipmi-lan-interface.c221 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 Dipmi-config-category-core-user-sections.c817 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 Dipmi-lan-session-common.c502 && !(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 Dipmi-lan-interface-api.c104 IPMI_1_5_MAX_PASSWORD_LENGTH, in api_lan_cmd()
H A Dipmi-api.c503 || (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 Dipmi-messaging-support-cmds-api.c2725 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH) in ipmi_cmd_set_user_password()
/dports/sysutils/freeipmi/freeipmi-1.6.8/ipmipower/
H A Dipmipower_check.c920 && 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 Dipmipower_packet.c989 && 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 Dipmipower_powercmd.c1816 && 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 Dipmipower_prompt.c210 && strlen (argv[1]) <= IPMI_1_5_MAX_PASSWORD_LENGTH)))) in _cmd_password()
/dports/sysutils/freeipmi/freeipmi-1.6.8/libipmiconsole/
H A Dipmiconsole_checks.c736 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH)
737 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH;
H A Dipmiconsole_packet.c826 && password_len > IPMI_1_5_MAX_PASSWORD_LENGTH)
827 password_len = IPMI_1_5_MAX_PASSWORD_LENGTH;
H A Dipmiconsole_processing.c2061 && 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 Dtool-cmdline-common.c614 && 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 Dipmi-messaging-support-cmds.h30 #define IPMI_1_5_MAX_PASSWORD_LENGTH 16 macro
/dports/sysutils/freeipmi/freeipmi-1.6.8/libfreeipmi/cmds/
H A Dipmi-messaging-support-cmds.c2358 && 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 DChangeLog12924 IPMI_1_5_MAX_PASSWORD_LENGTH and IPMI_2_0_MAX_PASSWORD_LENGTH as