HomeSort by relevance Sort by last modified time
    Searched refs:ssh_krb5_cc_gen (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth-krb5.c 167 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache);
243 ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) { function
auth.h 227 krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);
gss-serv-krb5.c 150 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
152 logit("ssh_krb5_cc_gen(): %.100s", errmsg);

Completed in 66 milliseconds