HomeSort by: relevance | last modified time | path
    Searched defs:COPYBACK (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
cryptosoft.c 66 #define COPYBACK(x, a, b, c, d) \
121 COPYBACK(outtype, buf, crd->crd_inject, ivlen, iv);
628 COPYBACK(outtype, buf, crde->crd_inject, ivlen, iv);
666 COPYBACK(outtype, buf, crde->crd_skip + i, len, blk);
689 COPYBACK(outtype, buf, crda->crd_inject, axf->auth_hash->authsize, aalg);
743 COPYBACK(outtype, buf, crd->crd_skip, result, out);
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 445 # define COPYBACK(m, o, l, b) bcopy((b), \
538 # define COPYBACK mb_copyback
541 # define COPYBACK m_copyback

Completed in 12 milliseconds