OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nt_hex_hash
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/plugins/
winbind.c
280
char *
nt_hex_hash
;
local
378
nt_hex_hash
= malloc(nt_response_length*2+1);
381
sprintf(
nt_hex_hash
+ i * 2, "%02X", nt_response[i]);
383
fprintf(pipe_in, "NT-response: %s\n",
nt_hex_hash
);
384
free(
nt_hex_hash
);
Completed in 172 milliseconds