Searched refs:adat (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c107 static AUTH_DAT adat = { 0 }; variable
214 if (r = krb_rd_encpwd_req(&auth, KRB_SERVICE_NAME, lhostname, 0, &adat, NULL, challenge, r_user, r_passwd)) {
229 memmove((void *)session_key, (void *)adat.session, sizeof(Block));
H A Dkerberos.c87 static AUTH_DAT adat = { 0, "", "", "", 0, {}, 0, 0, 0, { 0, "", 0 } }; variable
264 instance, 0, &adat, empty))) {
272 memmove((void *)session_key, (void *)adat.session, sizeof(Block));
274 krb_kntoln(&adat, name);
276 if (UserNameRequested && !kuserok(&adat, UserNameRequested))
405 if (UserNameRequested && !kuserok(&adat, UserNameRequested)) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2475 adat((yyvsp[(3) - (4)].s));
H A Dftpcmd.y680 adat($3);
H A Dsecurity.c454 if(mech->adat)
467 adat(char *auth_data) function
473 (*mech->adat)(app_data, buf, len);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c454 if(mech->adat)
467 adat(char *auth_data) function
473 (*mech->adat)(app_data, buf, len);
H A Dsecurity.h70 int (*adat)(void *, void*, size_t); member in struct:sec_server_mech
116 void adat (char *);

Completed in 94 milliseconds