Home
last modified time | relevance | path

Searched refs:authlen (Results 1 – 4 of 4) sorted by relevance

/drivers/platform/x86/hp/hp-bioscfg/
A Dspmobj-attributes.c44 size_t size, authlen; in hp_calculate_security_buffer() local
49 authlen = strlen(authentication); in hp_calculate_security_buffer()
50 if (!authlen) in hp_calculate_security_buffer()
53 size = sizeof(u16) + authlen * sizeof(u16); in hp_calculate_security_buffer()
/drivers/crypto/
A Domap-aes-gcm.c95 unsigned int authlen = crypto_aead_authsize(aead); in omap_aes_gcm_copy_buffers() local
107 cryptlen -= authlen; in omap_aes_gcm_copy_buffers()
150 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()
/drivers/net/ethernet/intel/ixgbevf/
A Dipsec.c512 const int authlen = IXGBE_IPSEC_AUTH_BITS / 8; in ixgbevf_ipsec_tx() local
517 ret = skb_copy_bits(skb, skb->len - (authlen + 2), in ixgbevf_ipsec_tx()
521 itd->trailer_len = authlen + 2 + padlen; in ixgbevf_ipsec_tx()
/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_ipsec.c1119 const int authlen = IXGBE_IPSEC_AUTH_BITS / 8; in ixgbe_ipsec_tx() local
1124 ret = skb_copy_bits(skb, skb->len - (authlen + 2), in ixgbe_ipsec_tx()
1128 itd->trailer_len = authlen + 2 + padlen; in ixgbe_ipsec_tx()

Completed in 10 milliseconds