Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/pseries/
Dplpks.c38 static u16 ospasswordlength; variable
137 ospasswordlength = maxpwsize; in plpks_gen_password()
143 memcpy(ospassword, password, ospasswordlength); in plpks_gen_password()
179 memcpy(auth->password, ospassword, ospasswordlength); in construct_auth()
181 auth->passwordlength = cpu_to_be16(ospasswordlength); in construct_auth()