OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:methoddata
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
auth.h
75
void *
methoddata
;
member in struct:Authctxt
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
...]
Completed in 426 milliseconds