Home | History | Annotate | Download | only in racoon

Lines Matching full:auth

314 		plog(LLV_DEBUG, LOCATION, NULL, "agreed on %s auth.\n",
2156 "auth method %s isn't supported.\n",
2161 "invalid auth method %d.\n",
2328 "must be TV when AUTH.\n");
2338 "auth algorithm %u conflicts "
2371 "auth algorithm %u isn't supported.\n",
2376 "invalid auth algorithm=%u.\n",
2475 "attr AUTH must be present for AH.\n");
2483 "attr AUTH must be present for ESP NULL encryption.\n");
2627 "attr AUTH must be present for AH.\n", type);
3255 ipsecdoi_checkalgtypes(proto_id, enc, auth, comp)
3256 int proto_id, enc, auth, comp;
3264 "ESP enc=%s auth=%s comp=%s.\n",
3266 TMPALGTYPE2STR(auth),
3272 if (enc != 0 || auth == 0 || comp != 0) {
3275 "AH enc=%s auth=%s comp=%s.\n",
3277 TMPALGTYPE2STR(auth),
3283 if (enc != 0 || auth != 0 || comp == 0) {
3286 "IPcomp enc=%s auth=%s comp=%s.\n",
3288 TMPALGTYPE2STR(auth),