Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddpp_i.h94 int dpp_pbkdf2(size_t hash_len, const u8 *password, size_t password_len,
Ddpp_backup.c323 if (dpp_pbkdf2(hash_len, key, key_len, wpabuf_head(salt), 64, 1000, in dpp_build_pw_recipient_info()
1241 if (dpp_pbkdf2(data.prf_hash_len, key, key_len, data.salt, 64, 1000, in dpp_conf_resp_env_data()
Ddpp_crypto.c340 int dpp_pbkdf2(size_t hash_len, const u8 *password, size_t password_len, in dpp_pbkdf2() function