Searched refs:auth_len (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/crypto/bcm/ |
D | spu.c | 625 unsigned int auth_len; in spum_create_request() local 627 auth_len = real_db_size; in spum_create_request() 633 auth_len -= hash_parms->digestsize; in spum_create_request() 637 auth_len -= hash_parms->pad_len; in spum_create_request() 662 auth_offset, auth_len, cipher_offset, cipher_len); in spum_create_request() 772 auth_len = cipher_offset + aead_parms->data_pad_len; in spum_create_request() 787 bdesc->length_mac = cpu_to_be16(auth_len); in spum_create_request() 796 auth_len += spum_wordalign_padlen(auth_len); in spum_create_request() 798 bdesc->offset_icv = cpu_to_be16(auth_len); in spum_create_request()
|
/linux-6.1.9/net/sctp/ |
D | auth.c | 260 __u32 auth_len; in sctp_auth_asoc_set_secret() local 262 auth_len = first_vector->len + last_vector->len; in sctp_auth_asoc_set_secret() 264 auth_len += ep_key->key->len; in sctp_auth_asoc_set_secret() 266 secret = sctp_auth_create_key(auth_len, gfp); in sctp_auth_asoc_set_secret()
|
D | output.c | 445 int auth_len = 0; in sctp_packet_pack() local 464 auth_len = padded; in sctp_packet_pack() 465 else if (auth_len + padded + packet->overhead > in sctp_packet_pack()
|
/linux-6.1.9/drivers/crypto/ |
D | sa2ul.c | 1406 size_t auth_len; in sa_sha_run() local 1408 auth_len = req->nbytes; in sa_sha_run() 1410 if (!auth_len) in sa_sha_run() 1413 if (auth_len > SA_MAX_DATA_SZ || in sa_sha_run() 1414 (auth_len >= SA_UNSAFE_DATA_SZ_MIN && in sa_sha_run() 1415 auth_len <= SA_UNSAFE_DATA_SZ_MAX)) { in sa_sha_run() 1424 subreq->nbytes = auth_len; in sa_sha_run() 1437 sa_req.size = auth_len; in sa_sha_run() 1438 sa_req.auth_size = auth_len; in sa_sha_run()
|
D | ixp4xx_crypto.c | 126 u16 auth_len; /* Authentication data length */ member 130 u16 auth_len; /* Authentication data length */ member 715 crypt->auth_len = HMAC_PAD_BLOCKLEN; in register_chain_var() 1131 crypt->auth_len = req->assoclen + cryptlen; in aead_perform() 1135 buf = chainup_buffers(dev, req->src, crypt->auth_len, in aead_perform() 1155 buf = chainup_buffers(dev, req->dst, crypt->auth_len, in aead_perform()
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw_la.h | 294 __u32 auth_len; member
|
D | qat_algs.c | 1002 auth_param->auth_len = areq->assoclen + cipher_param->cipher_length; in qat_alg_aead_dec() 1047 auth_param->auth_len = areq->assoclen + areq->cryptlen; in qat_alg_aead_enc()
|
/linux-6.1.9/net/key/ |
D | af_key.c | 1615 int len, auth_len, enc_len, i; in compose_sadb_supported() local 1617 auth_len = xfrm_count_pfkey_auth_supported(); in compose_sadb_supported() 1618 if (auth_len) { in compose_sadb_supported() 1619 auth_len *= sizeof(struct sadb_alg); in compose_sadb_supported() 1620 auth_len += sizeof(struct sadb_supported); in compose_sadb_supported() 1629 len = enc_len + auth_len + sizeof(struct sadb_msg); in compose_sadb_supported() 1640 if (auth_len) { in compose_sadb_supported() 1644 sp = skb_put(skb, auth_len); in compose_sadb_supported() 1647 sp->sadb_supported_len = auth_len / sizeof(uint64_t); in compose_sadb_supported()
|
/linux-6.1.9/fs/ubifs/ |
D | journal.c | 727 int err, lnum, offs, compr_type, out_len, compr_len, auth_len; in ubifs_jnl_write_data() local 741 auth_len = ubifs_auth_node_sz(c); in ubifs_jnl_write_data() 743 data = kmalloc(dlen + auth_len, GFP_NOFS | __GFP_NOWARN); in ubifs_jnl_write_data() 783 write_len = ALIGN(dlen, 8) + auth_len; in ubifs_jnl_write_data()
|