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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-krb5.c63 if (authctxt->krb5_ctx == NULL) {
64 problem = krb5_init_context(&authctxt->krb5_ctx);
94 problem = krb5_parse_name(authctxt->krb5_ctx, client,
101 problem = krb5_cc_new_unique(authctxt->krb5_ctx,
104 problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, &ccache);
109 problem = krb5_cc_initialize(authctxt->krb5_ctx, ccache,
116 problem = krb5_verify_user(authctxt->krb5_ctx, authctxt->krb5_user,
125 problem = krb5_cc_new_unique(authctxt->krb5_ctx,
128 problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_fcc_ops,
134 problem = krb5_cc_copy_cache(authctxt->krb5_ctx, ccach
[all...]
H A Dauth.h71 krb5_context krb5_ctx; member in struct:Authctxt
H A Dsession.c1756 (s->authctxt->krb5_ctx != NULL)) {
1764 krb5_afslog(s->authctxt->krb5_ctx,
1767 krb5_afslog_home(s->authctxt->krb5_ctx,
2742 authctxt->krb5_ctx)

Completed in 627 milliseconds