Home
last modified time | relevance | path

Searched refs:send_tok (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c84 gss_buffer_desc send_tok, recv_tok, *token_ptr; in do_auth() local
127 send_tok.value = stbuf; in do_auth()
128 send_tok.length = strlen(stbuf) + 1; in do_auth()
129 maj_stat = gss_import_name(&min_stat, &send_tok, in do_auth()
165 &send_tok, in do_auth()
183 if (send_tok.length != 0) { in do_auth()
184 int len = send_tok.length; in do_auth()
189 outlen = ENCODELEN(send_tok.length); in do_auth()
197 auth_error = radix_encode(send_tok.value, out_buf, in do_auth()
254 gss_release_buffer(&min_stat, &send_tok); in do_auth()
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c321 send_tok.value = svc_name; in establish_context()
322 send_tok.length = strlen(svc_name); in establish_context()
323 maj_stat = gss_import_name(&min_stat, &send_tok, in establish_context()
347 NULL, &send_tok, &ret_flags, NULL); in establish_context()
353 if (send_tok.length != 0) { in establish_context()
356 send_tok.length)); in establish_context()
357 if (send_token(&sockfd, &send_tok) < 0) { in establish_context()
364 if (send_tok.value != NULL) { in establish_context()
365 free(send_tok.value); /* freeing svc_name */ in establish_context()
366 send_tok.value = NULL; in establish_context()
[all …]