Home
last modified time | relevance | path

Searched refs:blob_length (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/cifs/
Dsmb2pdu.c332 int blob_offset, blob_length; in SMB2_negotiate() local
418 security_blob = smb2_get_data_area_len(&blob_offset, &blob_length, in SMB2_negotiate()
427 if (blob_length == 0) in SMB2_negotiate()
433 if (blob_length) { in SMB2_negotiate()
434 rc = decode_negTokenInit(security_blob, blob_length, server); in SMB2_negotiate()
532 u16 blob_length = 0; in SMB2_sess_setup() local
626 blob_length = msg->secblob_len; in SMB2_sess_setup()
628 iov[1].iov_len = blob_length; in SMB2_sess_setup()
652 blob_length = sizeof(struct _NEGOTIATE_MESSAGE); in SMB2_sess_setup()
657 iov[1].iov_len = blob_length; in SMB2_sess_setup()
[all …]