encoding/asn1.fieldParameters.tag (field)
19 uses
encoding/asn1 (current package)
asn1.go#L753: if t.class == expectedClass && t.tag == *params.tag && (t.length == 0 || t.isCompound) {
asn1.go#L816: if !params.explicit && params.tag != nil {
asn1.go#L818: expectedTag = *params.tag
asn1.go#L822: if !params.explicit && params.application && params.tag != nil {
asn1.go#L824: expectedTag = *params.tag
asn1.go#L828: if !params.explicit && params.private && params.tag != nil {
asn1.go#L830: expectedTag = *params.tag
common.go#L81: tag *int // the EXPLICIT or IMPLICIT tag (maybe nil).
common.go#L110: if ret.tag == nil {
common.go#L111: ret.tag = new(int)
common.go#L134: ret.tag = new(int)
common.go#L135: *ret.tag = i
common.go#L141: if ret.tag == nil {
common.go#L142: ret.tag = new(int)
common.go#L146: if ret.tag == nil {
common.go#L147: ret.tag = new(int)
marshal.go#L687: if params.tag != nil {
marshal.go#L705: tag: *params.tag,
marshal.go#L714: tag = *params.tag
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |