authsize          459 crypto/cryptodev.c 	    (error = copyout(crp->crp_mac, cop->mac, cse->thash->authsize)))
authsize          444 crypto/cryptosoft.c 		COPYBACK(outtype, buf, crd->crd_inject, axf->authsize, aalg);
authsize          446 crypto/cryptosoft.c 		bcopy(aalg, crp->crp_mac, axf->authsize);
authsize           38 crypto/xform.h 	u_int16_t authsize;
authsize          604 netinet/ip_ah.c 	if (hl * sizeof(u_int32_t) != ahx->authsize + rplen - AH_FLENGTH) {
authsize          678 netinet/ip_ah.c 		    rplen + ahx->authsize, M_XDATA, M_NOWAIT);
authsize          698 netinet/ip_ah.c 		m_copydata(m, 0, skip + rplen + ahx->authsize,
authsize          702 netinet/ip_ah.c 		m_copyback(m, skip + rplen, ahx->authsize, ipseczeroes);
authsize          812 netinet/ip_ah.c 	m_copydata(m, skip + rplen, ahx->authsize, calc);
authsize          822 netinet/ip_ah.c 		if (bcmp(ptr + skip + rplen, calc, ahx->authsize)) {
authsize          910 netinet/ip_ah.c 		m_adj(m1, rplen + ahx->authsize);
authsize          912 netinet/ip_ah.c 			m->m_pkthdr.len -= rplen + ahx->authsize;
authsize          914 netinet/ip_ah.c 		if (roff + rplen + ahx->authsize >= m1->m_len) {
authsize          922 netinet/ip_ah.c 			if (roff + rplen + ahx->authsize > m1->m_len) {
authsize          925 netinet/ip_ah.c 				    ahx->authsize - m1->m_len);
authsize          932 netinet/ip_ah.c 				    (roff + rplen + ahx->authsize - m1->m_len);
authsize          956 netinet/ip_ah.c 			    ahx->authsize, mtod(m1, u_char *) + roff,
authsize          957 netinet/ip_ah.c 			    m1->m_len - (roff + rplen + ahx->authsize));
authsize          958 netinet/ip_ah.c 			m1->m_len -= rplen + ahx->authsize;
authsize          959 netinet/ip_ah.c 			m->m_pkthdr.len -= rplen + ahx->authsize;
authsize         1038 netinet/ip_ah.c 		if (rplen + ahx->authsize + m->m_pkthdr.len > IP_MAXPACKET) {
authsize         1052 netinet/ip_ah.c 		if (rplen + ahx->authsize + m->m_pkthdr.len > IPV6_MAXPACKET) {
authsize         1122 netinet/ip_ah.c 	mi = m_inject(m, skip, rplen + ahx->authsize, M_DONTWAIT);
authsize         1141 netinet/ip_ah.c 	ah->ah_hl = (rplen + ahx->authsize - AH_FLENGTH) / sizeof(u_int32_t);
authsize         1146 netinet/ip_ah.c 	m_copyback(m, skip + rplen, ahx->authsize, ipseczeroes);
authsize         1208 netinet/ip_ah.c 			iplen = htons(ntohs(iplen) + rplen + ahx->authsize);
authsize         1219 netinet/ip_ah.c 			iplen = htons(ntohs(iplen) + rplen + ahx->authsize);
authsize          561 netinet/ip_esp.c 			m_copydata(m, m->m_pkthdr.len - esph->authsize,
authsize          562 netinet/ip_esp.c 			    esph->authsize, aalg);
authsize          567 netinet/ip_esp.c 			if (bcmp(ptr, aalg, esph->authsize)) {
authsize          577 netinet/ip_esp.c 		m_adj(m, -(esph->authsize));
authsize          563 netinet/ipsec_output.c 		adjust += tdbp->tdb_authalgxform->authsize;