Lines Matching refs:ctxt_len
890 int ctxt_len)
896 if (ctxt_len <
909 int ctxt_len)
914 if (sizeof(struct smb2_encryption_neg_context) > ctxt_len) {
925 ctxt_len) {
973 int ctxt_len)
978 if (sizeof(struct smb2_signing_capabilities) > ctxt_len) {
988 ctxt_len) {
1026 int clen, ctxt_len;
1033 ctxt_len = clen + sizeof(struct smb2_neg_context);
1035 if (ctxt_len > len_of_ctxts)
1046 ctxt_len);
1057 ctxt_len);
1079 ctxt_len);
1083 offset = (ctxt_len + 7) & ~0x7;