Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pwd.c368 u8 salt_len, salthashpwd[64]; /* 64 = SHA512_DIGEST_LENGTH */ in eap_pwd_perform_commit_exchange() local
449 if (sha1_vector(2, salt_pwd, salt_pwd_len, salthashpwd) < 0) in eap_pwd_perform_commit_exchange()
456 password = salthashpwd; in eap_pwd_perform_commit_exchange()
486 if (sha256_vector(2, salt_pwd, salt_pwd_len, salthashpwd) < 0) in eap_pwd_perform_commit_exchange()
490 password = salthashpwd; in eap_pwd_perform_commit_exchange()
521 if (sha512_vector(2, salt_pwd, salt_pwd_len, salthashpwd) < 0) in eap_pwd_perform_commit_exchange()
525 password = salthashpwd; in eap_pwd_perform_commit_exchange()
565 forced_memzero(salthashpwd, sizeof(salthashpwd)); in eap_pwd_perform_commit_exchange()