Searched refs:krb5_ctx (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-krb5.c | 59 if (authctxt->krb5_ctx == NULL) { in krb5_init() 60 problem = krb5_init_context(&authctxt->krb5_ctx); in krb5_init() 63 krb5_init_ets(authctxt->krb5_ctx); in krb5_init() 94 problem = krb5_auth_con_init(authctxt->krb5_ctx, in auth_krb5() 101 problem = krb5_auth_con_setaddrs_from_fd(authctxt->krb5_ctx, in auth_krb5() 104 problem = krb5_auth_con_genaddrs(authctxt->krb5_ctx, in auth_krb5() 112 problem = krb5_sname_to_principal(authctxt->krb5_ctx, NULL, NULL , in auth_krb5() 117 problem = krb5_rd_req(authctxt->krb5_ctx, &authctxt->krb5_auth_ctx, in auth_krb5() 123 problem = krb5_copy_principal(authctxt->krb5_ctx, ticket->client, in auth_krb5() 126 problem = krb5_copy_principal(authctxt->krb5_ctx, in auth_krb5() [all …]
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | auth.h | 123 krb5_context krb5_ctx; member
|