Home
last modified time | relevance | path

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

/hostap-latest/src/eap_common/
Deap_pax_common.c39 size_t num_blocks, left; in eap_pax_kdf() local
41 num_blocks = (output_len + EAP_PAX_MAC_LEN - 1) / EAP_PAX_MAC_LEN; in eap_pax_kdf()
42 if (identifier == NULL || num_blocks >= 255) in eap_pax_kdf()
58 for (counter = 1; counter <= (u8) num_blocks; counter++) { in eap_pax_kdf()