package spnego
Import Path
github.com/hirochachacha/go-smb2/internal/spnego (on go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Involved Source Files
spnego.go
Package-Level Type Names (total 3)
MechListMIC []byte
MechToken []byte
MechTypes []asn1.ObjectIdentifier
ReqFlags asn1.BitString
func DecodeNegTokenInit(bs []byte) (*NegTokenInit, error)
MechListMIC []byte
MechToken []byte
MechTypes []asn1.ObjectIdentifier
NegHints asn1.RawValue
ReqFlags asn1.BitString
func DecodeNegTokenInit2(bs []byte) (*NegTokenInit2, error)
MechListMIC []byte
NegState asn1.Enumerated
ResponseToken []byte
SupportedMech asn1.ObjectIdentifier
func DecodeNegTokenResp(bs []byte) (*NegTokenResp, error)
Package-Level Functions (total 6)
func DecodeNegTokenInit(bs []byte) (*NegTokenInit, error) func DecodeNegTokenInit2(bs []byte) (*NegTokenInit2, error) func DecodeNegTokenResp(bs []byte) (*NegTokenResp, error) func EncodeNegTokenInit(types []asn1.ObjectIdentifier, token []byte) ([]byte, error) func EncodeNegTokenInit2(types []asn1.ObjectIdentifier) ([]byte, error) func EncodeNegTokenResp(state asn1.Enumerated, typ asn1.ObjectIdentifier, token, mechListMIC []byte) ([]byte, error)
Package-Level Variables (total 4)
![]() |
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |