OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xauth
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/
setup.c
378
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
) {
/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 483 milliseconds