mdfour              1 lib/crypto/md4.h void mdfour(uint8_t *out, const uint8_t *in, int n);
mdfour             69 lib/crypto/md4test.c 		mdfour(md4, data.data, data.length);
mdfour            147 lib/util/genrand.c 		mdfour(tmp_md4, buf, n);
mdfour            257 lib/util/genrand.c 		mdfour(tmp_buf, md4_buf, sizeof(md4_buf));
mdfour            244 source3/libsmb/ntlm_check.c 			mdfour(pwhash, nt_response->data, nt_response->length);
mdfour             78 source3/libsmb/smbencrypt.c 	mdfour(p16, (unsigned char *)wpwd, len);
mdfour            319 source3/libsmb/smbencrypt.c 	mdfour((unsigned char *)sess_key, kr, 16);
mdfour            652 source3/libsmb/smbencrypt.c 	mdfour(nt_hash, nt_hash, 16);
mdfour            321 source4/auth/ntlm/ntlm_check.c 		mdfour(client_nt.hash, nt_response->data, nt_response->length);
mdfour           1688 source4/dsdb/common/util.c 		mdfour(local_ntNewHash.hash, new_password->data, new_password->length);
mdfour           1376 source4/dsdb/samdb/ldb_modules/password_hash.c 		mdfour(nt_hash->hash, io->n.cleartext_utf16->data, io->n.cleartext_utf16->length);
mdfour            783 source4/kdc/hdb-samba4.c 			mdfour(password_hash.hash, password_utf16.data, password_utf16.length);
mdfour             74 source4/libcli/auth/smbencrypt.c 		mdfour(p16, (const uint8_t *)passwd, strlen(passwd));
mdfour             79 source4/libcli/auth/smbencrypt.c 	mdfour(p16, (const uint8_t *)wpwd, len);
mdfour            266 source4/libcli/auth/smbencrypt.c 	mdfour((uint8_t *)sess_key, kr, 16);
mdfour            418 source4/rpc_server/samr/samr_password.c 	mdfour(new_nt_hash, new_password.data, new_password.length);
mdfour            504 source4/torture/rpc/netlogon.c 	mdfour(nt_hash.hash, new_random_pass.data, new_random_pass.length);
mdfour           2424 source4/torture/rpc/samr.c 	mdfour(old_nt_hash, new_random_pass.data, new_random_pass.length);
mdfour           2428 source4/torture/rpc/samr.c 	mdfour(new_nt_hash, new_random_pass.data, new_random_pass.length);
mdfour           2464 source4/torture/rpc/samr.c 	mdfour(old_nt_hash, new_random_pass.data, new_random_pass.length);
mdfour           1305 source4/torture/rpc/samsync.c 				mdfour(nt_hash.hash, s->secret.data, s->secret.length);