Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dfastpbkdf2.c75 #define PBKDF2(_name) pbkdf2_ ## _name macro
210 static inline void PBKDF2(_name)(const uint8_t *pw, size_t npw, \
387 PBKDF2(sha1)(pw, npw, salt, nsalt, iterations, out, nout); in fastpbkdf2_hmac_sha1()