Home
last modified time | relevance | path

Searched refs:auth_len (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/sctp/
Dauth.c264 __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/
Dixp4xx_crypto.c130 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/
Dicp_qat_fw_la.h331 uint32_t auth_len; member
Dqat_algs.c844 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/
Daf_key.c1578 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()