Home
last modified time | relevance | path

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

/linux/fs/smbfs_common/
A Dsmb2pdu.h402 struct smb2_encryption_neg_context { struct
/linux/fs/cifs/
A Dsmb2pdu.c462 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
548 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
549 ctxt_len = DIV_ROUND_UP(sizeof(struct smb2_encryption_neg_context), 8) * 8; in assemble_neg_contexts()
628 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
736 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
/linux/fs/ksmbd/
A Dsmb2pdu.c744 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
825 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt, in assemble_neg_contexts()
828 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
831 round_up(sizeof(struct smb2_encryption_neg_context) + 2, in assemble_neg_contexts()
888 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
896 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1022 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()

Completed in 27 milliseconds