Home
last modified time | relevance | path

Searched refs:pbkdf2_sha1 (Results 1 - 24 of 24) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/build/include/
H A Dlibwpa.h15 int pbkdf2_sha1(const char *passphrase, const uint8_t *ssid, size_t ssid_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9/build/include/
H A Dlibwpa.h15 int pbkdf2_sha1(const char *passphrase, const uint8_t *ssid, size_t ssid_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1.h25 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len,
H A Dsha1-pbkdf2.c59 * pbkdf2_sha1 - SHA1-based key derivation function (PBKDF2) for IEEE 802.11i
72 __attribute__ ((visibility ("default"))) int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
H A Dcrypto_module_tests.c1242 if (pbkdf2_sha1(test->passphrase, in test_sha1()
1258 if (pbkdf2_sha1(test->p, (const u8 *) test->s, strlen(test->s), in test_sha1()
H A Dcrypto_openssl.c1118 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
H A Dcrypto_wolfssl.c274 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_passphrase.c61 pbkdf2_sha1(passphrase, (u8 *) ssid, os_strlen(ssid), 4096, psk, 32); in main()
H A Dwpa_supplicant.c1630 pbkdf2_sha1(ssid->passphrase, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1666 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
H A Dconfig.c3150 pbkdf2_sha1(ssid->passphrase, ssid->ssid, ssid->ssid_len, 4096, in wpa_config_update_psk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1.h25 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len,
H A Dsha1-pbkdf2.c59 * pbkdf2_sha1 - SHA1-based key derivation function (PBKDF2) for IEEE 802.11i
72 __attribute__ ((visibility ("default"))) int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
H A 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()
H A Dcrypto_wolfssl.c274 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
H A Dcrypto_openssl.c1191 int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_passphrase.c61 pbkdf2_sha1(passphrase, (u8 *) ssid, os_strlen(ssid), 4096, psk, 32); in main()
H A Dwpa_supplicant.c1921 pbkdf2_sha1(ssid->passphrase, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
1957 pbkdf2_sha1(pw_str, bss->ssid, bss->ssid_len, in wpa_supplicant_set_suites()
H A Dconfig.c3574 pbkdf2_sha1(ssid->passphrase, ssid->ssid, ssid->ssid_len, 4096, in wpa_config_update_psk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dpkcs5.c376 if (pbkdf2_sha1(passwd, params->salt, params->salt_len, in pkcs5_crypto_init_pbes2()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.c416 pbkdf2_sha1(pos, ssid->ssid, ssid->ssid_len, in hostapd_config_read_wpa_psk()
464 pbkdf2_sha1(ssid->wpa_passphrase, in hostapd_derive_psk()
H A Dwpa_auth_glue.c408 pbkdf2_sha1(pos->passphrase, in hostapd_wpa_auth_get_psk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.c381 pbkdf2_sha1(pos, ssid->ssid, ssid->ssid_len, in hostapd_config_read_wpa_psk()
427 pbkdf2_sha1(ssid->wpa_passphrase, in hostapd_derive_psk()
H A Dwpa_auth_glue.c312 pbkdf2_sha1(pos->passphrase, in hostapd_wpa_auth_get_psk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dpkcs5.c398 if (pbkdf2_sha1(passwd, params->salt, params->salt_len, in pkcs5_crypto_init_pbes2()

Completed in 52 milliseconds