OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:methoddata
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth2-gss.c
117
authctxt->
methoddata
= (void *)ctxt;
144
if (authctxt == NULL || (authctxt->
methoddata
== NULL && !use_privsep))
147
gssctxt = authctxt->
methoddata
;
198
if (authctxt == NULL || (authctxt->
methoddata
== NULL && !use_privsep))
201
gssctxt = authctxt->
methoddata
;
235
if (authctxt == NULL || (authctxt->
methoddata
== NULL && !use_privsep))
238
gssctxt = authctxt->
methoddata
;
267
if (authctxt == NULL || (authctxt->
methoddata
== NULL && !use_privsep))
270
gssctxt = authctxt->
methoddata
;
sshconnect2.c
270
void *
methoddata
;
member in struct:Authctxt
405
authctxt.
methoddata
= NULL;
432
if (authctxt->
methoddata
) {
433
xfree(authctxt->
methoddata
);
434
authctxt->
methoddata
= NULL;
508
if (authctxt->
methoddata
) {
509
xfree(authctxt->
methoddata
);
510
authctxt->
methoddata
= NULL;
651
authctxt->
methoddata
=(void *)gssctxt;
682
Gssctxt *gssctxt = authctxt->
methoddata
;
[
all
...]
auth.h
75
void *
methoddata
;
member in struct:Authctxt
Completed in 598 milliseconds