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

/darwin-on-arm/xnu/bsd/netinet6/
H A Desp_rijndael.c137 * dn = current offset in d (next location to store result)
152 int sn, dn; /* offset from the head of the mbuf, to meat */ local
195 soff = sn = dn = 0;
231 if (!d || dn + AES_BLOCKLEN > d->m_len) {
267 dn = 0;
271 if (len > d->m_len - dn)
272 len = d->m_len - dn;
284 aes_decrypt_cbc(sp, iv, len >> 4, dptr + dn,
294 dn += len;
332 int sn, dn; /* offse local
[all...]
H A Desp_core.c543 int sn, dn; /* offset from the head of the mbuf, to meat */ local
632 soff = doff = sn = dn = 0;
668 if (!d || dn + blocklen > d->m_len) {
701 dn = 0;
714 (*algo->blockdecrypt)(algo, sav, sp, mtod(d, u_int8_t *) + dn);
723 q = mtod(d, u_int8_t *) + dn;
735 dn += blocklen;
770 int sn, dn; /* offset from the head of the mbuf, to meat */ local
865 soff = doff = sn = dn = 0;
901 if (!d || dn
[all...]
/darwin-on-arm/xnu/config/
H A Dcompress-man-pages.pl36 return unless /\.[\dn][a-z]*$/;

Completed in 25 milliseconds