Searched refs:nsalt (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | fastpbkdf2.c | 170 const uint8_t *salt, size_t nsalt, \ 185 HMAC_UPDATE(_name)(&ctx, salt, nsalt); \ 211 const uint8_t *salt, size_t nsalt, \ 228 PBKDF2_F(_name)(&ctx, counter, salt, nsalt, iterations, block); \ 383 const uint8_t *salt, size_t nsalt, in fastpbkdf2_hmac_sha1() argument 387 PBKDF2(sha1)(pw, npw, salt, nsalt, iterations, out, nout); in fastpbkdf2_hmac_sha1()
|
D | fastpbkdf2.h | 41 const uint8_t *salt, size_t nsalt,
|