Searched refs:SMB2_NTLMV2_SESSKEY_SIZE (Results 1 – 4 of 4) sorted by relevance
64 __u8 auth_key[SMB2_NTLMV2_SESSKEY_SIZE];
1749 if (unlikely(msg->sesskey_len < SMB2_NTLMV2_SESSKEY_SIZE)) in SMB2_auth_kerberos()1756 SMB2_NTLMV2_SESSKEY_SIZE); in SMB2_auth_kerberos()1964 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response); in SMB2_sess_auth_rawntlmssp_authenticate()
147 char base_key[SMB2_NTLMV2_SESSKEY_SIZE]; in ksmbd_auth_ntlmv2()263 arc4_setkey(ctx_arc4, sess_key, SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_decode_ntlmssp_auth_blob()498 hmac_sha256_init_usingrawkey(&ctx, key, SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_sign_smb2_pdu()548 SMB2_NTLMV2_SESSKEY_SIZE); in generate_key()
70 #define SMB2_NTLMV2_SESSKEY_SIZE 16 macro