Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()

Completed in 3 milliseconds