nt_p16           3231 source3/include/proto.h void nt_lm_owf_gen(const char *pwd, uchar nt_p16[16], uchar p16[16]);
nt_p16            140 source3/libsmb/smbencrypt.c void nt_lm_owf_gen(const char *pwd, uchar nt_p16[16], uchar p16[16])
nt_p16            143 source3/libsmb/smbencrypt.c 	memset(nt_p16, '\0', 16);
nt_p16            144 source3/libsmb/smbencrypt.c 	E_md4hash(pwd, nt_p16);
nt_p16            149 source3/libsmb/smbencrypt.c 	dump_data(100, nt_p16, 16);