Searched refs:dn (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Desp_rijndael.c107 * dn = current offset in d (next location to store result)
122 int sn, dn; /* offset from the head of the mbuf, to meat */ local
165 soff = sn = dn = 0;
201 if (!d || dn + AES_BLOCKLEN > d->m_len) {
231 dn = 0;
235 if (len > d->m_len - dn)
236 len = d->m_len - dn;
239 aes_decrypt_cbc(sp, iv, len >> 4, dptr + dn,
244 dn += len;
282 int sn, dn; /* offse 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;
807 if (!d || dn + blocklen > d->m_len) {
833 dn = 0;
837 (*algo->blockdecrypt)(algo, sav, sp, mtod(d, u_int8_t *) + dn);
841 q = mtod(d, u_int8_t *) + dn;
853 dn += blocklen;
886 int sn, dn; /* offset from the head of the mbuf, to meat */ local
981 soff = doff = sn = dn = 0;
1013 if (!d || dn
[all...]
/macosx-10.5.8/xnu-1228.15.4/config/
H A Dcompress-man-pages.pl36 return unless /\.[\dn][a-z]*$/;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_fddisubr.c98 #include <netdnet/dn.h>

Completed in 31 milliseconds