auth_len          631 drivers/crypto/bcm/spu.c 	unsigned int auth_len;
auth_len          633 drivers/crypto/bcm/spu.c 	auth_len = real_db_size;
auth_len          639 drivers/crypto/bcm/spu.c 		auth_len -= hash_parms->digestsize;
auth_len          643 drivers/crypto/bcm/spu.c 		auth_len -= hash_parms->pad_len;
auth_len          668 drivers/crypto/bcm/spu.c 		 auth_offset, auth_len, cipher_offset, cipher_len);
auth_len          778 drivers/crypto/bcm/spu.c 		auth_len = cipher_offset + aead_parms->data_pad_len;
auth_len          793 drivers/crypto/bcm/spu.c 	bdesc->length_mac = cpu_to_be16(auth_len);
auth_len          802 drivers/crypto/bcm/spu.c 		auth_len += spum_wordalign_padlen(auth_len);
auth_len          804 drivers/crypto/bcm/spu.c 	bdesc->offset_icv = cpu_to_be16(auth_len);
auth_len          125 drivers/crypto/ixp4xx_crypto.c 	u16 auth_len;		/* Authentication data length */
auth_len          129 drivers/crypto/ixp4xx_crypto.c 	u16 auth_len;		/* Authentication data length */
auth_len          635 drivers/crypto/ixp4xx_crypto.c 	crypt->auth_len = HMAC_PAD_BLOCKLEN;
auth_len         1021 drivers/crypto/ixp4xx_crypto.c 	crypt->auth_len = req->assoclen + cryptlen;
auth_len         1025 drivers/crypto/ixp4xx_crypto.c 	buf = chainup_buffers(dev, req->src, crypt->auth_len,
auth_len         1045 drivers/crypto/ixp4xx_crypto.c 		buf = chainup_buffers(dev, req->dst, crypt->auth_len,
auth_len          331 drivers/crypto/qat/qat_common/icp_qat_fw_la.h 	uint32_t auth_len;
auth_len          895 drivers/crypto/qat/qat_common/qat_algs.c 	auth_param->auth_len = areq->assoclen + cipher_param->cipher_length;
auth_len          939 drivers/crypto/qat/qat_common/qat_algs.c 	auth_param->auth_len = areq->assoclen + areq->cryptlen;
auth_len          726 fs/ubifs/journal.c 	int err, lnum, offs, compr_type, out_len, compr_len, auth_len;
auth_len          740 fs/ubifs/journal.c 	auth_len = ubifs_auth_node_sz(c);
auth_len          742 fs/ubifs/journal.c 	data = kmalloc(dlen + auth_len, GFP_NOFS | __GFP_NOWARN);
auth_len          782 fs/ubifs/journal.c 		write_len = ALIGN(dlen, 8) + auth_len;
auth_len         1619 net/key/af_key.c 	int len, auth_len, enc_len, i;
auth_len         1621 net/key/af_key.c 	auth_len = xfrm_count_pfkey_auth_supported();
auth_len         1622 net/key/af_key.c 	if (auth_len) {
auth_len         1623 net/key/af_key.c 		auth_len *= sizeof(struct sadb_alg);
auth_len         1624 net/key/af_key.c 		auth_len += sizeof(struct sadb_supported);
auth_len         1633 net/key/af_key.c 	len = enc_len + auth_len + sizeof(struct sadb_msg);
auth_len         1644 net/key/af_key.c 	if (auth_len) {
auth_len         1648 net/key/af_key.c 		sp = skb_put(skb, auth_len);
auth_len         1651 net/key/af_key.c 		sp->sadb_supported_len = auth_len / sizeof(uint64_t);
auth_len          260 net/sctp/auth.c 	__u32 auth_len;
auth_len          262 net/sctp/auth.c 	auth_len = first_vector->len + last_vector->len;
auth_len          264 net/sctp/auth.c 		auth_len += ep_key->key->len;
auth_len          266 net/sctp/auth.c 	secret = sctp_auth_create_key(auth_len, gfp);
auth_len          415 net/sctp/output.c 	int auth_len = 0;
auth_len          434 net/sctp/output.c 				auth_len = padded;
auth_len          435 net/sctp/output.c 			else if (auth_len + padded + packet->overhead >