Searched refs:authsize (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/netipsec/ |
| H A D | xform_ah.c | 152 int authsize, rplen, align; in ah_hdrsiz() local 165 authsize = AUTHSIZE(sav); in ah_hdrsiz() 166 size = roundup(rplen + authsize, align); in ah_hdrsiz() 543 int hl, rplen, authsize, ahsize, error; in ah_input() local 584 authsize = AUTHSIZE(sav); in ah_input() 640 m_copyback(m, skip + rplen, authsize, ipseczeroes); in ah_input() 701 int authsize, rplen, ahsize, error, skip, protoff; in ah_input_cb() local 749 authsize = AUTHSIZE(sav); in ah_input_cb() 753 m_copydata(m, skip + rplen, authsize, calc); in ah_input_cb() 867 authsize = AUTHSIZE(sav); in ah_output() [all …]
|
| /freebsd-14.2/sys/dev/cxgbe/crypto/ |
| H A D | t4_crypto.c | 800 ccr_hmac_ctrl(unsigned int hashsize, unsigned int authsize) in ccr_hmac_ctrl() argument 803 if (authsize == 10) in ccr_hmac_ctrl() 805 if (authsize == 12) in ccr_hmac_ctrl() 807 if (authsize == hashsize / 2) in ccr_hmac_ctrl() 1391 ccr_ccm_hmac_ctrl(unsigned int authsize) in ccr_ccm_hmac_ctrl() argument 1393 switch (authsize) { in ccr_ccm_hmac_ctrl()
|