Searched refs:ospasswordlength (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | plpks.c | 55 static u16 ospasswordlength; variable 166 pr_debug("Password of length %u already in use\n", ospasswordlength); in plpks_gen_password() 179 ospasswordlength = maxpwsize; in plpks_gen_password() 185 memcpy(ospassword, password, ospasswordlength); in plpks_gen_password() 219 memcpy(auth->password, ospassword, ospasswordlength); in construct_auth() 221 auth->passwordlength = cpu_to_be16(ospasswordlength); in construct_auth() 537 return ospasswordlength; in plpks_get_passwordlen() 1310 return fdt_setprop(fdt, chosen_offset, "ibm,plpks-pw", ospassword, ospasswordlength); in plpks_populate_fdt() 1349 ospasswordlength = (u16)len; in plpks_early_init_devtree()
|