key2             1102 source3/lib/ldb/ldb_tdb/ldb_index.c 	TDB_DATA key2;
key2             1122 source3/lib/ldb/ldb_tdb/ldb_index.c 	key2 = ltdb_key(module, msg->dn);
key2             1123 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (key2.dptr == NULL) {
key2             1130 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (strcmp((char *)key2.dptr, (char *)key.dptr) != 0) {
key2             1132 source3/lib/ldb/ldb_tdb/ldb_index.c 		tdb_store(tdb, key2, data, 0);
key2             1134 source3/lib/ldb/ldb_tdb/ldb_index.c 	talloc_free(key2.dptr);
key2              285 source3/libsmb/smbdes.c 	unsigned char key2[8];
key2              287 source3/libsmb/smbdes.c 	str_to_key(key, key2);
key2              291 source3/libsmb/smbdes.c 		keyb[i] = (key2[i/8] & (1<<(7-(i%8)))) ? 1 : 0;
key2              346 source3/libsmb/smbdes.c 	unsigned char key2[8];
key2              348 source3/libsmb/smbdes.c 	memset(key2,'\0',8);
key2              350 source3/libsmb/smbdes.c 	key2[0] = key[7];
key2              351 source3/libsmb/smbdes.c 	des_crypt56(out, buf, key2, 1);
key2              367 source3/libsmb/smbdes.c         unsigned char key2[8];
key2              369 source3/libsmb/smbdes.c 	memset(key2,'\0',8);
key2              371 source3/libsmb/smbdes.c         key2[0] = key[7];
key2              372 source3/libsmb/smbdes.c         des_crypt56(out + 8, in + 8, key2, forw);
key2              753 source3/registry/reg_backend_printing.c 	char *key2 = NULL;
key2              772 source3/registry/reg_backend_printing.c 	key2 = talloc_strdup(ctx, keystr);
key2              773 source3/registry/reg_backend_printing.c 	if (!key2) {
key2              776 source3/registry/reg_backend_printing.c 	keystr = key2;
key2               67 source3/winbindd/idmap_tdb.c 	TDB_DATA key2;
key2              104 source3/winbindd/idmap_tdb.c 	key2 = string_term_tdb_data(keystr);
key2              106 source3/winbindd/idmap_tdb.c 	status = dbwrap_store(s->db, key2, rec->value, TDB_INSERT);
key2              109 source3/winbindd/idmap_tdb.c 			(const char *)key2.dptr,
key2              115 source3/winbindd/idmap_tdb.c 	status = dbwrap_store(s->db, rec->value, key2, TDB_REPLACE);
key2             1524 source4/lib/ldb/ldb_tdb/ldb_index.c 	TDB_DATA key2;
key2             1546 source4/lib/ldb/ldb_tdb/ldb_index.c 	key2 = ltdb_key(module, msg->dn);
key2             1547 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (key2.dptr == NULL) {
key2             1554 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (strcmp((char *)key2.dptr, (char *)key.dptr) != 0) {
key2             1556 source4/lib/ldb/ldb_tdb/ldb_index.c 		tdb_store(tdb, key2, data, 0);
key2             1558 source4/lib/ldb/ldb_tdb/ldb_index.c 	talloc_free(key2.dptr);
key2              285 source4/libcli/auth/smbdes.c 	uint8_t key2[8];
key2              287 source4/libcli/auth/smbdes.c 	str_to_key(key, key2);
key2              291 source4/libcli/auth/smbdes.c 		keyb[i] = (key2[i/8] & (1<<(7-(i%8)))) ? 1 : 0;
key2              345 source4/libcli/auth/smbdes.c 	uint8_t key2[8];
key2              346 source4/libcli/auth/smbdes.c 	ZERO_STRUCT(key2);
key2              348 source4/libcli/auth/smbdes.c 	key2[0] = key[7];
key2              349 source4/libcli/auth/smbdes.c 	des_crypt56(out, buf, key2, forw);