Searched refs:ivlen (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/include/uapi/linux/
H A Dif_alg.h27 __u32 ivlen; member in struct:af_alg_iv
/linux-4.1.27/crypto/
H A Dalgif_aead.c197 if (con.iv && con.iv->ivlen != ivsize) aead_sendmsg()
588 unsigned int ivlen = crypto_aead_ivsize( aead_sock_destruct() local
592 sock_kzfree_s(sk, ctx->iv, ivlen); aead_sock_destruct()
602 unsigned int ivlen = crypto_aead_ivsize(private); aead_accept_parent() local
609 ctx->iv = sock_kmalloc(sk, ivlen, GFP_KERNEL); aead_accept_parent()
614 memset(ctx->iv, 0, ivlen); aead_accept_parent()
H A Daf_alg.c453 if (cmsg->cmsg_len < CMSG_LEN(con->iv->ivlen + for_each_cmsghdr()
H A Dalgif_skcipher.c337 if (con.iv && con.iv->ivlen != ivsize) skcipher_sendmsg()
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dqat_algs.c660 uint8_t ivlen, qat_alg_sgl_to_bufl()
698 if (ivlen) {
699 bufl->bufers[bufs].addr = dma_map_single(dev, iv, ivlen,
701 bufl->bufers[bufs].len = ivlen;
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/net/wireless/iwlwifi/mvm/
H A Dd3.c1261 int ivlen = 0, icvlen = 4; /* also FCS */ iwl_mvm_report_wakeup_reasons() local
1279 ivlen = mvm->gtk_ivlen; iwl_mvm_report_wakeup_reasons()
1282 ivlen = mvm->ptk_ivlen; iwl_mvm_report_wakeup_reasons()
1296 pktsize -= ivlen + icvlen; iwl_mvm_report_wakeup_reasons()
1297 pktdata += ivlen; iwl_mvm_report_wakeup_reasons()
/linux-4.1.27/drivers/crypto/amcc/
H A Dcrypto4xx_core.c799 unsigned int ivlen = 0; crypto4xx_build_pd() local
862 ivlen = iv_len; crypto4xx_build_pd()
/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl871x_recv.c218 /* decrypt and set the ivlen,icvlen of the recv_frame */ r8712_decryptor()
/linux-4.1.27/drivers/crypto/
H A Dpicoxcell_crypto.c238 const u8 *iv, size_t ivlen, const u8 *hash_key, spacc_load_ctx()
249 ivlen); spacc_load_ctx()
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
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_recv.c457 /* decrypt and set the ivlen, icvlen of the recv_frame */
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_recv.c426 /* decrypt and set the ivlen, icvlen of the recv_frame */ decryptor()

Completed in 262 milliseconds