Searched defs:xauth (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dremoteconf.h127 struct xauth_rmconf *xauth; member in struct:remoteconf
H A Disakmp_cfg.h170 struct xauth_state xauth; /* Xauth state, if revelant */ member in struct:isakmp_cfg_state
/external/ipsec-tools/
H A Dsetup.c378 struct xauth_rmconf *xauth = racoon_calloc(1, sizeof(struct xauth_rmconf)); local
379 xauth->login = strtovchar(username);
380 xauth->login->l += 1;
381 xauth->pass = strtovchar(password);
382 xauth->pass->l += 1;
383 remoteconf->xauth = xauth;
509 /* Start phase 1 negotiation for xauth. */
510 if (remoteconf->xauth) {

Completed in 405 milliseconds