HomeSort by: relevance | last modified time | path
    Searched defs:wc_iv (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net80211/
ieee80211_crypto_wep.c 90 u_int32_t wc_iv; /* initial vector for crypto */ member in struct:wep_ctx
105 get_random_bytes(&ctx->wc_iv, sizeof(ctx->wc_iv));
157 iv = ctx->wc_iv;
163 ctx->wc_iv = iv + 1;

Completed in 12 milliseconds