Searched refs:num_blocks (Results 1 – 1 of 1) sorted by relevance
39 size_t num_blocks, left; in eap_pax_kdf() local41 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()