Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_crypto_wep.c81 uint32_t wc_iv; /* initial vector for crypto */ member
101 net80211_get_random_bytes(&ctx->wc_iv, sizeof(ctx->wc_iv)); in wep_attach()
151 iv = ctx->wc_iv; in wep_setiv()
157 ctx->wc_iv = iv + 1; in wep_setiv()
/freebsd/tools/regression/net80211/wep/
H A Dtest_wep.c182 uint32_t wc_iv; /* initial vector for crypto */ member
255 memcpy(&ctx->wc_iv, t->iv, sizeof(t->iv)); /* for encap/encrypt */ in runtest()