Searched refs:algos (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ ! |
| H A D | ah_core.c | 1177 struct ah_algorithm_state *algos) in ah_update_mbuf() argument 1184 (algo->update)(algos, mtod(m, caddr_t) + off, len); in ah_update_mbuf() 1210 (algo->update)(algos, mtod(n, caddr_t) + off, tlen); in ah_update_mbuf() 1232 struct ah_algorithm_state algos; in ah4_calccksum() local 1247 error = (algo->init)(&algos, sav); in ah4_calccksum() 1278 (algo->update)(&algos, (caddr_t)&iphdr, sizeof(struct ip)); in ah4_calccksum() 1375 (algo->update)(&algos, (caddr_t)p, hlen - sizeof(struct ip)); in ah4_calccksum() 1424 (algo->update)(&algos, mtod(n, caddr_t), n->m_len); in ah4_calccksum() 1428 ah_update_mbuf(m, off, totlen, algo, &algos); in ah4_calccksum() 1438 ah_update_mbuf(m, off, m->m_pkthdr.len - off, algo, &algos); in ah4_calccksum() [all …]
|