MCPcopy Create free account
hub / github.com/3proxy/3proxy / unicode2text

Function unicode2text

src/ntlm.c:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void unicode2text(const char *unicode, char * buf, int len){
52 int i;
53 if(!unicode || !len) return;
54 for(i=0; i<len; i++){
55 buf[i] = unicode[(i<<1)];
56 }
57 buf[i] = 0;
58}
59
60void genchallenge(struct clientparam *param, char * challenge, char *buf){
61 struct ntlmchal *chal;

Callers 1

proxychildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected