cleartext_utf16 111 source4/dsdb/samdb/ldb_modules/password_hash.c const struct ldb_val *cleartext_utf16; cleartext_utf16 1217 source4/dsdb/samdb/ldb_modules/password_hash.c pcb.cleartext = *io->n.cleartext_utf16; cleartext_utf16 1318 source4/dsdb/samdb/ldb_modules/password_hash.c if ((io->n.cleartext_utf8 || io->n.cleartext_utf16) && (io->n.nt_hash || io->n.lm_hash)) { cleartext_utf16 1325 source4/dsdb/samdb/ldb_modules/password_hash.c if (io->n.cleartext_utf8 && io->n.cleartext_utf16) { cleartext_utf16 1335 source4/dsdb/samdb/ldb_modules/password_hash.c io->n.cleartext_utf16 = cleartext_utf16_blob = talloc(io->ac, struct ldb_val); cleartext_utf16 1336 source4/dsdb/samdb/ldb_modules/password_hash.c if (!io->n.cleartext_utf16) { cleartext_utf16 1349 source4/dsdb/samdb/ldb_modules/password_hash.c } else if (io->n.cleartext_utf16) { cleartext_utf16 1358 source4/dsdb/samdb/ldb_modules/password_hash.c CH_UTF16MUNGED, CH_UTF8, io->n.cleartext_utf16->data, io->n.cleartext_utf16->length, cleartext_utf16 1366 source4/dsdb/samdb/ldb_modules/password_hash.c if (io->n.cleartext_utf16) { cleartext_utf16 1376 source4/dsdb/samdb/ldb_modules/password_hash.c mdfour(nt_hash->hash, io->n.cleartext_utf16->data, io->n.cleartext_utf16->length); cleartext_utf16 1776 source4/dsdb/samdb/ldb_modules/password_hash.c io.n.cleartext_utf16 = ldb_msg_find_ldb_val(msg, "clearTextPassword"); cleartext_utf16 1782 source4/dsdb/samdb/ldb_modules/password_hash.c if (io.n.cleartext_utf16) ldb_msg_remove_attr(msg, "clearTextPassword"); cleartext_utf16 2139 source4/dsdb/samdb/ldb_modules/password_hash.c io.n.cleartext_utf16 = ldb_msg_find_ldb_val(orig_msg, "clearTextPassword"); cleartext_utf16 2162 source4/dsdb/samdb/ldb_modules/password_hash.c io.n.cleartext_utf16 = &io.n.quoted_utf16;