OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:krb5_fwd_ccache
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth-krb5.c
119
&authctxt->
krb5_fwd_ccache
);
124
authctxt->
krb5_fwd_ccache
);
154
problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->
krb5_fwd_ccache
);
158
problem = krb5_cc_initialize(authctxt->krb5_ctx, authctxt->
krb5_fwd_ccache
,
163
problem= krb5_cc_store_cred(authctxt->krb5_ctx, authctxt->
krb5_fwd_ccache
,
169
authctxt->krb5_ticket_file = (char *)krb5_cc_get_name(authctxt->krb5_ctx, authctxt->
krb5_fwd_ccache
);
212
if (authctxt->
krb5_fwd_ccache
) {
213
krb5_cc_destroy(authctxt->krb5_ctx, authctxt->
krb5_fwd_ccache
);
214
authctxt->
krb5_fwd_ccache
= NULL;
auth.h
69
krb5_ccache
krb5_fwd_ccache
;
member in struct:Authctxt
session.c
[
all
...]
Completed in 94 milliseconds