Searched defs:iv (Results 176 - 200 of 208) sorted by relevance

123456789

/linux-master/drivers/s390/crypto/
H A Dpkey_api.c411 u8 iv[AES_BLOCK_SIZE]; member in struct:__anon182
H A Dzcrypt_ep11misc.c972 ep11_cryptsingle(u16 card, u16 domain, u16 mode, u32 mech, const u8 *iv, const u8 *key, size_t keysize, const u8 *inbuf, size_t inbufsize, u8 *outbuf, size_t *outbufsize) argument
1104 _ep11_unwrapkey(u16 card, u16 domain, const u8 *kek, size_t keksize, const u8 *enckey, size_t enckeysize, u32 mech, const u8 *iv, u32 keybitsize, u32 keygenflags, u8 *keybuf, size_t *keybufsize) argument
1254 ep11_unwrapkey(u16 card, u16 domain, const u8 *kek, size_t keksize, const u8 *enckey, size_t enckeysize, u32 mech, const u8 *iv, u32 keybitsize, u32 keygenflags, u8 *keybuf, size_t *keybufsize, u8 keybufver) argument
1290 _ep11_wrapkey(u16 card, u16 domain, const u8 *key, size_t keysize, u32 mech, const u8 *iv, u8 *databuf, size_t *datasize) argument
[all...]
/linux-master/drivers/crypto/marvell/cesa/
H A Dcesa.h241 u32 iv[4]; member in struct:mv_cesa_skcipher_op_ctx
252 u32 iv[16]; member in struct:mv_cesa_hash_op_ctx
517 __be32 iv[16]; member in struct:mv_cesa_hmac_ctx
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h324 u32 iv; member in struct:mlme_ext_info
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c1041 static unsigned int adjust_ctr_overflow(u8 *iv, u32 bytes) argument
1054 static int chcr_update_tweak(struct skcipher_request *req, u8 *iv, argument
689 chcr_cipher_fallback(struct crypto_skcipher *cipher, struct skcipher_request *req, u8 *iv, unsigned short op_type) argument
1095 chcr_update_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) argument
1129 chcr_final_cipher_iv(struct skcipher_request *req, struct cpl_fw6_pld *fw6_pld, u8 *iv) argument
2928 crypto_ccm_check_iv(const u8 *iv) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h432 u8 iv; member in struct:ulp_skb_cb::__anon1147::__anon1148
/linux-master/net/bluetooth/
H A Dsmp.c593 struct kvec iv[2]; local
/linux-master/drivers/crypto/
H A Dsa2ul.c553 static inline void sa_copy_iv(__be32 *out, const u8 *iv, bool size16) argument
1297 static int sa_cipher_run(struct skcipher_request *req, u8 *iv, int enc) argument
1909 sa_aead_run(struct aead_request *req, u8 *iv, int enc) argument
[all...]
H A Datmel-aes.c107 __be32 iv[AES_BLOCK_SIZE / sizeof(u32)]; member in struct:atmel_aes_ctr_ctx
546 atmel_aes_write_ctrl_key(struct atmel_aes_dev *dd, bool use_dma, const __be32 *iv, const u32 *key, int keylen) argument
577 atmel_aes_write_ctrl(struct atmel_aes_dev *dd, bool use_dma, const __be32 *iv) argument
1319 const void *iv = req->iv; local
1826 __be32 iv[AES_BLOCK_SIZE / sizeof(u32)]; local
[all...]
H A Ds5p-sss.c1897 u8 *iv, *ctr; local
1802 s5p_set_aes(struct s5p_aes_dev *dev, const u8 *key, const u8 *iv, const u8 *ctr, unsigned int keylen) argument
[all...]
/linux-master/drivers/crypto/stm32/
H A Dstm32-cryp.c337 static void stm32_cryp_hw_write_iv(struct stm32_cryp *cryp, __be32 *iv) argument
535 __be32 iv[4]; local
638 u8 *iv = (u8 *)iv_32, *b0 = (u8 *)b0_32; local
1033 crypto_ccm_check_iv(const u8 *iv) argument
1310 u8 *iv = (u8 *)iv32; local
[all...]
/linux-master/drivers/media/i2c/
H A Dov9650.c1139 const struct ov965x_interval *iv = &ov965x_intervals[i]; local
/linux-master/drivers/crypto/caam/
H A Dcaamalg_qi2.c485 u8 *iv = (u8 *)(sg_table + qm_sg_nents); local
1125 u8 *iv; local
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c1785 const struct b43legacy_iv *iv; local
[all...]
/linux-master/net/ipv6/
H A Dmcast.c159 int iv; local
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c1396 u8 *iv; local
[all...]
/linux-master/drivers/net/
H A Dmacsec.c426 static void macsec_fill_iv_xpn(unsigned char *iv, ssci_t ssci, u64 pn, argument
435 static void macsec_fill_iv(unsigned char *iv, sci_t sci, u32 pn) argument
587 unsigned char *iv; local
551 macsec_alloc_req(struct crypto_aead *tfm, unsigned char **iv, struct scatterlist **sg, int num_frags) argument
878 unsigned char *iv; local
[all...]
/linux-master/crypto/
H A Dtestmgr.h68 const char *iv; member in struct:cipher_testvec
109 const char *iv; member in struct:aead_testvec
[all...]
H A Dtestmgr.c2040 u8 *iv = PTR_ALIGN(&_iv[0], 2 * (MAX_ALGAPI_ALIGNMASK + 1)) + local
2329 u8 iv[MAX_IVLEN]; local
2818 u8 *iv = PTR_ALIGN(&_iv[0], 2 * (MAX_ALGAPI_ALIGNMASK + 1)) + local
3027 u8 iv[MAX_IVLEN]; local
[all...]
/linux-master/sound/pci/ctxfi/
H A Dcthw20k2.c608 static int amixer_set_iv(void *blk, unsigned int iv) argument
H A Dcthw20k1.c609 static int amixer_set_iv(void *blk, unsigned int iv) argument
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c701 u8 *iv; local
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.c2759 const struct b43_iv *iv; local
[all...]
/linux-master/fs/smb/client/
H A Dsmb2ops.c4232 u8 *iv; local
4102 smb2_aead_req_alloc(struct crypto_aead *tfm, const struct smb_rqst *rqst, int num_rqst, const u8 *sig, u8 **iv, struct aead_request **req, struct sg_table *sgt, unsigned int *num_sgs, size_t *sensitive_size) argument
4136 smb2_get_aead_req(struct crypto_aead *tfm, struct smb_rqst *rqst, int num_rqst, const u8 *sig, u8 **iv, struct aead_request **req, struct scatterlist **sgl, size_t *sensitive_size) argument
[all...]
/linux-master/drivers/md/
H A Ddm-crypt.c321 static int crypt_iv_plain_gen(struct crypt_config *cc, u8 *iv, argument
330 static int crypt_iv_plain64_gen(struct crypt_config *cc, u8 *iv, argument
339 static int crypt_iv_plain64be_gen(struct crypt_config *cc, u8 *iv, argument
349 crypt_iv_essiv_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
397 crypt_iv_benbi_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
410 crypt_iv_null_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
486 crypt_iv_lmk_one(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq, u8 *data) argument
534 crypt_iv_lmk_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
552 crypt_iv_lmk_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
675 crypt_iv_tcw_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
701 crypt_iv_tcw_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
720 crypt_iv_random_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
744 crypt_iv_eboiv_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
1023 crypt_iv_elephant_gen(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
1037 crypt_iv_elephant_post(struct crypt_config *cc, u8 *iv, struct dm_crypt_request *dmreq) argument
1304 u8 *iv, *org_iv, *tag_iv, *tag; local
1407 u8 *iv, *org_iv, *tag_iv; local
[all...]

Completed in 722 milliseconds

123456789