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

/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c130 u16 auth_len; /* Authentication data length */ member in struct:crypt_ctl
134 u16 auth_len; /* Authentication data length */ member in struct:crypt_ctl
626 crypt->auth_len = HMAC_PAD_BLOCKLEN; register_chain_var()
1032 crypt->auth_len = req->assoclen + ivsize + cryptlen; aead_perform()
/linux-4.1.27/drivers/crypto/qat/qat_common/
H A Dicp_qat_fw_la.h331 uint32_t auth_len; member in struct:icp_qat_fw_la_auth_req_params
H A Dqat_algs.c868 auth_param->auth_len = areq->assoclen + qat_alg_aead_dec()
918 auth_param->auth_len = areq->assoclen + areq->cryptlen + AES_BLOCK_SIZE; qat_alg_aead_enc_internal()
/linux-4.1.27/net/sctp/
H A Dauth.c264 __u32 auth_len; sctp_auth_asoc_set_secret() local
266 auth_len = first_vector->len + last_vector->len; sctp_auth_asoc_set_secret()
268 auth_len += ep_key->key->len; sctp_auth_asoc_set_secret()
270 secret = sctp_auth_create_key(auth_len, gfp); sctp_auth_asoc_set_secret()
/linux-4.1.27/net/key/
H A Daf_key.c1577 int len, auth_len, enc_len, i; compose_sadb_supported() local
1579 auth_len = xfrm_count_pfkey_auth_supported(); compose_sadb_supported()
1580 if (auth_len) { compose_sadb_supported()
1581 auth_len *= sizeof(struct sadb_alg); compose_sadb_supported()
1582 auth_len += sizeof(struct sadb_supported); compose_sadb_supported()
1591 len = enc_len + auth_len + sizeof(struct sadb_msg); compose_sadb_supported()
1602 if (auth_len) { compose_sadb_supported()
1606 sp = (struct sadb_supported *) skb_put(skb, auth_len); compose_sadb_supported()
1609 sp->sadb_supported_len = auth_len / sizeof(uint64_t); compose_sadb_supported()

Completed in 172 milliseconds