OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssh_krb5_cc_gen
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
gss-serv-krb5.c
139
if ((problem =
ssh_krb5_cc_gen
(krb_context, &ccache))) {
140
logit("
ssh_krb5_cc_gen
(): %.100s",
auth-krb5.c
154
problem =
ssh_krb5_cc_gen
(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache);
228
ssh_krb5_cc_gen
(krb5_context ctx, krb5_ccache *ccache) {
function
auth.h
204
krb5_error_code
ssh_krb5_cc_gen
(krb5_context, krb5_ccache *);
Completed in 34 milliseconds