kerberos_auth      60 source3/include/client.h 		struct kerberos_auth_struct *kerberos_auth;
kerberos_auth    1480 source3/rpc_client/cli_pipe.c 	struct kerberos_auth_struct *a = cli->auth->a_u.kerberos_auth;
kerberos_auth    3194 source3/rpc_client/cli_pipe.c 	result->a_u.kerberos_auth = TALLOC_ZERO_P(
kerberos_auth    3196 source3/rpc_client/cli_pipe.c 	if (result->a_u.kerberos_auth == NULL) {
kerberos_auth    3199 source3/rpc_client/cli_pipe.c 	talloc_set_destructor(result->a_u.kerberos_auth,
kerberos_auth    3202 source3/rpc_client/cli_pipe.c 	result->a_u.kerberos_auth->service_principal = talloc_strdup(
kerberos_auth    3204 source3/rpc_client/cli_pipe.c 	if (result->a_u.kerberos_auth->service_principal == NULL) {
kerberos_auth    4168 source3/rpc_client/cli_pipe.c 				cli->auth->a_u.kerberos_auth->session_key.data,
kerberos_auth    4169 source3/rpc_client/cli_pipe.c 				cli->auth->a_u.kerberos_auth->session_key.length);