Home | History | Annotate | Download | only in racoon

Lines Matching full:prflen

2788 	u_int keylen, prflen;
2810 prflen = alg_oakley_hashdef_hashlen(iph1->approval->hashtype);
2811 if (prflen == -1) {
2843 if ((buf = vmalloc(prflen >> 3)) == 0) {
2873 buf->l = prflen >> 3; /* to cancel K1 speciality */