Searched refs:bind_pw (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_xauth.h140 vchar_t *bind_pw; member in struct:xauth_ldap_config
H A Disakmp_xauth.c737 xauth_ldap_config.bind_pw = NULL;
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;
H A Dcfparse.y593 if (xauth_ldap_config.bind_pw != NULL)
594 vfree(xauth_ldap_config.bind_pw);
595 xauth_ldap_config.bind_pw = vdup($2);
H A Dcftoken.l226 <S_LDAP>bind_pw { YYD; return(LDAP_BIND_PW); }

Completed in 79 milliseconds