var encoding/asn1.NullRawValue

9 uses

	encoding/asn1 (current package)
		asn1.go#L215: var NullRawValue = RawValue{Tag: TagNull}

	crypto/x509
		pkcs8.go#L108: 			Parameters: asn1.NullRawValue,
		x509.go#L97: 		publicKeyAlgorithm.Parameters = asn1.NullRawValue
		x509.go#L370: 	{MD5WithRSA, "MD5-RSA", oidSignatureMD5WithRSA, asn1.NullRawValue, RSA, crypto.MD5, false},
		x509.go#L371: 	{SHA1WithRSA, "SHA1-RSA", oidSignatureSHA1WithRSA, asn1.NullRawValue, RSA, crypto.SHA1, false},
		x509.go#L372: 	{SHA1WithRSA, "SHA1-RSA", oidISOSignatureSHA1WithRSA, asn1.NullRawValue, RSA, crypto.SHA1, false},
		x509.go#L373: 	{SHA256WithRSA, "SHA256-RSA", oidSignatureSHA256WithRSA, asn1.NullRawValue, RSA, crypto.SHA256, false},
		x509.go#L374: 	{SHA384WithRSA, "SHA384-RSA", oidSignatureSHA384WithRSA, asn1.NullRawValue, RSA, crypto.SHA384, false},
		x509.go#L375: 	{SHA512WithRSA, "SHA512-RSA", oidSignatureSHA512WithRSA, asn1.NullRawValue, RSA, crypto.SHA512, false},