type crypto/x509/pkix.AttributeTypeAndValueSET

8 uses

	crypto/x509/pkix (current package)
		pkix.go#L106: type AttributeTypeAndValueSET struct {

	crypto/x509
		x509.go#L1795: 	Attributes []pkix.AttributeTypeAndValueSET
		x509.go#L1842: func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {
		x509.go#L1859: func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeTypeAndValueSET {
		x509.go#L1860: 	var attributes []pkix.AttributeTypeAndValueSET
		x509.go#L1862: 		var attr pkix.AttributeTypeAndValueSET
		x509.go#L1957: 	attributes := make([]pkix.AttributeTypeAndValueSET, 0, len(template.Attributes))
		x509.go#L1961: 		attributes = append(attributes, pkix.AttributeTypeAndValueSET{