Home
last modified time | relevance | path

Searched refs:printsub (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c442 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support()
798 printsub('>', &str_keyid[2], strp - str_keyid - 2); in encrypt_send_keyid()
854 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_start_output()
882 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_end()
910 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_send_request_start()
921 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_request_end()
965 if (ep->printsub) in encrypt_printsub()
966 (*ep->printsub)(data, cnt, buf, buflen); in encrypt_printsub()
H A Dauth.c398 printsub('>', &str_none[2], sizeof (str_none) - 2); in auth_send_retry()
440 printsub('>', &str_request[2], e - &str_request[2]); in auth_sendname()
459 if (ap && ap->printsub) in auth_printsub()
460 (*ap->printsub)(data, cnt, buf, buflen); in auth_printsub()
H A Dtelnet.c804 printsub('<', subbuffer, SB_LEN()+2); in suboption()
823 printsub('>', &temp[2], len-2); in suboption()
850 printsub('>', temp+2, len - 2); in suboption()
960 printsub('>', temp+2, len - 2); in suboption()
1073 printsub('>', &str_lm[2], sizeof (str_lm)-2);
1119 printsub('>', &str_lm[2], sizeof (str_lm)-2);
1166 printsub('>', &str_lm_mode[2], sizeof (str_lm_mode)-2);
1288 printsub('>', &slc_import_def[2],
1293 printsub('>', &slc_import_val[2],
1467 printsub('>', &slc_reply[2], slc_replyp - slc_reply - 2); in slc_end_reply()
[all …]
H A Denc_des.c222 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_start()
275 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_is()
301 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_is()
H A Dauth.h78 void (*printsub)(unsigned char *, int, unsigned char *, int); member
H A Dauthenc.c100 printsub('>', &str[2], len - 2); in net_write()
H A Dencrypt.h87 void (*printsub)(unsigned char *, int, unsigned char *, int); member
H A Dexterns.h233 extern void printsub(int, unsigned char *, int);
H A Dutilities.c317 printsub(direction, pointer, length) in printsub() function
845 printsub(0,
H A Dkerberos5.c172 printsub('>', &str_data[2], p - &str_data[2]); in krb5_send_data()