Searched defs:iv (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | tun.c | 184 static __inline__ ssize_t tun_get_user(struct tun_struct *tun, struct iovec *iv, size_t count) in tun_get_user() 228 static ssize_t tun_chr_writev(struct file * file, const struct iovec *iv, in tun_chr_writev() 253 struct iovec iv = { (void *) buf, count }; in tun_chr_write() local 260 struct iovec *iv, int len) in tun_put_user() 290 static ssize_t tun_chr_readv(struct file *file, const struct iovec *iv, in tun_chr_readv() 347 struct iovec iv = { buf, count }; in tun_chr_read() local
|
/linux-2.4.37.9/crypto/ |
D | cipher.c | 101 u8 *iv = info; in cbc_process() local 153 unsigned int nbytes, u8 *iv) in ecb_encrypt_iv() 172 unsigned int nbytes, u8 *iv) in ecb_decrypt_iv() 191 unsigned int nbytes, u8 *iv) in cbc_encrypt_iv() 211 unsigned int nbytes, u8 *iv) in cbc_decrypt_iv() 238 unsigned int nbytes, u8 *iv) in nocrypt_iv()
|
D | des.c | 41 u8 iv[DES_BLOCK_SIZE]; member 46 u8 iv[DES_BLOCK_SIZE]; member
|
D | tcrypt.h | 52 char iv[MAX_IVLEN]; member
|
D | serpent.c | 215 u8 iv[SERPENT_BLOCK_SIZE]; member
|
/linux-2.4.37.9/drivers/block/paride/ |
D | setup.h | 23 int *iv; /* pointer to variable */ member
|
/linux-2.4.37.9/net/bluetooth/bnep/ |
D | core.c | 101 struct iovec iv = { data, len }; in bnep_send() local 409 struct iovec iv[3]; in bnep_tx_frame() local
|
/linux-2.4.37.9/include/linux/ |
D | crypto.h | 323 unsigned int nbytes, u8 *iv) in crypto_cipher_encrypt_iv() 342 unsigned int nbytes, u8 *iv) in crypto_cipher_decrypt_iv()
|
/linux-2.4.37.9/net/bluetooth/cmtp/ |
D | core.c | 202 struct iovec iv = { data, len }; in cmtp_send_frame() local
|
/linux-2.4.37.9/include/asm-ia64/ |
D | pal.h | 493 iv : 1, /* instruction set field valid */ member 528 iv : 1, /* instruction set field valid */ member 564 iv : 1, /* instruction set field valid */ member 594 iv : 1, /* instruction set field valid */ member 623 iv : 1, /* instruction set field valid */ member
|
/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | core.c | 608 struct iovec iv = { data, len }; in rfcomm_send_frame() local 903 struct iovec iv[3]; in rfcomm_send_test() local
|