Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_passphrase.c61 pbkdf2_sha1(passphrase, (u8 *) ssid, os_strlen(ssid), 4096, psk, 32); in main()
Dwpa_supplicant.c1772 pbkdf2_sha1(ssid->passphrase, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1808 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
Dconfig.c3395 pbkdf2_sha1(ssid->passphrase, ssid->ssid, ssid->ssid_len, 4096, in wpa_config_update_psk()
/external/wpa_supplicant_8/src/crypto/
Dsha1.h25 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len,
Dsha1-pbkdf2.c72 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
Dcrypto_module_tests.c1391 if (pbkdf2_sha1(test->passphrase, in test_sha1()
1407 if (pbkdf2_sha1(test->p, (const u8 *) test->s, strlen(test->s), in test_sha1()
Dcrypto_wolfssl.c274 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
Dcrypto_openssl.c1127 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
/external/wpa_supplicant_8/src/tls/
Dpkcs5.c398 if (pbkdf2_sha1(passwd, params->salt, params->salt_len, in pkcs5_crypto_init_pbes2()
/external/wpa_supplicant_8/src/ap/
Dap_config.c412 pbkdf2_sha1(pos, ssid->ssid, ssid->ssid_len, in hostapd_config_read_wpa_psk()
460 pbkdf2_sha1(ssid->wpa_passphrase, in hostapd_derive_psk()
Dwpa_auth_glue.c393 pbkdf2_sha1(pos->passphrase, in hostapd_wpa_auth_get_psk()