iv 325 arch/i386/i386/via.c void *iv)
iv 335 arch/i386/i386/via.c : "a" (iv), "b" (key), "c" (rep), "d" (cw), "S" (src), "D" (dst)
iv 503 arch/i386/pci/glxsb.c uint32_t pdst, void *key, int len, void *iv)
iv 524 arch/i386/pci/glxsb.c if (iv != NULL) {
iv 526 arch/i386/pci/glxsb.c SB_CBC_IV, iv, 4);
iv 904 compat/svr4/svr4_misc.c syscallarg(svr4_hrt_interval_t *) iv;
iv 583 crypto/blf.c blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len)
iv 590 crypto/blf.c data[j] ^= iv[j];
iv 606 crypto/blf.c iv = data;
iv 615 crypto/blf.c u_int8_t *iv;
iv 618 crypto/blf.c iv = data + len - 16;
iv 637 crypto/blf.c data[j] ^= iv[j];
iv 638 crypto/blf.c iv -= 8;
iv 384 crypto/cryptodev.c if (cop->iv) {
iv 393 crypto/cryptodev.c if ((error = copyin(cop->iv, cse->tmp_iv, cse->txform->blocksize)))
iv 280 crypto/cryptodev.h caddr_t iv;
iv 82 crypto/cryptosoft.c unsigned char iv[EALG_MAX_BLOCK_LEN], blk[EALG_MAX_BLOCK_LEN], *idat;
iv 106 crypto/cryptosoft.c bcopy(crd->crd_iv, iv, ivlen);
iv 108 crypto/cryptosoft.c arc4random_bytes(iv, ivlen);
iv 112 crypto/cryptosoft.c COPYBACK(outtype, buf, crd->crd_inject, ivlen, iv);
iv 118 crypto/cryptosoft.c bcopy(crd->crd_iv, iv, ivlen);
iv 121 crypto/cryptosoft.c COPYDATA(outtype, buf, crd->crd_inject, ivlen, iv);
iv 125 crypto/cryptosoft.c ivp = iv;
iv 128 crypto/cryptosoft.c exf->reinit(sw->sw_kschedule, iv);
iv 160 crypto/cryptosoft.c bcopy(blk, iv, blks);
iv 161 crypto/cryptosoft.c ivp = iv;
iv 167 crypto/cryptosoft.c if (ivp == iv)
iv 170 crypto/cryptosoft.c bcopy(blk, iv, blks);
iv 178 crypto/cryptosoft.c if (ivp == iv)
iv 179 crypto/cryptosoft.c bcopy(piv, iv, blks);
iv 181 crypto/cryptosoft.c ivp = iv;
iv 233 crypto/cryptosoft.c if (ivp == iv)
iv 236 crypto/cryptosoft.c bcopy(idat, iv, blks);
iv 244 crypto/cryptosoft.c if (ivp == iv)
iv 245 crypto/cryptosoft.c bcopy(piv, iv, blks);
iv 247 crypto/cryptosoft.c ivp = iv;
iv 287 crypto/cryptosoft.c bcopy(blk, iv, blks);
iv 288 crypto/cryptosoft.c ivp = iv;
iv 294 crypto/cryptosoft.c if (ivp == iv)
iv 297 crypto/cryptosoft.c bcopy(blk, iv, blks);
iv 305 crypto/cryptosoft.c if (ivp == iv)
iv 306 crypto/cryptosoft.c bcopy(piv, iv, blks);
iv 308 crypto/cryptosoft.c ivp = iv;
iv 351 crypto/cryptosoft.c if (ivp == iv)
iv 354 crypto/cryptosoft.c bcopy(idat, iv, blks);
iv 362 crypto/cryptosoft.c if (ivp == iv)
iv 363 crypto/cryptosoft.c bcopy(piv, iv, blks);
iv 365 crypto/cryptosoft.c ivp = iv;
iv 83 crypto/des.h #define des_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \
iv 84 crypto/des.h des_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
iv 86 crypto/des.h #define des_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \
iv 87 crypto/des.h des_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
iv 89 crypto/des.h #define des_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \
iv 90 crypto/des.h des_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
iv 154 crypto/des.h des_cblock *iv);
iv 156 crypto/des.h des_cblock *iv);
iv 523 crypto/xform.c aes_ctr_reinit(caddr_t key, u_int8_t *iv)
iv 528 crypto/xform.c bcopy(iv, ctx->ac_block + AESCTR_NONCESIZE, AESCTR_IVSIZE);
iv 2111 dev/ic/ath.c u_int32_t iv;
iv 2156 dev/ic/ath.c iv = ic->ic_iv;
iv 2157 dev/ic/ath.c if ((iv & 0xff00) == 0xff00) {
iv 2158 dev/ic/ath.c int B = (iv & 0xff0000) >> 16;
iv 2160 dev/ic/ath.c iv = (B+1) << 16;
iv 2162 dev/ic/ath.c ic->ic_iv = iv + 1;
iv 2169 dev/ic/ath.c ivp[0] = iv >> 0;
iv 2170 dev/ic/ath.c ivp[1] = iv >> 8;
iv 2171 dev/ic/ath.c ivp[2] = iv >> 16;
iv 2173 dev/ic/ath.c ivp[2] = iv >> 0;
iv 2174 dev/ic/ath.c ivp[1] = iv >> 8;
iv 2175 dev/ic/ath.c ivp[0] = iv >> 16;
iv 329 dev/ic/awi_wep.c u_int32_t iv, crc;
iv 370 dev/ic/awi_wep.c iv = arc4random();
iv 376 dev/ic/awi_wep.c ivp[0] = (iv >> 16) & 0xff;
iv 377 dev/ic/awi_wep.c ivp[1] = (iv >> 8) & 0xff;
iv 378 dev/ic/awi_wep.c ivp[2] = iv & 0xff;
iv 222 dev/ic/rt2560reg.h uint32_t iv;
iv 249 dev/ic/rt2560reg.h uint32_t iv;
iv 241 dev/ic/rt2661reg.h uint32_t iv;
iv 273 dev/ic/rt2661reg.h uint32_t iv;
iv 1244 dev/pci/hifn7751.c bcopy(cmd->iv, buf_pos, ivlen);
iv 2072 dev/pci/hifn7751.c bcopy(enccrd->crd_iv, cmd->iv, ivlen);
iv 2075 dev/pci/hifn7751.c cmd->iv, ivlen);
iv 2082 dev/pci/hifn7751.c ivlen, cmd->iv);
iv 2086 dev/pci/hifn7751.c ivlen, cmd->iv);
iv 2090 dev/pci/hifn7751.c bcopy(enccrd->crd_iv, cmd->iv, ivlen);
iv 2094 dev/pci/hifn7751.c ivlen, cmd->iv);
iv 2098 dev/pci/hifn7751.c ivlen, cmd->iv);
iv 251 dev/pci/hifn7751var.h u_int8_t iv[HIFN_MAX_IV_LENGTH], *ck, mac[HIFN_MAC_KEY_LENGTH];
iv 242 dev/pci/if_iwireg.h uint32_t iv[2];
iv 1118 dev/pci/noct.c u_int8_t iv[8], key[24];
iv 1140 dev/pci/noct.c bcopy(crd->crd_iv, iv, 8);
iv 1142 dev/pci/noct.c get_random_bytes(iv, sizeof(iv));
iv 1147 dev/pci/noct.c crd->crd_inject, 8, iv);
iv 1150 dev/pci/noct.c crd->crd_inject, 8, iv);
iv 1154 dev/pci/noct.c bcopy(crd->crd_iv, iv, 8);
iv 1157 dev/pci/noct.c crd->crd_inject, 8, iv);
iv 1160 dev/pci/noct.c crd->crd_inject, 8, iv);
iv 1225 dev/pci/noct.c pb[i] = iv[i];
iv 333 dev/pci/safe.c u_int32_t cmd0, cmd1, staterec, iv[4];
iv 474 dev/pci/safe.c bcopy(enccrd->crd_iv, iv, ivsize);
iv 476 dev/pci/safe.c bcopy(ses->ses_iv, iv, ivsize);
iv 480 dev/pci/safe.c enccrd->crd_inject, ivsize, iv);
iv 483 dev/pci/safe.c enccrd->crd_inject, ivsize, iv);
iv 485 dev/pci/safe.c for (i = 0; i < ivsize / sizeof(iv[0]); i++)
iv 486 dev/pci/safe.c re->re_sastate.sa_saved_iv[i] = htole32(iv[i]);
iv 493 dev/pci/safe.c bcopy(enccrd->crd_iv, iv, ivsize);
iv 496 dev/pci/safe.c ivsize, (caddr_t)iv);
iv 499 dev/pci/safe.c ivsize, (caddr_t)iv);
iv 500 dev/pci/safe.c for (i = 0; i < ivsize / sizeof(iv[0]); i++)
iv 501 dev/pci/safe.c re->re_sastate.sa_saved_iv[i] = htole32(iv[i]);
iv 983 dev/usb/if_ral.c desc->iv = 0;
iv 176 dev/usb/if_ralreg.h uint32_t iv;
iv 190 dev/usb/if_ralreg.h uint32_t iv;
iv 193 dev/usb/if_rumreg.h uint32_t iv;
iv 215 dev/usb/if_rumreg.h uint32_t iv;
iv 1413 dev/usb/if_uath.c uint32_t iv;
iv 1420 dev/usb/if_uath.c iv = (ic->ic_iv != 0) ? ic->ic_iv : arc4random();
iv 1421 dev/usb/if_uath.c if (iv >= 0x03ff00 && (iv & 0xf8ff00) == 0x00ff00)
iv 1422 dev/usb/if_uath.c iv += 0x000100;
iv 1423 dev/usb/if_uath.c ic->ic_iv = iv + 1;
iv 1425 dev/usb/if_uath.c *frm++ = iv & 0xff;
iv 1426 dev/usb/if_uath.c *frm++ = (iv >> 8) & 0xff;
iv 1427 dev/usb/if_uath.c *frm++ = (iv >> 16) & 0xff;
iv 174 dev/vnd.c u_char iv[8];
iv 178 dev/vnd.c bzero(iv, sizeof(iv));
iv 179 dev/vnd.c bcopy((u_char *)&off, iv, sizeof(off));
iv 180 dev/vnd.c blf_ecb_encrypt(vnd->sc_keyctx, iv, sizeof(iv));
iv 182 dev/vnd.c blf_cbc_encrypt(vnd->sc_keyctx, iv, addr, bsize);
iv 184 dev/vnd.c blf_cbc_decrypt(vnd->sc_keyctx, iv, addr, bsize);
iv 656 net80211/ieee80211.h u_int8_t iv[EAPOL_KEY_IV_LEN];
iv 369 net80211/ieee80211_crypto.c u_int32_t iv, crc;
iv 424 net80211/ieee80211_crypto.c iv = ic->ic_iv ? ic->ic_iv : arc4random();
iv 429 net80211/ieee80211_crypto.c if (iv >= 0x03ff00 &&
iv 430 net80211/ieee80211_crypto.c (iv & 0xf8ff00) == 0x00ff00)
iv 431 net80211/ieee80211_crypto.c iv += 0x000100;
iv 432 net80211/ieee80211_crypto.c ic->ic_iv = iv + 1;
iv 436 net80211/ieee80211_crypto.c ivp[i] = iv & 0xff;
iv 437 net80211/ieee80211_crypto.c iv >>= 8;
iv 949 net80211/ieee80211_crypto.c memcpy(key->iv, ic->ic_globalcnt + 16, 16);
iv 954 net80211/ieee80211_crypto.c memcpy(keybuf, key->iv, EAPOL_KEY_IV_LEN);
iv 1001 net80211/ieee80211_crypto.c memcpy(keybuf, key->iv, EAPOL_KEY_IV_LEN);
iv 2436 net80211/ieee80211_input.c printf("%02x", key->iv[i]);
iv 421 nfs/nfs_serv.c struct iovec iv[(NFS_MAXPATHLEN+MLEN-1)/MLEN];
iv 422 nfs/nfs_serv.c struct iovec *ivp = iv;
iv 462 nfs/nfs_serv.c uiop->uio_iov = iv;
iv 521 nfs/nfs_serv.c struct iovec *iv;
iv 616 nfs/nfs_serv.c MALLOC(iv, struct iovec *, i * sizeof (struct iovec),
iv 618 nfs/nfs_serv.c uiop->uio_iov = iv2 = iv;
iv 627 nfs/nfs_serv.c iv->iov_base = mtod(m, caddr_t) + m->m_len;
iv 628 nfs/nfs_serv.c iv->iov_len = siz;
iv 631 nfs/nfs_serv.c iv++;
iv 691 nfs/nfs_serv.c struct iovec *iv;
iv 792 nfs/nfs_serv.c uiop->uio_iov = iv = ivp;
iv 824 nfs/nfs_serv.c FREE((caddr_t)iv, M_TEMP);
iv 1992 nfs/nfs_serv.c struct iovec iv;
iv 2026 nfs/nfs_serv.c iv.iov_base = pathcp;
iv 2027 nfs/nfs_serv.c iv.iov_len = len2;
iv 2030 nfs/nfs_serv.c io.uio_iov = &iv;
iv 2381 nfs/nfs_serv.c struct iovec iv;
iv 2437 nfs/nfs_serv.c iv.iov_base = rbuf;
iv 2438 nfs/nfs_serv.c iv.iov_len = fullsiz;
iv 2439 nfs/nfs_serv.c io.uio_iov = &iv;
iv 2643 nfs/nfs_serv.c struct iovec iv;
iv 2696 nfs/nfs_serv.c iv.iov_base = rbuf;
iv 2697 nfs/nfs_serv.c iv.iov_len = fullsiz;
iv 2698 nfs/nfs_serv.c io.uio_iov = &iv;
iv 125 uvm/uvm_swap_encrypt.c u_int32_t iv[4];
iv 135 uvm/uvm_swap_encrypt.c iv[0] = block >> 32; iv[1] = block; iv[2] = ~iv[0]; iv[3] = ~iv[1];
iv 136 uvm/uvm_swap_encrypt.c rijndael_encrypt(&swap_ctxt, (u_char *)iv, (u_char *)iv);
iv 137 uvm/uvm_swap_encrypt.c iv1 = iv[0]; iv2 = iv[1]; iv3 = iv[2]; iv4 = iv[3];
iv 170 uvm/uvm_swap_encrypt.c u_int32_t iv[4];
iv 180 uvm/uvm_swap_encrypt.c iv[0] = block >> 32; iv[1] = block; iv[2] = ~iv[0]; iv[3] = ~iv[1];
iv 181 uvm/uvm_swap_encrypt.c rijndael_encrypt(&swap_ctxt, (u_char *)iv, (u_char *)iv);
iv 182 uvm/uvm_swap_encrypt.c iv1 = iv[0]; iv2 = iv[1]; iv3 = iv[2]; iv4 = iv[3];