Searched refs:auth_len (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | auth.c | 264 __u32 auth_len; in sctp_auth_asoc_set_secret() local 266 auth_len = first_vector->len + last_vector->len; in sctp_auth_asoc_set_secret() 268 auth_len += ep_key->key->len; in sctp_auth_asoc_set_secret() 270 secret = sctp_auth_create_key(auth_len, gfp); in sctp_auth_asoc_set_secret()
|
/linux-4.4.14/drivers/crypto/ |
D | ixp4xx_crypto.c | 130 u16 auth_len; /* Authentication data length */ member 134 u16 auth_len; /* Authentication data length */ member 642 crypt->auth_len = HMAC_PAD_BLOCKLEN; in register_chain_var() 1032 crypt->auth_len = req->assoclen + cryptlen; in aead_perform() 1044 buf = chainup_buffers(dev, req->dst, crypt->auth_len, in aead_perform() 1060 buf = chainup_buffers(dev, req->src, crypt->auth_len, in aead_perform()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw_la.h | 331 uint32_t auth_len; member
|
D | qat_algs.c | 844 auth_param->auth_len = areq->assoclen + cipher_param->cipher_length; in qat_alg_aead_dec() 888 auth_param->auth_len = areq->assoclen + areq->cryptlen; in qat_alg_aead_enc()
|
/linux-4.4.14/net/key/ |
D | af_key.c | 1578 int len, auth_len, enc_len, i; in compose_sadb_supported() local 1580 auth_len = xfrm_count_pfkey_auth_supported(); in compose_sadb_supported() 1581 if (auth_len) { in compose_sadb_supported() 1582 auth_len *= sizeof(struct sadb_alg); in compose_sadb_supported() 1583 auth_len += sizeof(struct sadb_supported); in compose_sadb_supported() 1592 len = enc_len + auth_len + sizeof(struct sadb_msg); in compose_sadb_supported() 1603 if (auth_len) { in compose_sadb_supported() 1607 sp = (struct sadb_supported *) skb_put(skb, auth_len); in compose_sadb_supported() 1610 sp->sadb_supported_len = auth_len / sizeof(uint64_t); in compose_sadb_supported()
|