Lines Matching refs:xauth
128 struct xauth_state *xst = &iph1->mode_cfg->xauth;
194 struct xauth_state *xst = &iph1->mode_cfg->xauth;
382 struct xauth_state *xst = &iph1->mode_cfg->xauth;
950 iph1->mode_cfg->xauth.udn = racoon_malloc(strlen(userdn)+1);
951 strcpy(iph1->mode_cfg->xauth.udn,userdn);
1258 struct xauth_state *xst = &iph1->mode_cfg->xauth;
1322 usr = iph1->mode_cfg->xauth.authdata.generic.usr;
1343 iph1->mode_cfg->xauth.udn,
1418 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
1424 dlen = iph1->rmconf->xauth->login->l - 1;
1425 iph1->rmconf->xauth->state |= XAUTH_SENT_USERNAME;
1432 if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login)
1436 usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);
1444 iph1->rmconf->xauth->login->v,
1445 iph1->rmconf->xauth->login->l - 1);
1447 if (iph1->rmconf->xauth->pass) {
1449 pwd = iph1->rmconf->xauth->pass;
1454 iph1->rmconf->xauth->login->v);
1463 iph1->rmconf->xauth->state |= XAUTH_SENT_PASSWORD;
1515 memcpy(data, iph1->rmconf->xauth->login->v, dlen);
1561 xst = &iph1->mode_cfg->xauth;