Searched refs:salt_pwd (Results 1 – 1 of 1) sorted by relevance
366 const u8 *salt_pwd[2]; in eap_pwd_perform_commit_exchange() local445 salt_pwd[0] = data->password; in eap_pwd_perform_commit_exchange()446 salt_pwd[1] = ptr; in eap_pwd_perform_commit_exchange()449 if (sha1_vector(2, salt_pwd, salt_pwd_len, salthashpwd) < 0) in eap_pwd_perform_commit_exchange()482 salt_pwd[0] = data->password; in eap_pwd_perform_commit_exchange()483 salt_pwd[1] = ptr; in eap_pwd_perform_commit_exchange()486 if (sha256_vector(2, salt_pwd, salt_pwd_len, salthashpwd) < 0) in eap_pwd_perform_commit_exchange()517 salt_pwd[0] = data->password; in eap_pwd_perform_commit_exchange()518 salt_pwd[1] = ptr; in eap_pwd_perform_commit_exchange()521 if (sha512_vector(2, salt_pwd, salt_pwd_len, salthashpwd) < 0) in eap_pwd_perform_commit_exchange()