Home
last modified time | relevance | path

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

/haiku/src/libs/libtelnet/
H A Denc-proto.h79 void encrypt_printsub(unsigned char *, int, unsigned char *, int);
H A Dencrypt.c939 encrypt_printsub(unsigned char *data, int cnt, unsigned char *buf, int buflen) in encrypt_printsub() function
/haiku/src/bin/network/telnet/
H A Dutilities.c516 encrypt_printsub(&pointer[1], length - 1, buf, sizeof(buf)); in printsub()
/haiku/src/bin/network/telnetd/
H A Dutility.c1004 encrypt_printsub(&pointer[1], length - 1, buf, sizeof(buf)); in printsub()