Searched refs:kerberos_auth (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dclient.h53 struct kerberos_auth_struct *kerberos_auth; member in union:cli_pipe_auth_data::__anon5124
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c917 struct kerberos_auth_struct *a = cli->auth.a_u.kerberos_auth;
2701 data_blob_free(&a->a_u.kerberos_auth->session_key);
2747 result->auth.a_u.kerberos_auth = TALLOC_ZERO_P(cli->mem_ctx, struct kerberos_auth_struct);
2748 if (!result->auth.a_u.kerberos_auth) {
2754 result->auth.a_u.kerberos_auth->service_principal = service_princ;

Completed in 55 milliseconds