Searched refs:printsub (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | encrypt.c | 444 printsub('>', &str_send[2], str_suplen - 2); in encrypt_send_support() 800 printsub('>', &str_keyid[2], strp - str_keyid - 2); in encrypt_send_keyid() 856 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_start_output() 884 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_end() 912 printsub('>', &str_start[2], p - &str_start[2]); in encrypt_send_request_start() 923 printsub('>', &str_end[2], sizeof (str_end) - 2); in encrypt_send_request_end() 967 if (ep->printsub) in encrypt_printsub() 968 (*ep->printsub)(data, cnt, buf, buflen); in encrypt_printsub()
|
H A D | auth.c | 400 printsub('>', &str_none[2], sizeof (str_none) - 2); in auth_send_retry() 442 printsub('>', &str_request[2], e - &str_request[2]); in auth_sendname() 461 if (ap && ap->printsub) in auth_printsub() 462 (*ap->printsub)(data, cnt, buf, buflen); in auth_printsub()
|
H A D | telnet.c | 806 printsub('<', subbuffer, SB_LEN()+2); in suboption() 825 printsub('>', &temp[2], len-2); in suboption() 852 printsub('>', temp+2, len - 2); in suboption() 962 printsub('>', temp+2, len - 2); in suboption() 1075 printsub('>', &str_lm[2], sizeof (str_lm)-2); 1121 printsub('>', &str_lm[2], sizeof (str_lm)-2); 1168 printsub('>', &str_lm_mode[2], sizeof (str_lm_mode)-2); 1290 printsub('>', &slc_import_def[2], 1295 printsub('>', &slc_import_val[2], 1469 printsub('>', &slc_reply[2], slc_replyp - slc_reply - 2); in slc_end_reply() [all …]
|
H A D | auth.h | 80 void (*printsub)(unsigned char *, int, unsigned char *, int); member
|
H A D | enc_des.c | 221 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_start() 274 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_is() 300 printsub('>', &fbp->fb_feed[2], p - &fbp->fb_feed[2]); in cfb64_is()
|
H A D | authenc.c | 102 printsub('>', &str[2], len - 2); in net_write()
|
H A D | encrypt.h | 89 void (*printsub)(unsigned char *, int, unsigned char *, int); member
|
H A D | externs.h | 235 extern void printsub(int, unsigned char *, int);
|
H A D | utilities.c | 319 printsub(direction, pointer, length) in printsub() function 847 printsub(0,
|
H A D | kerberos5.c | 174 printsub('>', &str_data[2], p - &str_data[2]); in krb5_send_data()
|