Home
last modified time | relevance | path

Searched refs:bind_pw (Results 1 – 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
Disakmp_xauth.h140 vchar_t *bind_pw; member
Disakmp_xauth.c737 xauth_ldap_config.bind_pw = NULL; in xauth_ldap_init()
855 (xauth_ldap_config.bind_pw != NULL))
857 cred.bv_val = xauth_ldap_config.bind_pw->v;
1083 (xauth_ldap_config.bind_pw != NULL))
1085 cred.bv_val = xauth_ldap_config.bind_pw->v;
Dcfparse.y593 if (xauth_ldap_config.bind_pw != NULL)
594 vfree(xauth_ldap_config.bind_pw);
595 xauth_ldap_config.bind_pw = vdup($2);