Searched refs:wc_iv (Results 1 – 2 of 2) sorted by relevance
79 uint32_t wc_iv; /* initial vector for crypto */ member99 get_random_bytes(&ctx->wc_iv, sizeof(ctx->wc_iv)); in wep_attach()163 iv = ctx->wc_iv; in wep_encap()169 ctx->wc_iv = iv + 1; in wep_encap()
182 u_int32_t wc_iv; /* initial vector for crypto */ member253 memcpy(&ctx->wc_iv, t->iv, sizeof(t->iv)); /* for encap/encrypt */ in runtest()