Home
last modified time | relevance | path

Searched refs:password_length (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_user.c533 int password_length = 0; in ipmi_user_test() local
543 if (str2int(argv[2], &password_length) != 0 in ipmi_user_test()
544 || (password_length != 16 && password_length != 20)) { in ipmi_user_test()
564 password_length == 20); in ipmi_user_test()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_user.robot428 # password_length password_option expected_status
438 # password_length password_option expected_status
449 # password_length password_option expected_status
460 # password_length password_option expected_status
470 # password_length password_option expected_status
589 [Arguments] ${password_length} ${password_option} ${expected_result}
592 # password_length Length of password to be generated and used (e.g. "16").
596 Rprint Vars password_length password_option expected_result
599 ${password}= Get From Dictionary ${password_values} ${password_length}
/openbmc/linux/include/scsi/
H A Discsi_if.h843 uint8_t password_length; member
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c805 chap_rec->password_length = chap_table->secret_len; in qla4xxx_get_chap_list()
996 chap_rec.password_length = param_info->value[0]; in qla4xxx_set_chap_entry()