type encoding/asn1.RawContent

9 uses

	encoding/asn1 (current package)
		asn1.go#L522: type RawContent []byte
		asn1.go#L665: 	rawContentsType      = reflect.TypeOf(RawContent(nil))
		asn1.go#L929: 			val.Field(0).Set(reflect.ValueOf(RawContent(bytes)))

	crypto/x509
		x509.go#L180: 	Raw                asn1.RawContent
		x509.go#L202: 	Raw       asn1.RawContent
		x509.go#L1822: 	Raw           asn1.RawContent
		x509.go#L1830: 	Raw                asn1.RawContent
		x509.go#L2270: 	Raw                 asn1.RawContent

	crypto/x509/pkix
		pkix.go#L304: 	Raw                 asn1.RawContent