Searched refs:wc_iv (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto_wep.c83 uint32_t wc_iv; /* initial vector for crypto */ member in struct:wep_ctx
103 get_random_bytes(&ctx->wc_iv, sizeof(ctx->wc_iv));
153 iv = ctx->wc_iv;
159 ctx->wc_iv = iv + 1;
/freebsd-12-stable/tools/regression/net80211/wep/
H A Dtest_wep.c184 uint32_t wc_iv; /* initial vector for crypto */ member in struct:wep_ctx_hw
257 memcpy(&ctx->wc_iv, t->iv, sizeof(t->iv)); /* for encap/encrypt */

Completed in 104 milliseconds