Searched refs:SMB2_NTLMV2_SESSKEY_SIZE (Results 1 – 6 of 6) sorted by relevance
148 SMB2_NTLMV2_SESSKEY_SIZE); in smb2_get_sign_key()216 u8 key[SMB2_NTLMV2_SESSKEY_SIZE]; in smb2_calc_signature()302 unsigned int full_key_size = SMB2_NTLMV2_SESSKEY_SIZE; in generate_smb3signingkey()336 SMB2_NTLMV2_SESSKEY_SIZE); in generate_smb3signingkey()340 SMB3_SIGN_KEY_SIZE, SMB2_NTLMV2_SESSKEY_SIZE); in generate_smb3signingkey()
64 __u8 auth_key[SMB2_NTLMV2_SESSKEY_SIZE];
508 SMB2_NTLMV2_SESSKEY_SIZE); in cifs_ioctl()
1723 if (unlikely(msg->sesskey_len < SMB2_NTLMV2_SESSKEY_SIZE)) in SMB2_auth_kerberos()1730 SMB2_NTLMV2_SESSKEY_SIZE); in SMB2_auth_kerberos()1938 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response); in SMB2_sess_auth_rawntlmssp_authenticate()
248 arc4_setkey(ctx_arc4, sess->sess_key, SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_decode_ntlmssp_auth_blob()478 hmac_sha256_init_usingrawkey(&ctx, key, SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_sign_smb2_pdu()528 SMB2_NTLMV2_SESSKEY_SIZE); in generate_key()
70 #define SMB2_NTLMV2_SESSKEY_SIZE 16 macro