Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dfastpbkdf2.h40 void fastpbkdf2_hmac_sha1(const uint8_t *pw, size_t npw,
Dfastpbkdf2.c210 static inline void PBKDF2(_name)(const uint8_t *pw, size_t npw, \
220 HMAC_INIT(_name)(&ctx, pw, npw); \
382 void fastpbkdf2_hmac_sha1(const uint8_t *pw, size_t npw, in fastpbkdf2_hmac_sha1() argument
387 PBKDF2(sha1)(pw, npw, salt, nsalt, iterations, out, nout); in fastpbkdf2_hmac_sha1()