Searched refs:blob_length (Results 1 – 1 of 1) sorted by relevance
/linux-6.15/fs/smb/client/ |
D | smb2pdu.c | 1041 int blob_offset, blob_length; in SMB2_negotiate() local 1222 security_blob = smb2_get_data_area_len(&blob_offset, &blob_length, in SMB2_negotiate() 1231 if (blob_length == 0) { in SMB2_negotiate() 1239 if (blob_length) { in SMB2_negotiate() 1240 rc = decode_negTokenInit(security_blob, blob_length, server); in SMB2_negotiate() 1703 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_negotiate() local 1722 &blob_length, ses, server, in SMB2_sess_auth_rawntlmssp_negotiate() 1734 sess_data->iov[1].iov_len = blob_length; in SMB2_sess_auth_rawntlmssp_negotiate() 1796 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_authenticate() local 1806 rc = build_ntlmssp_auth_blob(&ntlmssp_blob, &blob_length, in SMB2_sess_auth_rawntlmssp_authenticate() [all …]
|