KEYLEN
#define KEYLEN 1
#define KEYLEN(p) KEYLENID((p)->ameth->pkey_id)
#define KEYLEN 16
#define KEYLEN(b) (((b) & MPPE_128) ? 16 : 8)