cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ksmbd_spnego_negtokentarg.asn1 (335B)


      1GSSAPI ::=
      2	CHOICE {
      3		negTokenInit
      4			[0] ANY,
      5		negTokenTarg
      6			[1] NegTokenTarg
      7	}
      8
      9NegTokenTarg ::=
     10	SEQUENCE {
     11		negResult
     12			[0] ENUMERATED OPTIONAL,
     13		supportedMech
     14			[1] OBJECT IDENTIFIER OPTIONAL,
     15		responseToken
     16			[2] OCTET STRING OPTIONAL ({ksmbd_neg_token_targ_resp_token}),
     17		mechListMIC
     18			[3] OCTET STRING OPTIONAL
     19	}