Searched refs:MPPE_STATELESS (Results 1 – 3 of 3) sorted by relevance
493 if (d->flushed || ((d->cfg.bits & MPPE_STATELESS) != 0)) { in ng_mppc_compress()538 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_compress()589 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_compress()662 rekey = ((d->cfg.bits & MPPE_STATELESS) != 0) ? in ng_mppc_decompress()685 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_decompress()695 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_decompress()722 if ((d->cfg.bits & MPPE_STATELESS) != 0 in ng_mppc_decompress()852 if ((d->cfg.bits & MPPE_STATELESS) == 0) in ng_mppc_reset_req()
67 #define MPPE_STATELESS 0x01000000 /* use stateless mode */ macro