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

  /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) {
  /external/ipsec-tools/src/racoon/
remoteconf.h 127 struct xauth_rmconf *xauth; member in struct:remoteconf
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 */

Completed in 165 milliseconds