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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_wep.c81 uint32_t wc_iv; /* initial vector for crypto */ member in struct:wep_ctx
98 (void) random_get_pseudo_bytes((unsigned char *)&ctx->wc_iv,
149 iv = ctx->wc_iv;
159 ctx->wc_iv = iv + 1;

Completed in 59 milliseconds