Home
last modified time | relevance | path

Searched refs:MPPE_BIT_ENCRYPTED (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ppp/
Dppp_mppe.c118 #define MPPE_BIT_ENCRYPTED MPPE_BIT_D macro
299 state->bits = MPPE_BIT_ENCRYPTED; in mppe_init()
469 if (!(MPPE_BITS(ibuf) & MPPE_BIT_ENCRYPTED)) { in mppe_decompress()