Searched refs:auth_len (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/crypto/bcm/
H A Dspu.c625 unsigned int auth_len; local
627 auth_len = real_db_size;
633 auth_len -= hash_parms->digestsize;
637 auth_len -= hash_parms->pad_len;
661 flow_log(" auth_offset:%u auth_len:%u cipher_offset:%u cipher_len:%u\n",
662 auth_offset, auth_len, cipher_offset, cipher_len);
772 auth_len = cipher_offset + aead_parms->data_pad_len;
787 bdesc->length_mac = cpu_to_be16(auth_len);
796 auth_len += spum_wordalign_padlen(auth_len);
[all...]
/linux-master/net/sctp/
H A Dauth.c260 __u32 auth_len; local
262 auth_len = first_vector->len + last_vector->len;
264 auth_len += ep_key->key->len;
266 secret = sctp_auth_create_key(auth_len, gfp);
H A Doutput.c445 int auth_len = 0; local
464 auth_len = padded;
465 else if (auth_len + padded + packet->overhead >
/linux-master/drivers/crypto/
H A Dsa2ul.c1407 size_t auth_len; local
1409 auth_len = req->nbytes;
1411 if (!auth_len)
1414 if (auth_len > SA_MAX_DATA_SZ ||
1415 (auth_len >= SA_UNSAFE_DATA_SZ_MIN &&
1416 auth_len <= SA_UNSAFE_DATA_SZ_MAX)) {
1425 subreq->nbytes = auth_len;
1438 sa_req.size = auth_len;
1439 sa_req.auth_size = auth_len;
/linux-master/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c126 u16 auth_len; /* Authentication data length */ member in struct:crypt_ctl
130 u16 auth_len; /* Authentication data length */ member in struct:crypt_ctl
717 crypt->auth_len = HMAC_PAD_BLOCKLEN;
1133 crypt->auth_len = req->assoclen + cryptlen;
1137 buf = chainup_buffers(dev, req->src, crypt->auth_len,
1157 buf = chainup_buffers(dev, req->dst, crypt->auth_len,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_la.h294 __u32 auth_len; member in struct:icp_qat_fw_la_auth_req_params
H A Dqat_algs.c820 auth_param->auth_len = areq->assoclen + cipher_param->cipher_length;
866 auth_param->auth_len = areq->assoclen + areq->cryptlen;
/linux-master/net/key/
H A Daf_key.c1614 int len, auth_len, enc_len, i; local
1616 auth_len = xfrm_count_pfkey_auth_supported();
1617 if (auth_len) {
1618 auth_len *= sizeof(struct sadb_alg);
1619 auth_len += sizeof(struct sadb_supported);
1628 len = enc_len + auth_len + sizeof(struct sadb_msg);
1639 if (auth_len) {
1643 sp = skb_put(skb, auth_len);
1646 sp->sadb_supported_len = auth_len / sizeof(uint64_t);
/linux-master/fs/ubifs/
H A Djournal.c854 int err, lnum, offs, compr_type, out_len, compr_len, auth_len; local
868 auth_len = ubifs_auth_node_sz(c);
870 data = kmalloc(dlen + auth_len, GFP_NOFS | __GFP_NOWARN);
910 write_len = ALIGN(dlen, 8) + auth_len;

Completed in 272 milliseconds