Home
last modified time | relevance | path

Searched refs:preauth_hash (Results 1 – 9 of 9) sorted by relevance

/dports/net/py-smbprotocol/smbprotocol-1.8.3/smbprotocol/
H A Dsession.py331 preauth_hash = b"\x00" * 64
335 preauth_hash = hashlib.sha512(preauth_hash + message).digest()
337 self.signing_key = self._smb3kdf(self.session_key, b"SMBSigningKey\x00", preauth_hash)
338 self.application_key = self._smb3kdf(self.session_key, b"SMBAppKey\x00", preauth_hash)
350 … self.encryption_key = self._smb3kdf(key, b"SMBC2SCipherKey\x00", preauth_hash, length=key_length)
351 … self.decryption_key = self._smb3kdf(key, b"SMBS2CCipherKey\x00", preauth_hash, length=key_length)
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.h104 guint8 preauth_hash[SMB2_PREAUTH_HASH_SIZE]; member
H A Dpacket-smb2.c3563 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3569 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3575 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3941 memcpy(si->session->preauth_hash, si->conv->preauth_hash_current, SMB2_PREAUTH_HASH_SIZE); in dissect_smb2_session_setup_response()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.h104 guint8 preauth_hash[SMB2_PREAUTH_HASH_SIZE]; member
H A Dpacket-smb2.c3563 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3569 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3575 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3941 memcpy(si->session->preauth_hash, si->conv->preauth_hash_current, SMB2_PREAUTH_HASH_SIZE); in dissect_smb2_session_setup_response()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.h104 guint8 preauth_hash[SMB2_PREAUTH_HASH_SIZE]; member
H A Dpacket-smb2.c3563 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3569 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3575 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3941 memcpy(si->session->preauth_hash, si->conv->preauth_hash_current, SMB2_PREAUTH_HASH_SIZE); in dissect_smb2_session_setup_response()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-smb2.h104 guint8 preauth_hash[SMB2_PREAUTH_HASH_SIZE]; member
H A Dpacket-smb2.c3563 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3569 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3575 ses->preauth_hash, SMB2_PREAUTH_HASH_SIZE, in smb2_generate_decryption_keys()
3941 memcpy(si->session->preauth_hash, si->conv->preauth_hash_current, SMB2_PREAUTH_HASH_SIZE); in dissect_smb2_session_setup_response()