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

/freebsd-12-stable/contrib/libucl/src/
H A Ducl_msgpack.c1435 int16_t iv16; local
1468 memcpy (&iv16, pos, sizeof (iv16));
1469 iv16 = FROM_BE16 (iv16);
1470 obj->value.iv = iv16;
/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto_tkip.c280 uint16_t iv16 = (b4 << 0) | (b5 << 8); local
281 return (((uint64_t)iv16) << 32) | iv32;
1040 u16 iv16; local
1047 iv16 = (u16) ctx->rx_rsc;
1056 tkip_mixing_phase2(ctx->rx_rc4key, key->wk_key, ctx->rx_ttak, iv16);
H A Dieee80211_crypto_ccmp.c225 uint16_t iv16 = (b4 << 0) | (b5 << 8); local
226 return (((uint64_t)iv16) << 32) | iv32;

Completed in 105 milliseconds