Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/crypto/x509/pkix/
Dpkix.go99 type AttributeTypeAndValue struct { struct
100 Type asn1.ObjectIdentifier
101 Value any
274 func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {
/prebuilts/go/linux-x86/src/encoding/asn1/
Dasn1_test.go572 type AttributeTypeAndValue struct { struct
573 Type ObjectIdentifier
574 Value any