fs/smb/server/ksmbd_spnego_negtokentarg.asn1

Source file repositories/reference/linux-study-clean/fs/smb/server/ksmbd_spnego_negtokentarg.asn1

File Facts

System
Linux kernel
Corpus path
fs/smb/server/ksmbd_spnego_negtokentarg.asn1
Extension
.asn1
Size
525 bytes
Lines
27
Domain
Core OS
Bucket
VFS And Filesystem Core
Inferred role
Core OS: VFS And Filesystem Core
Status
atlas-only

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

-- SPDX-License-Identifier: BSD-3-Clause
--
-- Copyright (C) 1998 IETF Trust and the persons identified as authors
-- of the code
--
-- https://www.rfc-editor.org/rfc/rfc2478#section-3.2.1

GSSAPI ::=
	CHOICE {
		negTokenInit
			[0] ANY,
		negTokenTarg
			[1] NegTokenTarg
	}

NegTokenTarg ::=
	SEQUENCE {
		negResult
			[0] ENUMERATED OPTIONAL,
		supportedMech
			[1] OBJECT IDENTIFIER OPTIONAL,
		responseToken
			[2] OCTET STRING OPTIONAL ({ksmbd_neg_token_targ_resp_token}),
		mechListMIC
			[3] OCTET STRING OPTIONAL
	}

Annotation

Implementation Notes