brintos

brintos / linux-shallow public Read only

0
0
Text · 525 B · 797e485 Raw
27 lines · plain
1-- SPDX-License-Identifier: BSD-3-Clause2--3-- Copyright (C) 1998 IETF Trust and the persons identified as authors4-- of the code5--6-- https://www.rfc-editor.org/rfc/rfc2478#section-3.2.17 8GSSAPI ::=9	CHOICE {10		negTokenInit11			[0] ANY,12		negTokenTarg13			[1] NegTokenTarg14	}15 16NegTokenTarg ::=17	SEQUENCE {18		negResult19			[0] ENUMERATED OPTIONAL,20		supportedMech21			[1] OBJECT IDENTIFIER OPTIONAL,22		responseToken23			[2] OCTET STRING OPTIONAL ({ksmbd_neg_token_targ_resp_token}),24		mechListMIC25			[3] OCTET STRING OPTIONAL26	}27