Searched refs:krb5_ctx (Results 1 - 4 of 4) sorted by last modified time

/freebsd-9.3-release/crypto/openssh/
H A Dsession.c1811 (s->authctxt->krb5_ctx != NULL)) {
1819 krb5_afslog(s->authctxt->krb5_ctx,
1822 krb5_afslog_home(s->authctxt->krb5_ctx,
2804 authctxt->krb5_ctx)
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.h70 krb5_context krb5_ctx; member in struct:Authctxt
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dgssapictx.c218 krb5_context krb5_ctx; local
227 if (krb5_init_context(&krb5_ctx) != 0) {
231 if (krb5_get_default_realm(krb5_ctx, &krb5_realm) != 0) {
233 krb5_free_context(krb5_ctx);
240 krb5_free_context(krb5_ctx);
247 krb5_free_context(krb5_ctx);
250 krb5_free_context(krb5_ctx);

Completed in 67 milliseconds