Home
last modified time | relevance | path

Searched refs:nt_write_token (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/heimdal/appl/test/
H A Dnt_gss_client.c108 nt_write_token (sock, output_token); in proto()
137 nt_write_token (sock, input_token); in proto()
138 nt_write_token (sock, output_token); in proto()
156 nt_write_token (sock, output_token); in proto()
H A Dnt_gss_server.c109 nt_write_token (sock, output_token); in proto()
146 nt_write_token (sock, output_token); in proto()
150 nt_write_token (sock, output_token); in proto()
H A Dnt_gss_common.h36 void nt_write_token (int sock, gss_buffer_t buf);
H A Dnt_gss_common.c51 nt_write_token (int sock, gss_buffer_t buf) in nt_write_token() function