Searched refs:authlen (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/mac802154/ |
A D | llsec.c | 641 if (crypto_aead_authsize(key->tfm[i]) == authlen) in llsec_tfm_by_len() 654 int authlen, assoclen, datalen, rc; in llsec_do_encrypt_auth() local 658 authlen = ieee802154_sechdr_authtag_len(&hdr->sec); in llsec_do_encrypt_auth() 670 skb_put(skb, authlen); in llsec_do_encrypt_auth() 704 int rc, authlen, hlen; in mac802154_llsec_encrypt() local 722 authlen = ieee802154_sechdr_authtag_len(&hdr.sec); in mac802154_llsec_encrypt() 863 int authlen, datalen, assoclen, rc; in llsec_do_decrypt_auth() local 867 authlen = ieee802154_sechdr_authtag_len(&hdr->sec); in llsec_do_decrypt_auth() 882 assoclen += datalen - authlen; in llsec_do_decrypt_auth() 883 datalen = authlen; in llsec_do_decrypt_auth() [all …]
|
/linux-6.3-rc2/drivers/crypto/ |
A D | omap-aes-gcm.c | 93 unsigned int authlen = crypto_aead_authsize(aead); in omap_aes_gcm_copy_buffers() local 105 cryptlen -= authlen; in omap_aes_gcm_copy_buffers() 148 dd->authsize = authlen; in omap_aes_gcm_copy_buffers() 242 unsigned int authlen = crypto_aead_authsize(aead); in omap_aes_gcm_crypt() local 259 scatterwalk_map_and_copy(rctx->auth_tag, req->dst, 0, authlen, in omap_aes_gcm_crypt()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/ |
A D | ipsec.c | 528 const int authlen = IXGBE_IPSEC_AUTH_BITS / 8; in ixgbevf_ipsec_tx() local 533 ret = skb_copy_bits(skb, skb->len - (authlen + 2), in ixgbevf_ipsec_tx() 537 itd->trailer_len = authlen + 2 + padlen; in ixgbevf_ipsec_tx()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe_ipsec.c | 1135 const int authlen = IXGBE_IPSEC_AUTH_BITS / 8; in ixgbe_ipsec_tx() local 1140 ret = skb_copy_bits(skb, skb->len - (authlen + 2), in ixgbe_ipsec_tx() 1144 itd->trailer_len = authlen + 2 + padlen; in ixgbe_ipsec_tx()
|
Completed in 8 milliseconds