nt_password_hash 282 source4/auth/credentials/credentials_files.c const struct ldb_val *nt_password_hash = ldb_msg_find_ldb_val(msgs[0], "unicodePwd"); nt_password_hash 285 source4/auth/credentials/credentials_files.c if (nt_password_hash) { nt_password_hash 286 source4/auth/credentials/credentials_files.c memcpy(hash.hash, nt_password_hash->data, nt_password_hash 287 source4/auth/credentials/credentials_files.c MIN(nt_password_hash->length, sizeof(hash.hash)));