Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/crypto/
Dixp4xx_crypto.c130 u16 auth_len; /* Authentication data length */ member
134 u16 auth_len; /* Authentication data length */ member
626 crypt->auth_len = HMAC_PAD_BLOCKLEN; in register_chain_var()
1032 crypt->auth_len = req->assoclen + ivsize + cryptlen; in aead_perform()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dicp_qat_fw_la.h331 uint32_t auth_len; member
Dqat_algs.c868 auth_param->auth_len = areq->assoclen + in qat_alg_aead_dec()
918 auth_param->auth_len = areq->assoclen + areq->cryptlen + AES_BLOCK_SIZE; in qat_alg_aead_enc_internal()
/linux-4.1.27/net/key/
Daf_key.c1577 int len, auth_len, enc_len, i; in compose_sadb_supported() local
1579 auth_len = xfrm_count_pfkey_auth_supported(); in compose_sadb_supported()
1580 if (auth_len) { in compose_sadb_supported()
1581 auth_len *= sizeof(struct sadb_alg); in compose_sadb_supported()
1582 auth_len += sizeof(struct sadb_supported); in compose_sadb_supported()
1591 len = enc_len + auth_len + sizeof(struct sadb_msg); in compose_sadb_supported()
1602 if (auth_len) { in compose_sadb_supported()
1606 sp = (struct sadb_supported *) skb_put(skb, auth_len); in compose_sadb_supported()
1609 sp->sadb_supported_len = auth_len / sizeof(uint64_t); in compose_sadb_supported()