HomeSort by relevance Sort by last modified time
    Searched refs:xauth (Results 1 - 11 of 11) sorted by null

  /external/ipsec-tools/src/racoon/
admin.c 442 if (xauth_rmconf_used(&rmconf->xauth) == -1)
445 if (rmconf->xauth->login != NULL) {
446 vfree(rmconf->xauth->login);
447 rmconf->xauth->login = NULL;
449 if (rmconf->xauth->pass != NULL) {
450 vfree(rmconf->xauth->pass);
451 rmconf->xauth->pass = NULL;
454 rmconf->xauth->login = id;
455 rmconf->xauth->pass = key;
isakmp_xauth.c 128 struct xauth_state *xst = &iph1->mode_cfg->xauth;
134 "Xauth request while phase 1 is not completed\n");
140 "Xauth request whith Xauth state %d\n", xst->status);
144 plog(LLV_INFO, LOCATION, NULL, "Sending Xauth request\n");
194 struct xauth_state *xst = &iph1->mode_cfg->xauth;
198 "Xauth reply but peer did not declare "
199 "itself as Xauth capable\n");
205 "Xauth reply while Xauth state is %d\n", xst->status)
    [all...]
oakley.h 79 /* Plain Xauth */
229 (((iph1)->rmconf->xauth && \
233 (((iph1)->rmconf->xauth && \
isakmp_cfg.h 170 struct xauth_state xauth; /* Xauth state, if revelant */ member in struct:isakmp_cfg_state
176 #define ISAKMP_CFG_VENDORID_XAUTH 0x01 /* Supports Xauth */
remoteconf.h 127 struct xauth_rmconf *xauth; member in struct:remoteconf
remoteconf.c 221 new->xauth = NULL;
302 if (rmconf->xauth)
303 xauth_rmconf_delete(&rmconf->xauth);
isakmp_cfg.c 788 * Don't give an address to a peer that did not succeed Xauth
792 "Attempt to start phase config whereas Xauth failed\n");
1319 xauth_rmstate(&state->xauth);
    [all...]
cfparse.y 1365 yyerror("failed to set sainfo xauth group.\n");
    [all...]
isakmp_agg.c 182 /* Do we need Xauth VID? */
193 "Xauth vendor ID generation failed\n");
636 !iph1->rmconf->xauth &&
1215 plog (LLV_INFO, LOCATION, NULL, "Adding xauth VID payload.\n");
1218 "Cannot create Xauth vendor ID\n");
    [all...]
oakley.c 1280 "but peer is no Xauth compliant\n");
    [all...]
  /external/ipsec-tools/
setup.c 393 struct xauth_rmconf *xauth = racoon_calloc(1, sizeof(struct xauth_rmconf)); local
394 xauth->login = strtovchar(username);
395 xauth->login->l += 1;
396 xauth->pass = strtovchar(password);
399 remoteconf->xauth = xauth;
546 /* Start phase 1 negotiation for xauth. */
547 if (remoteconf->xauth) {

Completed in 110 milliseconds