Home | History | Annotate | Download | only in racoon

Lines Matching full:prflen

2842 	u_int keylen, prflen;
2864 prflen = alg_oakley_hashdef_hashlen(iph1->approval->hashtype);
2865 if (prflen == -1) {
2897 if ((buf = vmalloc(prflen >> 3)) == 0) {
2927 buf->l = prflen >> 3; /* to cancel K1 speciality */