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

/freebsd-10.0-release/crypto/openssh/
H A Dgss-serv-krb5.c143 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
145 logit("ssh_krb5_cc_gen(): %.100s", errmsg);
H A Dauth-krb5.c165 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache);
241 ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) { function
H A Dauth.h223 krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);

Completed in 109 milliseconds