Searched refs:nt_hex_hash (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/plugins/
H A Dwinbind.c280 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 41 milliseconds