Searched refs:extra_idx (Results 1 – 1 of 1) sorted by relevance
130 for (size_t extra_idx = 0; extra_idx < extra_data_count; extra_idx++) { in cfil_crypto_update_context() local131 if (extra_data[extra_idx].iov_base != NULL && extra_data[extra_idx].iov_len > 0) { in cfil_crypto_update_context()132 cchmac_update(di, ctx, extra_data[extra_idx].iov_len, extra_data[extra_idx].iov_base); in cfil_crypto_update_context()