Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c225 outlet = &xst->authdata.generic.usr;
229 outlet = &xst->authdata.generic.pwd;
253 if ((xst->authdata.generic.usr != NULL) &&
254 (xst->authdata.generic.pwd != NULL)) {
257 char *usr = xst->authdata.generic.usr;
258 char *pwd = xst->authdata.generic.pwd;
380 char *usr = xst->authdata.generic.usr;
1319 usr = iph1->mode_cfg->xauth.authdata.generic.usr;
1638 if (xst->authdata.generic.usr)
1639 racoon_free(xst->authdata.generic.usr);
[all …]
Disakmp_xauth.h69 } authdata; member
Disakmp_cfg.c1905 if (iph1->mode_cfg->xauth.authdata.generic.usr != NULL) {
1907 iph1->mode_cfg->xauth.authdata.generic.usr) != 0) {
/external/tcpdump/
Dprint-zephyr.c48 char *authdata; member
166 PARSE_FIELD_STR(z.authdata); in zephyr_print()