Searched refs:bodyoff (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c123 size_t ivoff, bodyoff; local
141 bodyoff = off + sizeof(struct esp) + ivlen;
144 bodyoff = off + sizeof(struct newesp) + ivlen;
147 if (m->m_pkthdr.len < bodyoff) {
149 algo->name, m->m_pkthdr.len, (unsigned long)bodyoff));
153 if ((m->m_pkthdr.len - bodyoff) % AES_BLOCKLEN) {
170 while (soff < bodyoff) {
171 if (soff + s->m_len > bodyoff) {
172 sn = bodyoff - soff;
283 size_t ivoff, bodyoff; local
[all...]
H A Desp_core.c687 size_t ivoff, bodyoff; local
719 bodyoff = off + sizeof(struct esp) + ivlen;
729 bodyoff = off + sizeof(struct esp) + sizeof(u_int32_t);
734 bodyoff = off + sizeof(struct newesp) + ivlen;
759 if (m->m_pkthdr.len < bodyoff) {
761 algo->name, m->m_pkthdr.len, (unsigned long)bodyoff));
765 if ((m->m_pkthdr.len - bodyoff) % blocklen) {
778 /* skip bodyoff */
779 while (soff < bodyoff) {
780 if (soff + s->m_len > bodyoff) {
887 size_t ivoff, bodyoff; local
[all...]

Completed in 22 milliseconds