Home
last modified time | relevance | path

Searched refs:xauth_rmconf (Results 1 – 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c1670 xauth_rmconf_used(xauth_rmconf) in xauth_rmconf_used() argument
1671 struct xauth_rmconf **xauth_rmconf; in xauth_rmconf_used()
1673 if (*xauth_rmconf == NULL) {
1674 *xauth_rmconf = racoon_malloc(sizeof(**xauth_rmconf));
1675 if (*xauth_rmconf == NULL) {
1681 (*xauth_rmconf)->login = NULL;
1682 (*xauth_rmconf)->pass = NULL;
1683 (*xauth_rmconf)->state = 0;
1690 xauth_rmconf_delete(xauth_rmconf) in xauth_rmconf_delete() argument
1691 struct xauth_rmconf **xauth_rmconf; in xauth_rmconf_delete()
[all …]
Disakmp_xauth.h81 struct xauth_rmconf { struct
112 int xauth_rmconf_used(struct xauth_rmconf **);
113 void xauth_rmconf_delete(struct xauth_rmconf **);
Dremoteconf.h127 struct xauth_rmconf *xauth;
/external/ipsec-tools/
Dsetup.c393 struct xauth_rmconf *xauth = racoon_calloc(1, sizeof(struct xauth_rmconf)); in set_xauth_and_more()