mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
s4:ntlmssp: copy dump_arc4_state() from source3
metze Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
a69260642e
commit
48d8157879
@ -40,6 +40,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
static void dump_arc4_state(const char *description,
|
||||
struct arcfour_state *state)
|
||||
{
|
||||
dump_data_pw(description, state->sbox, sizeof(state->sbox));
|
||||
}
|
||||
|
||||
static void calc_ntlmv2_key(uint8_t subkey[16],
|
||||
DATA_BLOB session_key,
|
||||
const char *constant)
|
||||
|
Loading…
x
Reference in New Issue
Block a user