Home | History | Annotate | Download | only in racoon

Lines Matching refs:oakley_encdef

2951 	if (iph1->approval->enctype > ARRAYLEN(oakley_encdef)
2952 || oakley_encdef[iph1->approval->enctype].weakkey == NULL) {
2958 if ((oakley_encdef[iph1->approval->enctype].weakkey)(iph1->key)) {