Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dfastpbkdf2.c213 uint8_t *out, size_t nout) \
216 assert(out && nout); \
223 uint32_t blocks_needed = (uint32_t)(nout + _hashsz - 1) / _hashsz; \
231 size_t taken = MIN(nout - offset, _hashsz); \
385 uint8_t *out, size_t nout) in fastpbkdf2_hmac_sha1() argument
387 PBKDF2(sha1)(pw, npw, salt, nsalt, iterations, out, nout); in fastpbkdf2_hmac_sha1()
Dfastpbkdf2.h43 uint8_t *out, size_t nout);