Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dsecure.c318 gss_buffer_desc xmit_buf, msg_buf; in secure_getbyte() local
322 xmit_buf.value = ucbuf; in secure_getbyte()
323 xmit_buf.length = length; in secure_getbyte()
326 maj_stat = gss_unseal(&min_stat, gcontext, &xmit_buf, in secure_getbyte()
H A Dftp.c2458 gss_buffer_desc xmit_buf, msg_buf; in decode_reply() local
2461 xmit_buf.value = plain_buf; in decode_reply()
2462 xmit_buf.length = len; in decode_reply()
2466 &xmit_buf, &msg_buf, &conf_state, NULL); in decode_reply()