Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dencrypt.c444 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 Dauth.c400 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 Dtelnet.c806 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 Dauth.h80 void (*printsub)(unsigned char *, int, unsigned char *, int); member
H A Denc_des.c221 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 Dauthenc.c102 printsub('>', &str[2], len - 2); in net_write()
H A Dencrypt.h89 void (*printsub)(unsigned char *, int, unsigned char *, int); member
H A Dexterns.h235 extern void printsub(int, unsigned char *, int);
H A Dutilities.c319 printsub(direction, pointer, length) in printsub() function
847 printsub(0,
H A Dkerberos5.c174 printsub('>', &str_data[2], p - &str_data[2]); in krb5_send_data()