Searched refs:pwdcfg (Results 1 – 1 of 1) sorted by relevance
321 static int tlmi_get_pwd_settings(struct tlmi_pwdcfg *pwdcfg) in tlmi_get_pwd_settings() argument357 memcpy(pwdcfg, obj->buffer.pointer, copy_size); in tlmi_get_pwd_settings()360 if (WARN_ON(pwdcfg->core.max_length >= TLMI_PWD_BUFSIZE)) in tlmi_get_pwd_settings()361 pwdcfg->core.max_length = TLMI_PWD_BUFSIZE - 1; in tlmi_get_pwd_settings()694 if (tlmi_priv.pwdcfg.core.password_mode >= TLMI_PWDCFG_MODE_MULTICERT) in cert_command()748 if (tlmi_priv.pwdcfg.core.password_mode >= TLMI_PWDCFG_MODE_MULTICERT) { in certificate_thumbprint_show()992 if ((tlmi_priv.pwdcfg.core.password_mode >= TLMI_PWDCFG_MODE_MULTICERT) && in auth_attr_is_visible()1604 new_pwd->minlen = tlmi_priv.pwdcfg.core.min_length; in tlmi_create_auth()1605 new_pwd->maxlen = tlmi_priv.pwdcfg.core.max_length; in tlmi_create_auth()1726 ret = tlmi_get_pwd_settings(&tlmi_priv.pwdcfg); in tlmi_analyze()[all …]