cred_salt        1292 source3/winbindd/winbindd_cache.c 	uint8 cred_salt[NT_HASH_LEN];
cred_salt        1313 source3/winbindd/winbindd_cache.c 	generate_random_buffer(cred_salt, NT_HASH_LEN);
cred_salt        1314 source3/winbindd/winbindd_cache.c 	E_md5hash(cred_salt, nt_pass, salted_hash);
cred_salt        1317 source3/winbindd/winbindd_cache.c 	centry_put_hash16(centry, cred_salt);
cred_salt          34 source3/winbindd/winbindd_creds.c 			    const uint8 *cred_salt[NT_HASH_LEN])
cred_salt          39 source3/winbindd/winbindd_creds.c 	status = wcache_get_creds(domain, mem_ctx, sid, cached_nt_pass, cred_salt);
cred_salt         271 source3/winbindd/winbindd_proto.h 			    const uint8 *cred_salt[NT_HASH_LEN]);