/linux-3.3/net/rxrpc/ |
D | rxkad.c | 118 struct rxrpc_crypt iv; in rxkad_prime_packet_security() local 160 struct rxrpc_crypt iv; in rxkad_secure_packet_auth() local 207 struct rxrpc_crypt iv; in rxkad_secure_packet_encrypt() local 260 struct rxrpc_crypt iv; in rxkad_secure_packet() local 334 struct rxrpc_crypt iv; in rxkad_verify_packet_auth() local 409 struct rxrpc_crypt iv; in rxkad_verify_packet_encrypt() local 492 struct rxrpc_crypt iv; in rxkad_verify_packet() local 722 struct rxrpc_crypt iv; in rxkad_encrypt_response() local 826 struct rxrpc_crypt iv, key; in rxkad_decrypt_ticket() local 971 struct rxrpc_crypt iv; in rxkad_decrypt_response() local
|
/linux-3.3/net/mac80211/ |
D | wep.c | 57 static inline bool ieee80211_wep_weak_iv(u32 iv, int keylen) in ieee80211_wep_weak_iv() 74 int keylen, int keyidx, u8 *iv) in ieee80211_wep_get_iv() 159 u8 *iv; in ieee80211_wep_encrypt() local 271 u32 iv; in ieee80211_wep_is_weak_iv() local
|
/linux-3.3/crypto/ |
D | pcbc.c | 55 u8 *iv = walk->iv; in crypto_pcbc_encrypt_segment() local 79 u8 *iv = walk->iv; in crypto_pcbc_encrypt_inplace() local 133 u8 *iv = walk->iv; in crypto_pcbc_decrypt_segment() local 159 u8 *iv = walk->iv; in crypto_pcbc_decrypt_inplace() local
|
D | authenc.c | 312 static int crypto_authenc_genicv(struct aead_request *req, u8 *iv, in crypto_authenc_genicv() 372 u8 *iv = (u8 *)(abreq + 1) + in crypto_authenc_encrypt_done() local 391 u8 *iv = (u8 *)abreq - crypto_ablkcipher_ivsize(enc); in crypto_authenc_encrypt() local 428 u8 *iv = req->giv; in crypto_authenc_givencrypt() local 468 static int crypto_authenc_iverify(struct aead_request *req, u8 *iv, in crypto_authenc_iverify() 515 u8 *iv = req->iv; in crypto_authenc_decrypt() local
|
D | cbc.c | 52 u8 *iv = walk->iv; in crypto_cbc_encrypt_segment() local 75 u8 *iv = walk->iv; in crypto_cbc_encrypt_inplace() local 124 u8 *iv = walk->iv; in crypto_cbc_decrypt_segment() local
|
D | authencesn.c | 404 static int crypto_authenc_esn_genicv(struct aead_request *req, u8 *iv, in crypto_authenc_esn_genicv() 479 u8 *iv = (u8 *)(abreq + 1) + in crypto_authenc_esn_encrypt_done() local 498 u8 *iv = (u8 *)abreq - crypto_ablkcipher_ivsize(enc); in crypto_authenc_esn_encrypt() local 535 u8 *iv = req->giv; in crypto_authenc_esn_givencrypt() local 574 static int crypto_authenc_esn_iverify(struct aead_request *req, u8 *iv, in crypto_authenc_esn_iverify() 638 u8 *iv = req->iv; in crypto_authenc_esn_decrypt() local
|
D | lrw.c | 105 static inline void inc(be128 *iv) in inc() 149 be128 *iv; in crypt() local 226 be128 *iv, *src, *dst, *t; in lrw_crypt() local
|
D | chainiv.c | 33 char iv[]; member 45 char iv[]; member
|
D | cts.c | 85 u8 iv[bsize]; in cts_cbc_encrypt() local 171 u8 iv[bsize]; in cts_cbc_decrypt() local
|
D | ccm.c | 293 static inline int crypto_ccm_check_iv(const u8 *iv) in crypto_ccm_check_iv() 311 u8 *iv = req->iv; in crypto_ccm_encrypt() local 383 u8 *iv = req->iv; in crypto_ccm_decrypt() local 690 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child), in crypto_rfc4309_crypt() local
|
/linux-3.3/drivers/staging/rtl8192u/ieee80211/ |
D | cipher.c | 102 u8 *iv = info; in cbc_process() local 174 unsigned int nbytes, u8 *iv) in cbc_encrypt_iv() 194 unsigned int nbytes, u8 *iv) in cbc_decrypt_iv() 212 unsigned int nbytes, u8 *iv) in nocrypt_iv()
|
/linux-3.3/drivers/staging/wlan-ng/ |
D | p80211wep.c | 154 u8 *iv, u8 *icv) in wep_decrypt() 233 u8 *iv, u8 *icv) in wep_encrypt()
|
/linux-3.3/drivers/crypto/ |
D | padlock-aes.c | 198 u8 *iv, struct cword *control_word, int count) in rep_xcrypt_cbc() 221 u8 *iv, struct cword *cword, int count) in cbc_crypt_copy() 249 u8 *iv, struct cword *cword, int count) in cbc_crypt() 279 u8 *iv, void *control_word, u32 count) in padlock_xcrypt_cbc() 438 u8 *iv = padlock_xcrypt_cbc(walk.src.virt.addr, in cbc_aes_encrypt() local
|
/linux-3.3/net/ceph/ |
D | crypto.c | 100 void *iv; in ceph_aes_encrypt() local 151 void *iv; in ceph_aes_encrypt2() local 204 void *iv; in ceph_aes_decrypt() local 265 void *iv; in ceph_aes_decrypt2() local
|
/linux-3.3/net/ipv6/ |
D | esp6.c | 98 struct crypto_aead *aead, u8 *iv) in esp_tmp_givreq() 108 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 161 u8 *iv; in esp6_output() local 334 u8 *iv; in esp6_input() local
|
/linux-3.3/net/ipv4/ |
D | esp4.c | 70 struct crypto_aead *aead, u8 *iv) in esp_tmp_givreq() 80 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 125 u8 *iv; in esp_output() local 385 u8 *iv; in esp_input() local
|
/linux-3.3/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 55 void * iv, in krb5_encrypt() 89 void * iv, in krb5_decrypt() 389 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 488 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member 598 u32 offset, u8 *iv, struct page **pages, int encrypt) in gss_krb5_cts_crypt()
|
/linux-3.3/drivers/net/ |
D | macvtap.c | 639 const struct iovec *iv, unsigned long total_len, in macvtap_get_user() 741 static ssize_t macvtap_aio_write(struct kiocb *iocb, const struct iovec *iv, in macvtap_aio_write() 756 const struct iovec *iv, int len) in macvtap_put_user() 790 const struct iovec *iv, unsigned long len, in macvtap_do_read() 826 static ssize_t macvtap_aio_read(struct kiocb *iocb, const struct iovec *iv, in macvtap_aio_read()
|
/linux-3.3/drivers/md/ |
D | dm-crypt.c | 237 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain_gen() 246 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_plain64_gen() 411 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_essiv_gen() 451 static int crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_benbi_gen() 464 static int crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_null_gen() 534 static int crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_one() 586 static int crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_gen() 602 static int crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, in crypt_iv_lmk_post() 698 u8 *iv; in crypt_convert_block() local
|
/linux-3.3/include/linux/ |
D | if_alg.h | 28 __u8 iv[0]; member
|
D | memory_hotplug.h | 52 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry() 196 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) in zone_span_seqretry()
|
/linux-3.3/include/keys/ |
D | encrypted-type.h | 26 u8 *iv; /* datablob: iv */ member
|
/linux-3.3/fs/ |
D | bio-integrity.c | 178 struct bio_vec *iv; in bio_integrity_add_page() local 590 struct bio_vec *iv; in bio_integrity_mark_head() local 616 struct bio_vec *iv; in bio_integrity_mark_tail() local
|
/linux-3.3/block/ |
D | blk-integrity.c | 46 struct bio_vec *iv, *ivprv = NULL; in blk_rq_count_integrity_sg() local 90 struct bio_vec *iv, *ivprv = NULL; in blk_rq_map_integrity_sg() local
|
/linux-3.3/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 173 u8 *pframe, *payload, *iv; /*,*wepkey*/ in r8712_wep_encrypt() local 229 u8 *pframe, *payload, *iv, wepkey[16]; in r8712_wep_decrypt() local 584 u8 *pframe, *payload, *iv, *prwskey; in r8712_tkip_encrypt() local 660 u8 *pframe, *payload, *iv, *prwskey, idx = 0; in r8712_tkip_decrypt() local 1365 u8 *pframe, *prwskey, *iv, idx; in r8712_aes_decrypt() local
|