Home
last modified time | relevance | path

Searched refs:smb2_encryption_neg_context (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c457 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
543 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
544 ctxt_len = DIV_ROUND_UP(sizeof(struct smb2_encryption_neg_context), 8) * 8; in assemble_neg_contexts()
609 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
692 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
H A Dsmb2pdu.h369 struct smb2_encryption_neg_context { struct
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c620 build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt) in build_encrypt_ctxt()
707 build_encrypt_ctxt((struct smb2_encryption_neg_context *)pneg_ctxt); in assemble_neg_contexts()
708 ctxt_len = ALIGN(sizeof(struct smb2_encryption_neg_context), 8); in assemble_neg_contexts()
804 struct smb2_encryption_neg_context *ctxt) in decode_encrypt_ctx()
927 (struct smb2_encryption_neg_context *)pctx); in smb311_decode_neg_context()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c789 static void build_encrypt_ctxt(struct smb2_encryption_neg_context *pneg_ctxt, in build_encrypt_ctxt()
853 build_encrypt_ctxt((struct smb2_encryption_neg_context *) in assemble_neg_contexts()
857 ctxt_size += sizeof(struct smb2_encryption_neg_context) + 2; in assemble_neg_contexts()
908 struct smb2_encryption_neg_context *pneg_ctxt, in decode_encrypt_ctxt()
914 if (sizeof(struct smb2_encryption_neg_context) > ctxt_len) { in decode_encrypt_ctxt()
924 if (sizeof(struct smb2_encryption_neg_context) + cphs_size > in decode_encrypt_ctxt()
1056 (struct smb2_encryption_neg_context *)pctx, in deassemble_neg_contexts()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h480 struct smb2_encryption_neg_context { struct

Completed in 32 milliseconds