Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_mppc.c99 #define KEYLEN(b) (((b) & MPPE_128) ? 16 : 8) macro
330 const int keylen = KEYLEN(cfg->bits); in ng_mppc_rcvmsg()
596 rc4_init(&d->rc4, d->key, KEYLEN(d->cfg.bits)); in ng_mppc_compress()
696 rc4_init(&d->rc4, d->key, KEYLEN(d->cfg.bits)); in ng_mppc_decompress()
853 rc4_init(&d->rc4, d->key, KEYLEN(d->cfg.bits)); in ng_mppc_reset_req()
894 const int keylen = KEYLEN(bits); in ng_mppc_updatekey()