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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c102 * sn = current offset to data in s (next source data to process)
122 int sn, dn; /* offset from the head of the mbuf, to meat */ local
165 soff = sn = dn = 0;
172 sn = bodyoff - soff;
180 scutoff = sn;
188 if (sn + AES_BLOCKLEN <= s->m_len) {
190 sp = mtod(s, u_int8_t *) + sn;
191 len = s->m_len - sn;
195 m_copydata(s, sn, AES_BLOCKLEN, sbuf);
205 i = m->m_pkthdr.len - (soff + sn);
282 int sn, dn; /* offset from the head of the mbuf, to meat */ local
[all...]
H A Desp_core.c686 int sn, dn; /* offset from the head of the mbuf, to meat */ local
775 soff = doff = sn = dn = 0;
781 sn = bodyoff - soff;
789 scutoff = sn;
797 if (sn + blocklen <= s->m_len) {
799 sp = mtod(s, u_int8_t *) + sn;
802 m_copydata(s, sn, blocklen, sbuf);
811 i = m->m_pkthdr.len - (soff + sn);
852 sn += blocklen;
856 while (s && sn >
886 int sn, dn; /* offset from the head of the mbuf, to meat */ local
[all...]

Completed in 238 milliseconds