Searched refs:blob_length (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/cifs/ |
| D | smb2pdu.c | 799 int blob_offset, blob_length; in SMB2_negotiate() local 969 security_blob = smb2_get_data_area_len(&blob_offset, &blob_length, in SMB2_negotiate() 978 if (blob_length == 0) { in SMB2_negotiate() 986 if (blob_length) { in SMB2_negotiate() 987 rc = decode_negTokenInit(security_blob, blob_length, server); in SMB2_negotiate() 1410 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_negotiate() local 1441 blob_length = sizeof(struct _NEGOTIATE_MESSAGE); in SMB2_sess_auth_rawntlmssp_negotiate() 1445 sess_data->iov[1].iov_len = blob_length; in SMB2_sess_auth_rawntlmssp_negotiate() 1502 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_authenticate() local 1511 rc = build_ntlmssp_auth_blob(&ntlmssp_blob, &blob_length, ses, in SMB2_sess_auth_rawntlmssp_authenticate() [all …]
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| D | smb2pdu.c | 1068 int blob_offset, blob_length; in SMB2_negotiate() local 1249 security_blob = smb2_get_data_area_len(&blob_offset, &blob_length, in SMB2_negotiate() 1258 if (blob_length == 0) { in SMB2_negotiate() 1266 if (blob_length) { in SMB2_negotiate() 1267 rc = decode_negTokenInit(security_blob, blob_length, server); in SMB2_negotiate() 1727 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_negotiate() local 1746 &blob_length, ses, server, in SMB2_sess_auth_rawntlmssp_negotiate() 1758 sess_data->iov[1].iov_len = blob_length; in SMB2_sess_auth_rawntlmssp_negotiate() 1820 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_authenticate() local 1830 rc = build_ntlmssp_auth_blob(&ntlmssp_blob, &blob_length, in SMB2_sess_auth_rawntlmssp_authenticate() [all …]
|