Searched refs:ssh_krb5_cc_gen (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssh/
H A Dauth-krb5.c166 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache);
242 ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) { function
H A Dauth.h242 krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);
H A Dgss-serv-krb5.c149 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
151 logit("ssh_krb5_cc_gen(): %.100s", errmsg);

Completed in 82 milliseconds