Searched refs:ng_mppe_weakenkey (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_mppc.c | 202 static const u_char ng_mppe_weakenkey[3] = { 0xd1, 0x26, 0x9e }; variable 335 bcopy(&ng_mppe_weakenkey, d->key, 3); in ng_mppc_rcvmsg() 337 bcopy(&ng_mppe_weakenkey, d->key, 1); in ng_mppc_rcvmsg() 900 bcopy(&ng_mppe_weakenkey, key, 3); in ng_mppc_updatekey() 902 bcopy(&ng_mppe_weakenkey, key, 1); in ng_mppc_updatekey()
|