Searched refs:blob_length (Results 1 – 1 of 1) sorted by relevance
788 int blob_offset, blob_length; in SMB2_negotiate() local949 security_blob = smb2_get_data_area_len(&blob_offset, &blob_length, in SMB2_negotiate()958 if (blob_length == 0) { in SMB2_negotiate()966 if (blob_length) { in SMB2_negotiate()967 rc = decode_negTokenInit(security_blob, blob_length, server); in SMB2_negotiate()1387 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_negotiate() local1418 blob_length = sizeof(struct _NEGOTIATE_MESSAGE); in SMB2_sess_auth_rawntlmssp_negotiate()1422 sess_data->iov[1].iov_len = blob_length; in SMB2_sess_auth_rawntlmssp_negotiate()1479 u16 blob_length = 0; in SMB2_sess_auth_rawntlmssp_authenticate() local1488 rc = build_ntlmssp_auth_blob(&ntlmssp_blob, &blob_length, ses, in SMB2_sess_auth_rawntlmssp_authenticate()[all …]