Searched refs:npw (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | fastpbkdf2.h | 40 void fastpbkdf2_hmac_sha1(const uint8_t *pw, size_t npw,
|
D | fastpbkdf2.c | 210 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()
|