Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dsmb2pdu.c459 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
545 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
546 ctxt_len = DIV_ROUND_UP(sizeof(struct smb2_encryption_neg_context), 8) * 8; in assemble_neg_contexts()
625 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
733 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
Dsmb2pdu.h367 struct smb2_encryption_neg_context { struct
/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.c746 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
827 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt, in assemble_neg_contexts()
830 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
833 round_up(sizeof(struct smb2_encryption_neg_context) + 2, in assemble_neg_contexts()
890 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
898 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1005 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()
Dsmb2pdu.h299 struct smb2_encryption_neg_context { struct