Home
last modified time | relevance | path

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

/external/openssh/
Dauth-krb5.c166 problem = ssh_krb5_cc_gen(authctxt->krb5_ctx, &authctxt->krb5_fwd_ccache); in auth_krb5_password()
242 ssh_krb5_cc_gen(krb5_context ctx, krb5_ccache *ccache) { in ssh_krb5_cc_gen() function
Dgss-serv-krb5.c150 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) {
Dauth.h215 krb5_error_code ssh_krb5_cc_gen(krb5_context, krb5_ccache *);