Home
last modified time | relevance | path

Searched defs:AttributeTypeAndValueSET (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/pkix/
Dpkix.go106 type AttributeTypeAndValueSET struct { struct
107 Type asn1.ObjectIdentifier
108 Value [][]AttributeTypeAndValue `asn1:"set"`
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/
Dx509.go1870 func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {