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

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.c153 size_t ivoff, bodyoff; local
171 bodyoff = off + sizeof(struct esp) + ivlen;
174 bodyoff = off + sizeof(struct newesp) + ivlen;
177 if (m->m_pkthdr.len < bodyoff) {
179 algo->name, m->m_pkthdr.len, (u_int32_t)bodyoff));
183 if ((m->m_pkthdr.len - bodyoff) % AES_BLOCKLEN) {
200 while (soff < bodyoff) {
201 if (soff + s->m_len > bodyoff) {
202 sn = bodyoff - soff;
333 size_t ivoff, bodyoff; local
[all...]
H A Desp_core.c544 size_t ivoff, bodyoff; local
576 bodyoff = off + sizeof(struct esp) + ivlen;
586 bodyoff = off + sizeof(struct esp) + sizeof(u_int32_t);
591 bodyoff = off + sizeof(struct newesp) + ivlen;
616 if (m->m_pkthdr.len < bodyoff) {
618 algo->name, m->m_pkthdr.len, (u_int32_t)bodyoff));
622 if ((m->m_pkthdr.len - bodyoff) % blocklen) {
635 /* skip bodyoff */
636 while (soff < bodyoff) {
637 if (soff + s->m_len > bodyoff) {
771 size_t ivoff, bodyoff; local
[all...]

Completed in 20 milliseconds