Searched refs:ospasswordlength (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | plpks.c | 28 static u16 ospasswordlength; variable 137 pr_debug("Password of length %u already in use\n", ospasswordlength); in plpks_gen_password() 150 ospasswordlength = maxpwsize; in plpks_gen_password() 156 memcpy(ospassword, password, ospasswordlength); in plpks_gen_password() 190 memcpy(auth->password, ospassword, ospasswordlength); in construct_auth() 192 auth->passwordlength = cpu_to_be16(ospasswordlength); in construct_auth() 374 return ospasswordlength; in plpks_get_passwordlen() 647 return fdt_setprop(fdt, chosen_offset, "ibm,plpks-pw", ospassword, ospasswordlength); in plpks_populate_fdt() 681 ospasswordlength = (u16)len; in plpks_early_init_devtree()
|