Searched defs:iv (Results 1 - 137 of 137) sorted by relevance

/linux-4.1.27/include/keys/
H A Dencrypted-type.h26 u8 *iv; /* datablob: iv */ member in struct:encrypted_key_payload
/linux-4.1.27/drivers/staging/wlan-ng/
H A Dp80211wep.c151 wep_decrypt(wlandevice_t *wlandev, u8 *buf, u32 len, int key_override, u8 *iv, u8 *icv) wep_decrypt() argument
228 wep_encrypt(wlandevice_t *wlandev, u8 *buf, u8 *dst, u32 len, int keynum, u8 *iv, u8 *icv) wep_encrypt() argument
H A Dp80211conv.h128 u8 iv[4]; member in struct:p80211_metawep
/linux-4.1.27/drivers/crypto/nx/
H A Dnx-aes-ctr.c134 u8 iv[16]; ctr3686_aes_nx_crypt() local
H A Dnx-aes-ccm.c139 static inline int crypto_ccm_check_iv(const u8 *iv) crypto_ccm_check_iv() argument
149 static int generate_b0(u8 *iv, unsigned int assoclen, unsigned int authsize, generate_b0() argument
172 static int generate_pat(u8 *iv, generate_pat() argument
499 u8 *iv = rctx->iv; ccm4309_aes_nx_encrypt() local
531 u8 *iv = rctx->iv; ccm4309_aes_nx_decrypt() local
H A Dnx-aes-gcm.c439 char *iv = rctx->iv; gcm_aes_nx_encrypt() local
449 char *iv = rctx->iv; gcm_aes_nx_decrypt() local
460 char *iv = rctx->iv; gcm4106_aes_nx_encrypt() local
473 char *iv = rctx->iv; gcm4106_aes_nx_decrypt() local
H A Dnx.c271 nx_build_sg_lists(struct nx_crypto_ctx *nx_ctx, struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int *nbytes, unsigned int offset, u8 *iv) nx_build_sg_lists() argument
H A Dnx.h97 u8 iv[16]; member in struct:nx_gcm_rctx
109 u8 iv[16]; member in struct:nx_ccm_rctx
H A Dnx_csbcpb.h11 u8 iv[16]; member in struct:cop_symcpb_aes_cbc
42 u8 iv[16]; member in struct:cop_symcpb_aes_ctr
/linux-4.1.27/arch/mips/bcm47xx/
H A Dsetup.c104 bcm47xx_get_invariants(struct ssb_bus *bus, struct ssb_init_invariants *iv) bcm47xx_get_invariants() argument
/linux-4.1.27/include/uapi/linux/
H A Dif_alg.h28 __u8 iv[0]; member in struct:af_alg_iv
/linux-4.1.27/net/mac80211/
H A Daes_gmac.c32 u8 zero[GMAC_MIC_LEN], iv[AES_BLOCK_SIZE]; ieee80211_aes_gmac() local
H A Dwep.c57 static inline bool ieee80211_wep_weak_iv(u32 iv, int keylen) ieee80211_wep_weak_iv() argument
165 u8 *iv; ieee80211_wep_encrypt() local
73 ieee80211_wep_get_iv(struct ieee80211_local *local, int keylen, int keyidx, u8 *iv) ieee80211_wep_get_iv() argument
/linux-4.1.27/drivers/scsi/
H A Dsd_dif.c126 struct bio_vec iv; sd_dif_prepare() local
178 struct bio_vec iv; sd_dif_complete() local
/linux-4.1.27/drivers/s390/cio/
H A Dairq.c123 struct airq_iv *iv; airq_iv_create() local
177 void airq_iv_release(struct airq_iv *iv) airq_iv_release() argument
197 unsigned long airq_iv_alloc(struct airq_iv *iv, unsigned long num) airq_iv_alloc() argument
232 void airq_iv_free(struct airq_iv *iv, unsigned long bit, unsigned long num) airq_iv_free() argument
263 unsigned long airq_iv_scan(struct airq_iv *iv, unsigned long start, airq_iv_scan() argument
/linux-4.1.27/drivers/crypto/qce/
H A Dcipher.h46 u8 *iv; member in struct:qce_cipher_reqctx
/linux-4.1.27/include/crypto/
H A Daead.h83 aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) aead_givcrypt_set_crypt() argument
H A Dskcipher.h94 skcipher_givcrypt_set_crypt( struct skcipher_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) skcipher_givcrypt_set_crypt() argument
H A Dif_alg.h46 struct af_alg_iv *iv; member in struct:af_alg_control
H A Dalgapi.h102 u8 *iv; member in struct:blkcipher_walk
123 u8 *iv; member in struct:ablkcipher_walk
/linux-4.1.27/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c26 u32 iv; member in struct:prism2_wep_data
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c30 u32 iv; member in struct:prism2_wep_data
/linux-4.1.27/drivers/crypto/
H A Dgeode-aes.h64 u8 *iv; member in struct:geode_aes_op
H A Dpadlock-aes.c437 u8 *iv = padlock_xcrypt_cbc(walk.src.virt.addr, cbc_aes_encrypt() local
198 rep_xcrypt_cbc(const u8 *input, u8 *output, void *key, u8 *iv, struct cword *control_word, int count) rep_xcrypt_cbc() argument
221 cbc_crypt_copy(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) cbc_crypt_copy() argument
249 cbc_crypt(const u8 *in, u8 *out, u32 *key, u8 *iv, struct cword *cword, int count) cbc_crypt() argument
279 padlock_xcrypt_cbc(const u8 *input, u8 *output, void *key, u8 *iv, void *control_word, u32 count) padlock_xcrypt_cbc() argument
H A Dixp4xx_crypto.c124 u8 iv[MAX_IVLEN]; /* IV for CBC mode or CTR IV for CTR mode */ member in struct:crypt_ctl
953 u8 iv[CTR_RFC3686_BLOCK_SIZE]; ablk_rfc3686_crypt() local
989 aead_perform(struct aead_request *req, int encrypt, int cryptoffset, int eff_cryptlen, u8 *iv) aead_perform() argument
H A Dpicoxcell_crypto.c332 u8 *iv = giv ? giv : areq->iv; spacc_aead_make_ddts() local
220 spacc_cipher_write_ctx(struct spacc_generic_ctx *ctx, void __iomem *page_addr, const u8 *key, size_t key_len, const u8 *iv, size_t iv_len) spacc_cipher_write_ctx() argument
236 spacc_load_ctx(struct spacc_generic_ctx *ctx, const u8 *ciph_key, size_t ciph_len, const u8 *iv, size_t ivlen, const u8 *hash_key, size_t hash_len) spacc_load_ctx() argument
H A Ds5p-sss.c397 s5p_set_aes(struct s5p_aes_dev *dev, uint8_t *key, uint8_t *iv, unsigned int keylen) s5p_set_aes() argument
H A Dtalitos.c645 u8 iv[TALITOS_MAX_IV_LENGTH]; member in struct:talitos_ctx
1217 static struct talitos_edesc *aead_edesc_alloc(struct aead_request *areq, u8 *iv, aead_edesc_alloc() argument
1113 talitos_edesc_alloc(struct device *dev, struct scatterlist *assoc, struct scatterlist *src, struct scatterlist *dst, u8 *iv, unsigned int assoclen, unsigned int cryptlen, unsigned int authsize, unsigned int ivsize, int icv_stashing, u32 cryptoflags, bool encrypt) talitos_edesc_alloc() argument
H A Dhifn_795x.c657 u8 *iv; member in struct:hifn_request_context
1124 hifn_setup_crypto_command(struct hifn_device *dev, u8 *buf, unsigned dlen, unsigned slen, u8 *key, int keylen, u8 *iv, int ivsize, u16 mode) hifn_setup_crypto_command() argument
/linux-4.1.27/arch/x86/crypto/
H A Dblowfish_glue.c151 u64 *iv = (u64 *)walk->iv; __cbc_encrypt() local
H A Dcast5_avx_glue.c140 u64 *iv = (u64 *)walk->iv; __cbc_encrypt() local
H A Dglue_helper.c101 u128 *iv = (u128 *)walk->iv; __glue_cbc_encrypt_128bit() local
382 void glue_xts_crypt_128bit_one(void *ctx, u128 *dst, const u128 *src, le128 *iv, glue_xts_crypt_128bit_one() argument
H A Dcamellia_aesni_avx_glue.c54 void camellia_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) camellia_xts_enc() argument
61 void camellia_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) camellia_xts_dec() argument
H A Dcast6_avx_glue.c60 static void cast6_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) cast6_xts_enc() argument
66 static void cast6_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) cast6_xts_dec() argument
72 static void cast6_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) cast6_crypt_ctr() argument
H A Ddes3_ede_glue.c158 u64 *iv = (u64 *)walk->iv; __cbc_encrypt() local
H A Dserpent_avx_glue.c69 void __serpent_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) __serpent_crypt_ctr() argument
81 void serpent_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) serpent_xts_enc() argument
88 void serpent_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) serpent_xts_dec() argument
H A Dserpent_sse2_glue.c62 static void serpent_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) serpent_crypt_ctr() argument
73 serpent_crypt_ctr_xway(void *ctx, u128 *dst, const u128 *src, le128 *iv) serpent_crypt_ctr_xway() argument
H A Dtwofish_avx_glue.c72 static void twofish_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) twofish_xts_enc() argument
78 static void twofish_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) twofish_xts_dec() argument
H A Dtwofish_glue_3way.c65 void twofish_enc_blk_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) twofish_enc_blk_ctr() argument
80 twofish_enc_blk_ctr_3way(void *ctx, u128 *dst, const u128 *src, le128 *iv) twofish_enc_blk_ctr_3way() argument
H A Dcamellia_glue.c1284 u128 iv = *src; camellia_decrypt_cbc_2way() local
1292 void camellia_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) camellia_crypt_ctr() argument
1306 void camellia_crypt_ctr_2way(void *ctx, u128 *dst, const u128 *src, le128 *iv) camellia_crypt_ctr_2way() argument
H A Daesni-intel_glue.c64 u8 iv[16]; member in struct:aesni_hash_subkey_req_data
670 static void aesni_xts_enc(void *ctx, u128 *dst, const u128 *src, le128 *iv) aesni_xts_enc() argument
675 static void aesni_xts_dec(void *ctx, u128 *dst, const u128 *src, le128 *iv) aesni_xts_dec() argument
680 static void aesni_xts_enc8(void *ctx, u128 *dst, const u128 *src, le128 *iv) aesni_xts_enc8() argument
685 static void aesni_xts_dec8(void *ctx, u128 *dst, const u128 *src, le128 *iv) aesni_xts_dec8() argument
1008 u8* iv = (u8 *) PTR_ALIGN((u8 *)iv_tab, AESNI_ALIGN); __driver_rfc4106_encrypt() local
1094 u8 *iv = (u8 *) PTR_ALIGN((u8 *)iv_and_authTag, AESNI_ALIGN); __driver_rfc4106_decrypt() local
181 aesni_gcm_enc_avx(void *ctx, u8 *out, const u8 *in, unsigned long plaintext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) aesni_gcm_enc_avx() argument
197 aesni_gcm_dec_avx(void *ctx, u8 *out, const u8 *in, unsigned long ciphertext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) aesni_gcm_dec_avx() argument
232 aesni_gcm_enc_avx2(void *ctx, u8 *out, const u8 *in, unsigned long plaintext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) aesni_gcm_enc_avx2() argument
252 aesni_gcm_dec_avx2(void *ctx, u8 *out, const u8 *in, unsigned long ciphertext_len, u8 *iv, u8 *hash_subkey, const u8 *aad, unsigned long aad_len, u8 *auth_tag, unsigned long auth_tag_len) aesni_gcm_dec_avx2() argument
486 aesni_ctr_enc_avx_tfm(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in, unsigned int len, u8 *iv) aesni_ctr_enc_avx_tfm() argument
/linux-4.1.27/drivers/block/
H A Dcryptoloop.c149 u32 iv[4] = { 0, }; cryptoloop_transfer() local
/linux-4.1.27/crypto/
H A Dcbc.c52 u8 *iv = walk->iv; crypto_cbc_encrypt_segment() local
56 fn(crypto_cipher_tfm(tfm), dst, iv); crypto_cbc_encrypt_segment() local
75 u8 *iv = walk->iv; crypto_cbc_encrypt_inplace() local
124 u8 *iv = walk->iv; crypto_cbc_decrypt_segment() local
H A Dchainiv.c33 char iv[]; member in struct:chainiv_ctx
45 char iv[]; member in struct:async_chainiv_ctx
H A Dcts.c85 u8 iv[bsize]; cts_cbc_encrypt() local
171 u8 iv[bsize]; cts_cbc_decrypt() local
H A Dpcbc.c55 u8 *iv = walk->iv; crypto_pcbc_encrypt_segment() local
59 fn(crypto_cipher_tfm(tfm), dst, iv); crypto_pcbc_encrypt_segment() local
79 u8 *iv = walk->iv; crypto_pcbc_encrypt_inplace() local
85 fn(crypto_cipher_tfm(tfm), src, iv); crypto_pcbc_encrypt_inplace() local
133 u8 *iv = walk->iv; crypto_pcbc_decrypt_segment() local
159 u8 *iv = walk->iv; crypto_pcbc_decrypt_inplace() local
H A Dsalsa20_generic.c131 static void salsa20_ivsetup(struct salsa20_ctx *ctx, const u8 *iv) salsa20_ivsetup() argument
H A Dctr.c34 u8 iv[CTR_RFC3686_BLOCK_SIZE]; member in struct:crypto_rfc3686_req_ctx
287 u8 *iv = rctx->iv; crypto_rfc3686_crypt() local
H A Dlrw.c105 static inline void inc(be128 *iv) inc() argument
149 be128 *iv; crypt() local
226 be128 *iv, *src, *dst, *t; lrw_crypt() local
H A Dalgif_aead.c41 void *iv; member in struct:aead_ctx
H A Dauthenc.c324 static int crypto_authenc_genicv(struct aead_request *req, u8 *iv, crypto_authenc_genicv() argument
386 u8 *iv = (u8 *)abreq - crypto_ablkcipher_ivsize(ctx->enc); crypto_authenc_encrypt_done() local
404 u8 *iv = (u8 *)abreq - crypto_ablkcipher_ivsize(enc); crypto_authenc_encrypt() local
441 u8 *iv = req->giv; crypto_authenc_givencrypt() local
481 static int crypto_authenc_iverify(struct aead_request *req, u8 *iv, crypto_authenc_iverify() argument
528 u8 *iv = req->iv; crypto_authenc_decrypt() local
H A Dauthencesn.c386 static int crypto_authenc_esn_genicv(struct aead_request *req, u8 *iv, crypto_authenc_esn_genicv() argument
461 u8 *iv = (u8 *)(abreq + 1) + crypto_authenc_esn_encrypt_done() local
480 u8 *iv = (u8 *)abreq - crypto_ablkcipher_ivsize(enc); crypto_authenc_esn_encrypt() local
517 u8 *iv = req->giv; crypto_authenc_esn_givencrypt() local
556 static int crypto_authenc_esn_iverify(struct aead_request *req, u8 *iv, crypto_authenc_esn_iverify() argument
620 u8 *iv = req->iv; crypto_authenc_esn_decrypt() local
H A Dablkcipher.c198 u8 *iv; ablkcipher_copy_iv() local
H A Dalgif_skcipher.c43 void *iv; member in struct:skcipher_ctx
68 char iv[]; member in struct:skcipher_async_req
H A Dblkcipher.c282 u8 *iv; blkcipher_copy_iv() local
H A Dccm.c294 static inline int crypto_ccm_check_iv(const u8 *iv) crypto_ccm_check_iv() argument
312 u8 *iv = req->iv; crypto_ccm_encrypt() local
384 u8 *iv = req->iv; crypto_ccm_decrypt() local
684 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child), crypto_rfc4309_crypt() local
H A Dtcrypt.c283 char *iv; test_aead_speed() local
425 char iv[128]; test_cipher_speed() local
1087 char iv[128]; test_acipher_speed() local
H A Ddrbg.c387 unsigned char *iv = pad + drbg_blocklen(drbg); drbg_ctr_df() local
H A Dgcm.c112 u8 iv[8]; crypto_gcm_setkey() member in struct:__anon3257
904 u8 *iv = PTR_ALIGN((u8 *)(subreq + 1) + crypto_aead_reqsize(child), crypto_rfc4106_crypt() local
1133 u8 *iv = PTR_ALIGN((u8 *)(rctx + 1) + crypto_aead_reqsize(ctx->child), crypto_rfc4543_crypt() local
H A Dtestmgr.c436 char *iv; __test_aead() local
920 char iv[MAX_IVLEN]; __test_skcipher() local
H A Dtestmgr.h51 char *iv; member in struct:cipher_testvec
66 char *iv; member in struct:aead_testvec
/linux-4.1.27/arch/s390/include/asm/
H A Dairq.h52 static inline unsigned long airq_iv_alloc_bit(struct airq_iv *iv) airq_iv_alloc_bit() argument
57 static inline void airq_iv_free_bit(struct airq_iv *iv, unsigned long bit) airq_iv_free_bit() argument
62 static inline unsigned long airq_iv_end(struct airq_iv *iv) airq_iv_end() argument
67 static inline void airq_iv_lock(struct airq_iv *iv, unsigned long bit) airq_iv_lock() argument
73 static inline void airq_iv_unlock(struct airq_iv *iv, unsigned long bit) airq_iv_unlock() argument
79 static inline void airq_iv_set_data(struct airq_iv *iv, unsigned long bit, airq_iv_set_data() argument
85 static inline unsigned int airq_iv_get_data(struct airq_iv *iv, airq_iv_get_data() argument
91 static inline void airq_iv_set_ptr(struct airq_iv *iv, unsigned long bit, airq_iv_set_ptr() argument
97 static inline unsigned long airq_iv_get_ptr(struct airq_iv *iv, airq_iv_get_ptr() argument
/linux-4.1.27/net/wireless/
H A Dlib80211_crypt_wep.c33 u32 iv; member in struct:lib80211_wep_data
/linux-4.1.27/drivers/crypto/ccp/
H A Dccp-crypto-aes.c173 u8 *iv; ccp_aes_rfc3686_crypt() local
H A Dccp-crypto.h97 u8 iv[AES_BLOCK_SIZE]; member in struct:ccp_aes_req_ctx
119 u8 iv[AES_BLOCK_SIZE]; member in struct:ccp_aes_cmac_req_ctx
135 u8 iv[AES_BLOCK_SIZE]; member in struct:ccp_aes_cmac_exp_ctx
/linux-4.1.27/block/
H A Dbio-integrity.c134 struct bio_vec *iv; bio_integrity_add_page() local
H A Dblk-integrity.c46 struct bio_vec iv, ivprv = { NULL }; blk_rq_count_integrity_sg() local
92 struct bio_vec iv, ivprv = { NULL }; blk_rq_map_integrity_sg() local
/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c31 u8 iv[DES_BLOCK_SIZE]; member in struct:s390_des_ctx
115 u8 iv[DES_BLOCK_SIZE]; cbc_desall_crypt() member in struct:__anon2426
H A Daes_s390.c451 u8 iv[AES_BLOCK_SIZE]; cbc_aes_crypt() member in struct:__anon2424
/linux-4.1.27/arch/arm/crypto/
H A Daesbs-glue.c120 u8 *iv = walk.iv; aesbs_cbc_encrypt() local
168 u8 *iv = walk.iv; aesbs_cbc_decrypt() local
/linux-4.1.27/fs/ext4/
H A Dcrypto_fname.c67 char iv[EXT4_CRYPTO_BLOCK_SIZE]; ext4_fname_encrypt() local
145 char iv[EXT4_CRYPTO_BLOCK_SIZE]; ext4_fname_decrypt() local
/linux-4.1.27/net/bluetooth/bnep/
H A Dcore.c74 struct kvec iv = { data, len }; bnep_send() local
426 struct kvec iv[3]; bnep_tx_frame() local
/linux-4.1.27/net/bluetooth/cmtp/
H A Dcore.c197 struct kvec iv = { data, len }; cmtp_send_frame() local
/linux-4.1.27/sound/pci/ctxfi/
H A Dctamixer.c86 static int amixer_set_invalid_squash(struct amixer *amixer, unsigned int iv) amixer_set_invalid_squash() argument
H A Dcthw20k1.c619 static int amixer_set_iv(void *blk, unsigned int iv) amixer_set_iv() argument
H A Dcthw20k2.c618 static int amixer_set_iv(void *blk, unsigned int iv) amixer_set_iv() argument
/linux-4.1.27/include/linux/
H A Dmemory_hotplug.h66 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) zone_span_seqretry() argument
210 static inline int zone_span_seqretry(struct zone *zone, unsigned iv) zone_span_seqretry() argument
H A Dccp.h156 struct scatterlist *iv; member in struct:ccp_aes_engine
213 struct scatterlist *iv; member in struct:ccp_xts_aes_engine
H A Dcrypto.h195 u8 *iv; member in struct:aead_request
621 void *iv; member in struct:blkcipher_tfm
1185 ablkcipher_request_set_crypt( struct ablkcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) ablkcipher_request_set_crypt() argument
1562 aead_request_set_crypt(struct aead_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, u8 *iv) aead_request_set_crypt() argument
/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dfimc-isp-video.c574 struct fimc_is_video *iv; fimc_isp_video_device_register() local
/linux-4.1.27/drivers/ssb/
H A Dpci.c935 ssb_pci_get_invariants(struct ssb_bus *bus, struct ssb_init_invariants *iv) ssb_pci_get_invariants() argument
H A Dsdio.c472 ssb_sdio_get_invariants(struct ssb_bus *bus, struct ssb_init_invariants *iv) ssb_sdio_get_invariants() argument
H A Dpcmcia.c622 struct ssb_init_invariants *iv = priv; ssb_pcmcia_do_get_invariants() local
704 ssb_pcmcia_get_invariants(struct ssb_bus *bus, struct ssb_init_invariants *iv) ssb_pcmcia_get_invariants() argument
H A Dmain.c762 struct ssb_init_invariants iv; ssb_fetch_invariants() local
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_recv.c166 u8 *mickey, idx, *iv; r8712_recvframe_chkmic() local
H A Drtl871x_security.c172 u8 *pframe, *payload, *iv; /*,*wepkey*/ r8712_wep_encrypt() local
228 u8 *pframe, *payload, *iv, wepkey[16]; r8712_wep_decrypt() local
583 u8 *pframe, *payload, *iv, *prwskey; r8712_tkip_encrypt() local
658 u8 *pframe, *payload, *iv, *prwskey, idx = 0; r8712_tkip_decrypt() local
1362 u8 *pframe, *prwskey, *iv, idx; r8712_aes_decrypt() local
H A Drtl871x_xmit.h125 unsigned char iv[8]; member in struct:pkt_attrib
/linux-4.1.27/drivers/usb/wusbcore/
H A Dcrypto.c210 void *iv, *dst_buf; wusb_ccm_mac() local
/linux-4.1.27/arch/cris/include/arch-v32/arch/
H A Dcryptocop.h85 u8 iv[CRYPTOCOP_MAX_IV_LENGTH]; member in struct:cryptocop_tfrm_cfg
/linux-4.1.27/net/bluetooth/
H A Da2mp.c53 struct kvec iv; a2mp_send() local
H A D6lowpan.c527 struct kvec iv; send_pkt() local
H A Dsmp.c588 struct kvec iv[2]; smp_send_cmd() local
/linux-4.1.27/net/ceph/
H A Dcrypto.c172 void *iv; ceph_aes_encrypt() local
232 void *iv; ceph_aes_encrypt2() local
294 void *iv; ceph_aes_decrypt() local
359 void *iv; ceph_aes_decrypt2() local
/linux-4.1.27/net/ipv4/
H A Desp4.c82 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) esp_tmp_req() argument
126 u8 *iv; esp_output() local
385 u8 *iv; esp_input() local
71 esp_tmp_givreq( struct crypto_aead *aead, u8 *iv) esp_tmp_givreq() argument
/linux-4.1.27/net/ipv6/
H A Desp6.c110 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) esp_tmp_req() argument
163 u8 *iv; esp6_output() local
335 u8 *iv; esp6_input() local
99 esp_tmp_givreq( struct crypto_aead *aead, u8 *iv) esp_tmp_givreq() argument
H A Dmcast.c125 int iv; unsolicited_report_interval() local
/linux-4.1.27/drivers/net/wireless/p54/
H A Dtxrx.c462 u8 *iv = (u8 *)(entry_data->align + pad + p54_rx_frame_sent() local
807 u8 *iv = (u8 *)(skb->data + crypt_offset); p54_tx_80211() local
/linux-4.1.27/drivers/staging/vt6655/
H A Drxtx.c1217 u8 *iv = ((u8 *)hdr + ieee80211_get_hdrlen_from_skb(skb)); vnt_fill_txkey() local
/linux-4.1.27/drivers/staging/vt6656/
H A Drxtx.c717 u8 *iv = ((u8 *)hdr + ieee80211_get_hdrlen_from_skb(skb)); vnt_fill_txkey() local
/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.c779 crypto4xx_build_pd(struct crypto_async_request *req, struct crypto4xx_ctx *ctx, struct scatterlist *src, struct scatterlist *dst, unsigned int datalen, void *iv, u32 iv_len) crypto4xx_build_pd() argument
H A Dcrypto4xx_sa.h193 u32 iv[4]; /* for CBC, OFC, and CFB mode */ member in struct:dynamic_sa_aes128
207 u32 iv[4]; /* for CBC, OFC, and CFB mode */ member in struct:dynamic_sa_aes192
221 u32 iv[4]; /* for CBC, OFC, and CFB mode */ member in struct:dynamic_sa_aes256
/linux-4.1.27/kernel/time/
H A Dposix-timers.c731 ktime_t now, remaining, iv; common_timer_get() local
/linux-4.1.27/net/mac802154/
H A Dllsec.c600 static void llsec_geniv(u8 iv[16], __le64 addr, llsec_geniv() argument
619 u8 iv[16]; llsec_do_encrypt_unauth() local
649 u8 iv[16]; llsec_do_encrypt_auth() local
834 u8 iv[16]; llsec_do_decrypt_unauth() local
858 u8 iv[16]; llsec_do_decrypt_auth() local
/linux-4.1.27/net/rxrpc/
H A Drxkad.c118 struct rxrpc_crypt iv; rxkad_prime_packet_security() local
160 struct rxrpc_crypt iv; rxkad_secure_packet_auth() local
207 struct rxrpc_crypt iv; rxkad_secure_packet_encrypt() local
260 struct rxrpc_crypt iv; rxkad_secure_packet() local
334 struct rxrpc_crypt iv; rxkad_verify_packet_auth() local
409 struct rxrpc_crypt iv; rxkad_verify_packet_encrypt() local
492 struct rxrpc_crypt iv; rxkad_verify_packet() local
722 struct rxrpc_crypt iv; rxkad_encrypt_response() local
826 struct rxrpc_crypt iv, key; rxkad_decrypt_ticket() local
971 struct rxrpc_crypt iv; rxkad_decrypt_response() local
/linux-4.1.27/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c389 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member in struct:encryptor_desc
488 u8 iv[GSS_KRB5_MAX_BLOCKSIZE]; member in struct:decryptor_desc
53 krb5_encrypt( struct crypto_blkcipher *tfm, void * iv, void * in, void * out, int length) krb5_encrypt() argument
87 krb5_decrypt( struct crypto_blkcipher *tfm, void * iv, void * in, void * out, int length) krb5_decrypt() argument
597 gss_krb5_cts_crypt(struct crypto_blkcipher *cipher, struct xdr_buf *buf, u32 offset, u8 *iv, struct page **pages, int encrypt) gss_krb5_cts_crypt() argument
/linux-4.1.27/drivers/media/i2c/s5c73m3/
H A Ds5c73m3-core.c911 const struct s5c73m3_interval *iv = &s5c73m3_intervals[i]; __s5c73m3_set_frame_interval() local
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h116 __le32 iv[2]; member in struct:skb_frame_desc
191 __le32 iv[2]; member in struct:rxdone_entry_desc
H A Drt2800.h1895 u8 iv[8]; member in struct:mac_iveiv_entry
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h323 crypto_cipher_encrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) crypto_cipher_encrypt_iv() argument
342 crypto_cipher_decrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) crypto_cipher_decrypt_iv() argument
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_recv.c473 u8 *iv = precv_frame->pkt->data + prxattrib->hdrlen; decryptor() local
H A Drtw_security.c155 u8 *pframe, *payload, *iv; /* wepkey */ rtw_wep_encrypt23a() local
217 u8 *pframe, *payload, *iv, wepkey[16]; rtw_wep_decrypt23a() local
610 u8 *pframe, *payload, *iv, *prwskey; rtw_tkip_encrypt23a() local
719 u8 *pframe, *payload, *iv, *prwskey; rtw_tkip_decrypt23a() local
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c438 u8 *iv = precv_frame->rx_data+prxattrib->hdrlen; decryptor() local
H A Drtw_security.c150 u8 *pframe, *payload, *iv; /* wepkey */ rtw_wep_encrypt() local
206 u8 *pframe, *payload, *iv, wepkey[16]; rtw_wep_decrypt() local
573 u8 *pframe, *payload, *iv, *prwskey; rtw_tkip_encrypt() local
653 u8 *pframe, *payload, *iv, *prwskey; rtw_tkip_decrypt() local
/linux-4.1.27/drivers/net/wireless/b43legacy/
H A Dxmit.h29 __u8 iv[16]; /* Encryption IV */ member in struct:b43legacy_txhdr_fw3
H A Dmain.c1815 const struct b43legacy_iv *iv; b43legacy_write_initvals() local
/linux-4.1.27/drivers/crypto/caam/
H A Dpdb.h58 u32 iv[4]; member in struct:ipsec_encap_cbc
64 u32 iv[2]; member in struct:ipsec_encap_ctr
72 u32 iv[2]; member in struct:ipsec_encap_ccm
78 u32 iv[2]; member in struct:ipsec_encap_gcm
268 u32 iv[4]; member in struct:tls_block_encap_pdb
287 u32 iv[4]; member in struct:dtls_block_encap_pdb
294 u32 iv[4]; member in struct:tls_block_decap_pdb
311 u32 iv[4]; member in struct:dtls_block_decap_pdb
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c881 static int qat_alg_aead_enc_internal(struct aead_request *areq, uint8_t *iv, qat_alg_aead_enc_internal() argument
656 qat_alg_sgl_to_bufl(struct qat_crypto_instance *inst, struct scatterlist *assoc, struct scatterlist *sgl, struct scatterlist *sglout, uint8_t *iv, uint8_t ivlen, struct qat_crypto_request *qat_req) qat_alg_sgl_to_bufl() argument
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_core.c78 u8 *iv; member in struct:cryp_ctx
285 u32 iv[AES_BLOCK_SIZE / 4]; cfg_ivs() local
/linux-4.1.27/fs/ecryptfs/
H A Dkeystore.c605 char iv[ECRYPTFS_MAX_IV_BYTES]; member in struct:ecryptfs_write_tag_70_packet_silly_stack
893 char iv[ECRYPTFS_MAX_IV_BYTES]; member in struct:ecryptfs_parse_tag_70_packet_silly_stack
H A Dcrypto.c171 int ecryptfs_derive_iv(char *iv, struct ecryptfs_crypt_stat *crypt_stat, ecryptfs_derive_iv() argument
341 crypt_scatterlist(struct ecryptfs_crypt_stat *crypt_stat, struct scatterlist *dst_sg, struct scatterlist *src_sg, int size, unsigned char *iv, int op) crypt_scatterlist() argument
/linux-4.1.27/net/bluetooth/hidp/
H A Dcore.c611 struct kvec iv = { data, len }; hidp_send_frame() local
/linux-4.1.27/security/keys/encrypted-keys/
H A Dencrypted.c279 u8 *iv = epayload->iv; datablob_format() local
404 init_blkcipher_desc(struct blkcipher_desc *desc, const u8 *key, unsigned int key_len, const u8 *iv, unsigned int ivsize) init_blkcipher_desc() argument
/linux-4.1.27/drivers/md/
H A Ddm-crypt.c243 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, crypt_iv_plain_gen() argument
252 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, crypt_iv_plain64_gen() argument
406 static int crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, crypt_iv_essiv_gen() argument
446 static int crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, crypt_iv_benbi_gen() argument
459 static int crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, crypt_iv_null_gen() argument
529 static int crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, crypt_iv_lmk_one() argument
578 static int crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, crypt_iv_lmk_gen() argument
594 static int crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, crypt_iv_lmk_post() argument
717 static int crypt_iv_tcw_gen(struct crypt_config *cc, u8 *iv, crypt_iv_tcw_gen() argument
741 static int crypt_iv_tcw_post(struct crypt_config *cc, u8 *iv, crypt_iv_tcw_post() argument
843 u8 *iv; crypt_convert_block() local
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-omap.c841 u16 iv, w; omap_i2c_omap1_isr() local
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Drtw_xmit.h130 u8 iv[18]; member in struct:pkt_attrib
H A Drtw_mlme_ext.h330 u32 iv; member in struct:mlme_ext_info
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtw_xmit.h131 u8 iv[18]; member in struct:pkt_attrib
H A Drtw_mlme_ext.h320 u32 iv; member in struct:mlme_ext_info
/linux-4.1.27/drivers/net/wireless/b43/
H A Dxmit.h37 __u8 iv[16]; /* Encryption IV */ member in struct:b43_txhdr
H A Dmain.c2771 const struct b43_iv *iv; b43_write_initvals() local
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce.c1301 unsigned long iv; mce_timer_fn() local
1336 unsigned long iv = __this_cpu_read(mce_next_interval); mce_timer_kick() local
1654 unsigned long iv = check_interval * HZ; mce_start_timer() local
/linux-4.1.27/net/bluetooth/rfcomm/
H A Dcore.c800 struct kvec iv = { data, len }; rfcomm_send_frame() local
1101 struct kvec iv[3]; rfcomm_send_test() local
/linux-4.1.27/drivers/media/i2c/
H A Dov9650.c1131 const struct ov965x_interval *iv = &ov965x_intervals[i]; __ov965x_set_frame_interval() local
H A Ds5k6aa.c959 const struct s5k6aa_interval *iv = &s5k6aa_intervals[i]; __s5k6aa_set_frame_interval() local
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h434 uint64_t iv:32; member in struct:cvmx_pip_crc_ivx::cvmx_pip_crc_ivx_s
H A Dcvmx-pko-defs.h1890 uint64_t iv:32; member in struct:cvmx_pko_reg_crc_ivx::cvmx_pko_reg_crc_ivx_s
/linux-4.1.27/arch/ia64/include/asm/
H A Dpal.h517 iv : 1, /* instruction set field valid */ member in struct:pal_cache_check_info_s
554 iv : 1, /* instruction set field valid */ member in struct:pal_tlb_check_info_s
590 iv : 1, /* instruction set field valid */ member in struct:pal_bus_check_info_s
620 iv : 1, /* instruction set field valid */ member in struct:pal_reg_file_check_info_s
650 iv : 1, /* instruction set field valid */ member in struct:pal_uarch_check_info_s

Completed in 2552 milliseconds