1 !<arch> 2 __.PKGDEF 0 0 0 644 28893 ` 3 go object darwin amd64 go1.5.1 X:none 4 build id "458769929de9b18c5b063d821855b8ec1df72101" 5 6 $$ 7 package pkix 8 import runtime "runtime" 9 import asn1 "encoding/asn1" 10 import big "math/big" 11 import time "time" 12 type @"encoding/asn1".ObjectIdentifier []int 13 func (@"encoding/asn1".oi2 @"encoding/asn1".ObjectIdentifier "esc:0x1") Equal (@"encoding/asn1".other3 @"encoding/asn1".ObjectIdentifier "esc:0x1") (? bool) 14 func (@"encoding/asn1".oi2 @"encoding/asn1".ObjectIdentifier "esc:0x1") String () (? string) 15 type @"encoding/asn1".RawValue struct { Class int; Tag int; IsCompound bool; Bytes []byte; FullBytes []byte } 16 type @"".AlgorithmIdentifier struct { Algorithm @"encoding/asn1".ObjectIdentifier; Parameters @"encoding/asn1".RawValue "asn1:\"optional\"" } 17 type @"".AttributeTypeAndValue struct { Type @"encoding/asn1".ObjectIdentifier; Value interface {} } 18 type @"".RelativeDistinguishedNameSET []@"".AttributeTypeAndValue 19 type @"".RDNSequence []@"".RelativeDistinguishedNameSET 20 type @"".AttributeTypeAndValueSET struct { Type @"encoding/asn1".ObjectIdentifier; Value [][]@"".AttributeTypeAndValue "asn1:\"set\"" } 21 type @"".Extension struct { Id @"encoding/asn1".ObjectIdentifier; Critical bool "asn1:\"optional\""; Value []byte } 22 type @"".Name struct { Country []string; Organization []string; OrganizationalUnit []string; Locality []string; Province []string; StreetAddress []string; PostalCode []string; SerialNumber string; CommonName string; Names []@"".AttributeTypeAndValue; ExtraNames []@"".AttributeTypeAndValue } 23 func (@"".n1 *@"".Name "esc:0x9") FillFromRDNSequence (@"".rdns2 *@"".RDNSequence "esc:0x9") 24 func (@"".n2 @"".Name) ToRDNSequence () (@"".ret1 @"".RDNSequence) 25 func (@"".n2 @"".Name "esc:0x1") @"".appendRDNs (@"".in3 @"".RDNSequence "esc:0x1a", @"".values4 []string "esc:0x9", @"".oid5 @"encoding/asn1".ObjectIdentifier) (? @"".RDNSequence) 26 type @"encoding/asn1".RawContent []byte 27 type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } 28 type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } 29 type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } 30 func (@"time".l2 *@"time".Location "esc:0x22") String () (? string) 31 func (@"time".l2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool) 32 func (@"time".l2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location) 33 func (@"time".l6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec7 int64) (@"time".name1 string, @"time".offset2 int, @"time".isDST3 bool, @"time".start4 int64, @"time".end5 int64) 34 func (@"time".l2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int) 35 func (@"time".l4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name5 string "esc:0x1", @"time".unix6 int64) (@"time".offset1 int, @"time".isDST2 bool, @"time".ok3 bool) 36 type @"time".Duration int64 37 func (@"time".d2 @"time".Duration) Hours () (? float64) { var @"time".hour3 @"time".Duration; ; @"time".hour3 = @"time".d2 / @"time".Duration(0x34630b8a000); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour3) + float64(@"time".nsec4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 } 38 func (@"time".d2 @"time".Duration) Minutes () (? float64) { var @"time".min3 @"time".Duration; ; @"time".min3 = @"time".d2 / @"time".Duration(0xdf8475800); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0xdf8475800); return float64(@"time".min3) + float64(@"time".nsec4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 } 39 func (@"time".d2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d2) } 40 func (@"time".d2 @"time".Duration) Seconds () (? float64) { var @"time".sec3 @"time".Duration; ; @"time".sec3 = @"time".d2 / @"time".Duration(0x3b9aca00); var @"time".nsec4 @"time".Duration; ; @"time".nsec4 = @"time".d2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec3) + float64(@"time".nsec4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 } 41 func (@"time".d2 @"time".Duration) String () (? string) 42 type @"time".Month int 43 func (@"time".m2 @"time".Month) String () (? string) { return @"time".months[@"time".m2 - @"time".Month(0x1)] } 44 type @"time".Weekday int 45 func (@"time".d2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d2] } 46 type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } 47 func (@"time".t2 @"time".Time "esc:0x12") Add (@"time".d3 @"time".Duration) (? @"time".Time) { @"time".t2.@"time".sec += int64(@"time".d3 / @"time".Duration(0x3b9aca00)); var @"time".nsec4 int32; ; @"time".nsec4 = int32(@"time".t2.@"time".nsec) + int32(@"time".d3 % @"time".Duration(0x3b9aca00)); if @"time".nsec4 >= 0x3b9aca00 { @"time".t2.@"time".sec++; @"time".nsec4 -= 0x3b9aca00 } else { if @"time".nsec4 < 0x0 { @"time".t2.@"time".sec--; @"time".nsec4 += 0x3b9aca00 } }; @"time".t2.@"time".nsec = @"time".nsec4; return @"time".t2 } 48 func (@"time".t2 @"time".Time "esc:0x12") AddDate (@"time".years3 int, @"time".months4 int, @"time".days5 int) (? @"time".Time) 49 func (@"time".t2 @"time".Time "esc:0x1") After (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec > @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec > @"time".u3.@"time".nsec } 50 func (@"time".t2 @"time".Time "esc:0x9") AppendFormat (@"time".b3 []byte "esc:0x1a", @"time".layout4 string "esc:0x9") (? []byte) 51 func (@"time".t2 @"time".Time "esc:0x1") Before (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec < @"time".u3.@"time".sec || @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec < @"time".u3.@"time".nsec } 52 func (@"time".t4 @"time".Time "esc:0x1") Clock () (@"time".hour1 int, @"time".min2 int, @"time".sec3 int) 53 func (@"time".t4 @"time".Time "esc:0x1") Date () (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int) 54 func (@"time".t2 @"time".Time "esc:0x1") Day () (? int) 55 func (@"time".t2 @"time".Time "esc:0x1") Equal (@"time".u3 @"time".Time "esc:0x1") (? bool) { return @"time".t2.@"time".sec == @"time".u3.@"time".sec && @"time".t2.@"time".nsec == @"time".u3.@"time".nsec } 56 func (@"time".t2 @"time".Time "esc:0x9") Format (@"time".layout3 string "esc:0x9") (? string) 57 func (@"time".t2 *@"time".Time "esc:0x1") GobDecode (@"time".data3 []byte "esc:0x1") (? error) 58 func (@"time".t3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error) 59 func (@"time".t2 @"time".Time "esc:0x1") Hour () (? int) 60 func (@"time".t3 @"time".Time "esc:0x1") ISOWeek () (@"time".year1 int, @"time".week2 int) 61 func (@"time".t2 @"time".Time "esc:0x12") In (@"time".loc3 *@"time".Location "esc:0x12") (? @"time".Time) 62 func (@"time".t2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t2.@"time".sec == 0x0 && @"time".t2.@"time".nsec == 0x0 } 63 func (@"time".t2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t2.@"time".loc = @"time".Local; return @"time".t2 } 64 func (@"time".t2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l3 *@"time".Location; ; @"time".l3 = @"time".t2.@"time".loc; if @"time".l3 == nil { @"time".l3 = @"time".UTC }; return @"time".l3 } 65 func (@"time".t3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error) 66 func (@"time".t3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error) 67 func (@"time".t3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error) 68 func (@"time".t2 @"time".Time "esc:0x1") Minute () (? int) 69 func (@"time".t2 @"time".Time "esc:0x1") Month () (? @"time".Month) 70 func (@"time".t2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t2.@"time".nsec) } 71 func (@"time".t2 @"time".Time "esc:0x12") Round (@"time".d3 @"time".Duration) (? @"time".Time) 72 func (@"time".t2 @"time".Time "esc:0x1") Second () (? int) 73 func (@"time".t2 @"time".Time "esc:0x9") String () (? string) 74 func (@"time".t2 @"time".Time "esc:0x1") Sub (@"time".u3 @"time".Time "esc:0x1") (? @"time".Duration) 75 func (@"time".t2 @"time".Time "esc:0x12") Truncate (@"time".d3 @"time".Duration) (? @"time".Time) 76 func (@"time".t2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t2.@"time".loc = @"time".UTC; return @"time".t2 } 77 func (@"time".t2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t2.@"time".sec + -0xe7791f700 } 78 func (@"time".t2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t2.@"time".nsec) } 79 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data3 []byte "esc:0x1") (? error) 80 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 81 func (@"time".t2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data3 []byte "esc:0x1") (@"time".err1 error) 82 func (@"time".t2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday) 83 func (@"time".t2 @"time".Time "esc:0x1") Year () (? int) 84 func (@"time".t2 @"time".Time "esc:0x1") YearDay () (? int) 85 func (@"time".t3 @"time".Time "esc:0x32") Zone () (@"time".name1 string, @"time".offset2 int) 86 func (@"time".t2 @"time".Time "esc:0x1") @"time".abs () (? uint64) 87 func (@"time".t5 @"time".Time "esc:0x1") @"time".date (@"time".full6 bool) (@"time".year1 int, @"time".month2 @"time".Month, @"time".day3 int, @"time".yday4 int) 88 func (@"time".t4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name1 string, @"time".offset2 int, @"time".abs3 uint64) 89 type @"math/big".Word uintptr 90 type @"math/big".divisor struct { @"math/big".bbb @"math/big".nat; @"math/big".nbits int; @"math/big".ndigits int } 91 import rand "math/rand" // indirect 92 type @"math/rand".Source interface { Int63() (? int64); Seed(@"math/rand".seed int64) } 93 type @"math/rand".Rand struct { @"math/rand".src @"math/rand".Source } 94 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") ExpFloat64 () (? float64) 95 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Float32 () (? float32) 96 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Float64 () (? float64) 97 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int () (? int) 98 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int31 () (? int32) 99 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int31n (@"math/rand".n3 int32) (? int32) 100 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int63 () (? int64) 101 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int63n (@"math/rand".n3 int64) (? int64) 102 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Intn (@"math/rand".n3 int) (? int) 103 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") NormFloat64 () (? float64) 104 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Perm (@"math/rand".n3 int) (? []int) 105 func (@"math/rand".r1 *@"math/rand".Rand "esc:0x9") Seed (@"math/rand".seed2 int64) 106 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Uint32 () (? uint32) 107 import io "io" // indirect 108 type @"io".ByteScanner interface { ReadByte() (@"io".c byte, @"io".err error); UnreadByte() (? error) } 109 type @"math/big".nat []@"math/big".Word 110 func (@"math/big".z2 @"math/big".nat) @"math/big".add (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat) (? @"math/big".nat) 111 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".and (@"math/big".x3 @"math/big".nat "esc:0x1", @"math/big".y4 @"math/big".nat "esc:0x1") (? @"math/big".nat) 112 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".andNot (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".y4 @"math/big".nat "esc:0x1") (? @"math/big".nat) 113 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".bit (@"math/big".i3 uint) (? uint) { var @"math/big".j4 uint; ; @"math/big".j4 = @"math/big".i3 / 0x40; if @"math/big".j4 >= uint(len(@"math/big".x2)) { return 0x0 }; return uint(@"math/big".x2[@"math/big".j4] >> (@"math/big".i3 % 0x40) & @"math/big".Word(0x1)) } 114 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".bitLen () (? int) 115 func (@"math/big".z2 @"math/big".nat "esc:0x1") @"math/big".bytes (@"math/big".buf3 []byte "esc:0x1") (@"math/big".i1 int) 116 func (@"math/big".z1 @"math/big".nat "esc:0x1") @"math/big".clear () 117 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".cmp (@"math/big".y3 @"math/big".nat "esc:0x1") (@"math/big".r1 int) 118 func (@"math/big".q1 @"math/big".nat) @"math/big".convertWords (@"math/big".s2 []byte "esc:0x1", @"math/big".charset3 string "esc:0x1", @"math/big".b4 @"math/big".Word, @"math/big".ndigits5 int, @"math/big".bb6 @"math/big".Word, @"math/big".table7 []@"math/big".divisor "esc:0x9") 119 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".decimalString () (? string) 120 func (@"math/big".z3 @"math/big".nat) @"math/big".div (@"math/big".z24 @"math/big".nat, @"math/big".u5 @"math/big".nat, @"math/big".v6 @"math/big".nat) (@"math/big".q1 @"math/big".nat, @"math/big".r2 @"math/big".nat) 121 func (@"math/big".z3 @"math/big".nat "esc:0x12") @"math/big".divLarge (@"math/big".u4 @"math/big".nat, @"math/big".uIn5 @"math/big".nat, @"math/big".v6 @"math/big".nat) (@"math/big".q1 @"math/big".nat, @"math/big".r2 @"math/big".nat) 122 func (@"math/big".z3 @"math/big".nat) @"math/big".divW (@"math/big".x4 @"math/big".nat, @"math/big".y5 @"math/big".Word) (@"math/big".q1 @"math/big".nat, @"math/big".r2 @"math/big".Word) 123 func (@"math/big".z2 @"math/big".nat) @"math/big".expNN (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat) (? @"math/big".nat) 124 func (@"math/big".z2 @"math/big".nat) @"math/big".expNNMontgomery (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat) (? @"math/big".nat) 125 func (@"math/big".z2 @"math/big".nat) @"math/big".expNNWindowed (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat) (? @"math/big".nat) 126 func (@"math/big".z2 @"math/big".nat) @"math/big".expWW (@"math/big".x3 @"math/big".Word, @"math/big".y4 @"math/big".Word) (? @"math/big".nat) 127 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".hexString () (? string) 128 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".make (@"math/big".n3 int) (? @"math/big".nat) 129 func (@"math/big".x2 @"math/big".nat) @"math/big".modW (@"math/big".d3 @"math/big".Word) (@"math/big".r1 @"math/big".Word) 130 func (@"math/big".z2 @"math/big".nat) @"math/big".montgomery (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat "esc:0x1", @"math/big".m5 @"math/big".nat, @"math/big".k6 @"math/big".Word, @"math/big".n7 int) (? @"math/big".nat) 131 func (@"math/big".z2 @"math/big".nat) @"math/big".mul (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat) (? @"math/big".nat) 132 func (@"math/big".z2 @"math/big".nat) @"math/big".mulAddWW (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".Word, @"math/big".r5 @"math/big".Word) (? @"math/big".nat) 133 func (@"math/big".z2 @"math/big".nat) @"math/big".mulRange (@"math/big".a3 uint64, @"math/big".b4 uint64) (? @"math/big".nat) 134 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".norm () (? @"math/big".nat) 135 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".or (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".y4 @"math/big".nat "esc:0x9") (? @"math/big".nat) 136 func (@"math/big".n2 @"math/big".nat) @"math/big".probablyPrime (@"math/big".reps3 int) (? bool) 137 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".random (@"math/big".rand3 *@"math/rand".Rand "esc:0x9", @"math/big".limit4 @"math/big".nat "esc:0x1", @"math/big".n5 int) (? @"math/big".nat) 138 func (@"math/big".z5 @"math/big".nat) @"math/big".scan (@"math/big".r6 @"io".ByteScanner, @"math/big".base7 int, @"math/big".fracOk8 bool) (@"math/big".res1 @"math/big".nat, @"math/big".b2 int, @"math/big".count3 int, @"math/big".err4 error) 139 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".set (@"math/big".x3 @"math/big".nat "esc:0x9") (? @"math/big".nat) 140 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setBit (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".i4 uint, @"math/big".b5 uint) (? @"math/big".nat) 141 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setBytes (@"math/big".buf3 []byte "esc:0x1") (? @"math/big".nat) 142 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setUint64 (@"math/big".x3 uint64) (? @"math/big".nat) 143 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setWord (@"math/big".x3 @"math/big".Word) (? @"math/big".nat) 144 func (@"math/big".z2 @"math/big".nat) @"math/big".shl (@"math/big".x3 @"math/big".nat, @"math/big".s4 uint) (? @"math/big".nat) 145 func (@"math/big".z2 @"math/big".nat) @"math/big".shr (@"math/big".x3 @"math/big".nat, @"math/big".s4 uint) (? @"math/big".nat) 146 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".sticky (@"math/big".i3 uint) (? uint) 147 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".string (@"math/big".charset3 string "esc:0x1") (? string) 148 func (@"math/big".z2 @"math/big".nat) @"math/big".sub (@"math/big".x3 @"math/big".nat, @"math/big".y4 @"math/big".nat) (? @"math/big".nat) 149 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".trailingZeroBits () (? uint) 150 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".xor (@"math/big".x3 @"math/big".nat "esc:0x9", @"math/big".y4 @"math/big".nat "esc:0x9") (? @"math/big".nat) 151 import fmt "fmt" // indirect 152 type @"fmt".State interface { Flag(@"fmt".c int) (? bool); Precision() (@"fmt".prec int, @"fmt".ok bool); Width() (@"fmt".wid int, @"fmt".ok bool); Write(@"fmt".b []byte) (@"fmt".ret int, @"fmt".err error) } 153 type @"fmt".ScanState interface { Read(@"fmt".buf []byte) (@"fmt".n int, @"fmt".err error); ReadRune() (@"fmt".r rune, @"fmt".size int, @"fmt".err error); SkipSpace(); Token(@"fmt".skipSpace bool, @"fmt".f func(? rune) (? bool)) (@"fmt".token []byte, @"fmt".err error); UnreadRune() (? error); Width() (@"fmt".wid int, @"fmt".ok bool) } 154 type @"math/big".Int struct { @"math/big".neg bool; @"math/big".abs @"math/big".nat } 155 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Abs (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 156 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Add (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 157 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") And (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 158 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") AndNot (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 159 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Binomial (@"math/big".n3 int64, @"math/big".k4 int64) (? *@"math/big".Int) 160 func (@"math/big".x2 *@"math/big".Int "esc:0x9") Bit (@"math/big".i3 int) (? uint) 161 func (@"math/big".x2 *@"math/big".Int "esc:0x1") BitLen () (? int) 162 func (@"math/big".x2 *@"math/big".Int "esc:0x22") Bits () (? []@"math/big".Word) { return @"math/big".x2.@"math/big".abs } 163 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Bytes () (? []byte) 164 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Cmp (@"math/big".y3 *@"math/big".Int "esc:0x1") (@"math/big".r1 int) 165 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Div (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 166 func (@"math/big".z3 *@"math/big".Int "esc:0x1a") DivMod (@"math/big".x4 *@"math/big".Int "esc:0x9", @"math/big".y5 *@"math/big".Int "esc:0x9", @"math/big".m6 *@"math/big".Int "esc:0x8a") (? *@"math/big".Int, ? *@"math/big".Int) 167 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Exp (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x1", @"math/big".m5 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 168 func (@"math/big".x1 *@"math/big".Int "esc:0x9") Format (@"math/big".s2 @"fmt".State, @"math/big".ch3 rune) 169 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") GCD (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9", @"math/big".a5 *@"math/big".Int "esc:0x9", @"math/big".b6 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 170 func (@"math/big".z2 *@"math/big".Int "esc:0x9") GobDecode (@"math/big".buf3 []byte "esc:0x1") (? error) 171 func (@"math/big".x3 *@"math/big".Int "esc:0x1") GobEncode () (? []byte, ? error) 172 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Int64 () (? int64) { var @"math/big".v3 int64; ; @"math/big".v3 = int64(@"math/big".low64(@"math/big".x2.@"math/big".abs)); if @"math/big".x2.@"math/big".neg { @"math/big".v3 = -@"math/big".v3 }; return @"math/big".v3 } 173 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Lsh (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".n4 uint) (? *@"math/big".Int) 174 func (@"math/big".z3 *@"math/big".Int "esc:0x9") MarshalJSON () (? []byte, ? error) 175 func (@"math/big".z3 *@"math/big".Int "esc:0x9") MarshalText () (@"math/big".text1 []byte, @"math/big".err2 error) 176 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Mod (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 177 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") ModInverse (@"math/big".g3 *@"math/big".Int "esc:0x9", @"math/big".n4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 178 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") ModSqrt (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".p4 *@"math/big".Int) (? *@"math/big".Int) 179 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Mul (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 180 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") MulRange (@"math/big".a3 int64, @"math/big".b4 int64) (? *@"math/big".Int) 181 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Neg (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 182 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Not (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 183 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Or (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 184 func (@"math/big".x2 *@"math/big".Int "esc:0x9") ProbablyPrime (@"math/big".n3 int) (? bool) 185 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Quo (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 186 func (@"math/big".z3 *@"math/big".Int "esc:0x1a") QuoRem (@"math/big".x4 *@"math/big".Int "esc:0x9", @"math/big".y5 *@"math/big".Int "esc:0x9", @"math/big".r6 *@"math/big".Int "esc:0x8a") (? *@"math/big".Int, ? *@"math/big".Int) 187 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Rand (@"math/big".rnd3 *@"math/rand".Rand "esc:0x9", @"math/big".n4 *@"math/big".Int "esc:0x1") (? *@"math/big".Int) 188 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Rem (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 189 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Rsh (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".n4 uint) (? *@"math/big".Int) 190 func (@"math/big".z2 *@"math/big".Int "esc:0x9") Scan (@"math/big".s3 @"fmt".ScanState, @"math/big".ch4 rune) (? error) 191 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Set (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 192 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetBit (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".i4 int, @"math/big".b5 uint) (? *@"math/big".Int) 193 func (@"math/big".z2 *@"math/big".Int "esc:0x12") SetBits (@"math/big".abs3 []@"math/big".Word) (? *@"math/big".Int) 194 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetBytes (@"math/big".buf3 []byte "esc:0x1") (? *@"math/big".Int) 195 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetInt64 (@"math/big".x3 int64) (? *@"math/big".Int) 196 func (@"math/big".z3 *@"math/big".Int "esc:0x1a") SetString (@"math/big".s4 string, @"math/big".base5 int) (? *@"math/big".Int, ? bool) 197 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetUint64 (@"math/big".x3 uint64) (? *@"math/big".Int) 198 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Sign () (? int) { if len(@"math/big".x2.@"math/big".abs) == 0x0 { return 0x0 }; if @"math/big".x2.@"math/big".neg { return -0x1 }; return 0x1 } 199 func (@"math/big".x2 *@"math/big".Int "esc:0x9") String () (? string) 200 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Sub (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 201 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Uint64 () (? uint64) { return @"math/big".low64(@"math/big".x2.@"math/big".abs) } 202 func (@"math/big".z2 *@"math/big".Int "esc:0x9") UnmarshalJSON (@"math/big".text3 []byte) (? error) 203 func (@"math/big".z2 *@"math/big".Int "esc:0x9") UnmarshalText (@"math/big".text3 []byte) (? error) 204 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Xor (@"math/big".x3 *@"math/big".Int "esc:0x9", @"math/big".y4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 205 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") @"math/big".binaryGCD (@"math/big".a3 *@"math/big".Int "esc:0x9", @"math/big".b4 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 206 func (@"math/big".z4 *@"math/big".Int "esc:0x1a") @"math/big".scan (@"math/big".r5 @"io".ByteScanner, @"math/big".base6 int) (? *@"math/big".Int, ? int, ? error) 207 type @"".RevokedCertificate struct { SerialNumber *@"math/big".Int; RevocationTime @"time".Time; Extensions []@"".Extension "asn1:\"optional\"" } 208 type @"".TBSCertificateList struct { Raw @"encoding/asn1".RawContent; Version int "asn1:\"optional,default:1\""; Signature @"".AlgorithmIdentifier; Issuer @"".RDNSequence; ThisUpdate @"time".Time; NextUpdate @"time".Time "asn1:\"optional\""; RevokedCertificates []@"".RevokedCertificate "asn1:\"optional\""; Extensions []@"".Extension "asn1:\"tag:0,optional,explicit\"" } 209 type @"encoding/asn1".BitString struct { Bytes []byte; BitLength int } 210 func (@"encoding/asn1".b2 @"encoding/asn1".BitString "esc:0x1") At (@"encoding/asn1".i3 int) (? int) { if @"encoding/asn1".i3 < 0x0 || @"encoding/asn1".i3 >= @"encoding/asn1".b2.BitLength { return 0x0 }; var @"encoding/asn1".x4 int; ; @"encoding/asn1".x4 = @"encoding/asn1".i3 / 0x8; var @"encoding/asn1".y5 uint; ; @"encoding/asn1".y5 = 0x7 - uint(@"encoding/asn1".i3 % 0x8); return int(@"encoding/asn1".b2.Bytes[@"encoding/asn1".x4] >> @"encoding/asn1".y5) & 0x1 } 211 func (@"encoding/asn1".b2 @"encoding/asn1".BitString "esc:0x12") RightAlign () (? []byte) 212 type @"".CertificateList struct { TBSCertList @"".TBSCertificateList; SignatureAlgorithm @"".AlgorithmIdentifier; SignatureValue @"encoding/asn1".BitString } 213 func (@"".certList2 *@"".CertificateList "esc:0x1") HasExpired (@"".now3 @"time".Time "esc:0x1") (? bool) { return @"".now3.After(@"".certList2.TBSCertList.NextUpdate) } 214 func @"".init () 215 var @"time".months [12]string 216 var @"time".days [7]string 217 var @"time".Local *@"time".Location 218 var @"time".UTC *@"time".Location 219 func @"math/big".low64 (@"math/big".z2 @"math/big".nat "esc:0x1") (? uint64) { if len(@"math/big".z2) == 0x0 { return 0x0 }; var @"math/big".v3 uint64; ; @"math/big".v3 = uint64(@"math/big".z2[0x0]); if false && len(@"math/big".z2) > 0x1 { @"math/big".v3 |= uint64(@"math/big".z2[0x1]) << 0x20 }; return @"math/big".v3 } 220 221 $$ 222 _go_.o 0 0 0 644 65892 ` 223 go object darwin amd64 go1.5.1 X:none 224 225 ! 226 go13ldencoding/asn1.amath/big.atime.a<"".(*Name).FillFromRDNSequence--eH%H$pH;A(HH$ HHHCHkH$HD$PH$HD$HH$HL$`H\$PHl$HH9}jH\$`H 232 HHKHkH$H$H$H$Hu2H\$`HH\$`H\$PHH\$PH\$PHl$HH9|HH$HH$) 233 H*H$HjH$HjH$HjH$Hj H$H$HHHHHH9& HHHHk(HH$H\$Hl$H-H,$1H\$xH$HH$H$H|$HHHKHOH\$xH\$\$ HH\$xH\$hH$H\$p<H$H$H$H$H$H$H1H:HHHHHHHHHHHHHHHH+HHHuHH$Hl$pHHl$h=uHLL$Hl$HH$Hl$pHHl$h=uHqLL$Hl$WHH$HHCHKHHH9wCHkHHHkHHl$pHkHl$h=uH+H$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtFHHD$@HHkHKHT$X=uHWH$HT$HT$XHD$@:HWH$HSHHCPHKXHHH9wCHkPHHHkHHl$pHkHl$h=uH+H$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtKHHD$@HHkPHKXHT$X=u HSHVLCHL$HT$HT$XHD$@5H HH$HS`HChHKpHHH9wCHkhHHHkHHl$pHkHl$h=uH+H$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtKHHD$@HHkhHKpHT$X=u HS`VLC`L$HT$HT$XHD$@5H UH$HSxHHHHH9wFHHHHkHHl$pHkHl$h=uH+H$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtQHHD$@HHHHT$X=u HSxPLCxL$HT$HT$XHD$@/H 237 H$HSHC HK(HHH9wCHk HHHkHHl$pHkHl$h=uH+H$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtKHHD$@HHk HK(HT$X=u HSVLCL$HT$HT$XHD$@5HH$HS0HC8HK@HHH9wCHk8HHHkHHl$pHkHl$h=uH+H$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtKHHD$@HHk8HK@HT$X=u HS0VLC0L$HT$HT$XHD$@5HRH$HHHHHH9wFHHHHkHHl$pHkHl$h=uH+H$Hl$HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtWHHD$@HHHHT$X=uHMLL$HT$HT$XHD$@)<HH$HT$HD$HL$Hl$ HT$(HD$0HL$8H$HtWHHD$@HHHHT$X=uHmLL$HT$HT$XHD$@ILz 246 :type."".AttributeTypeAndValue 247 (runtime.typedmemmovetype.string 248 $runtime.assertE2T26runtime.writeBarrierEnabled 251 .runtime.writebarrierptr6runtime.writeBarrierEnabled 254 .runtime.writebarrierptr6runtime.writeBarrierEnabled 255 .runtime.writebarrierptrtype.[]string 256 "runtime.growslice6runtime.writeBarrierEnabled 257 .runtime.writebarrierptr6runtime.writeBarrierEnabled 258 .runtime.writebarrierptrtype.[]string 259 "runtime.growslice6runtime.writeBarrierEnabled 260 .runtime.writebarrierptr6runtime.writeBarrierEnabled 261 .runtime.writebarrierptrtype.[]string 262 "runtime.growslice6runtime.writeBarrierEnabled 263 .runtime.writebarrierptr6runtime.writeBarrierEnabled 264 .runtime.writebarrierptrtype.[]string 265 "runtime.growslice6runtime.writeBarrierEnabled 266 .runtime.writebarrierptr6runtime.writeBarrierEnabled 267 .runtime.writebarrierptrtype.[]string 268 "runtime.growslice 6runtime.writeBarrierEnabled! 269 .runtime.writebarrierptr"6runtime.writeBarrierEnabled# 270 .runtime.writebarrierptr#type.[]string# 271 "runtime.growslice$6runtime.writeBarrierEnabled% 272 .runtime.writebarrierptr&6runtime.writeBarrierEnabled' 273 .runtime.writebarrierptr'type.[]string' 274 "runtime.growslice(6runtime.writeBarrierEnabled) 275 .runtime.writebarrierptr) 276 $runtime.panicindex) 277 $runtime.panicindex* 278 $runtime.panicindex* 279 $runtime.panicindex*>type.[]"".AttributeTypeAndValue* 280 "runtime.growslice+6runtime.writeBarrierEnabled, 281 .runtime.writebarrierptr, 282 $runtime.panicindex- 283 0runtime.morestack_noctxt "".autotmp_0007Htype."".RelativeDistinguishedNameSET"".autotmp_0006Jtype.*"".RelativeDistinguishedNameSET"".autotmp_0005type.int"".autotmp_0004type.int"".autotmp_0003type.int"".autotmp_0002type.string"".autotmp_0000&type."".RDNSequence"".tFtype.encoding/asn1.ObjectIdentifier"".valuetype.string"".atvO:type."".AttributeTypeAndValue"".rdnHtype."".RelativeDistinguishedNameSET"".rdns(type.*"".RDNSequence"".ntype.*"".Name"~"*F=Ubc(e() 286 )!"!$ 287 I%&%& 288 J)*)* 289 290 J-.-. 291 S1212 292 J5656 293 J9:9: 294 V=>=># ~DTz)Y)Y)_z)Yz)Y)e@e"Tgclocals4eec13d660d4aef174c5282005c43690Tgclocals5395f6ca7f30a777fa21071a674aede7hprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.go$"".Name.appendRDNseH%HD$H;AH1H$HH$PH$XH$ HH$0H$H$8H\$H$@H\$H$H|$HHHKHOHKHO\$08H$ HH$HD$HD$H\$H$H\$ H$H\$(H$H$H$ H$(H$1H$HL$HH$HHl$HH9:HL$XHHHiHD$PH$HT$`H$Hl$hH$HHD$@L$L9CHk(HH$8HkH$@HkH$0=H+H\$`H$H\$hH$HH$H$H\$HD$HL$HD$ H$Hl$@L$L9Hk(HHL$pHKHD$x=QHC HL$XHD$PHHHl$HH9H$H$H$H$H$H$H$H$H$HHH9HHH$H$H$HHHkHH$HkH$HkH$=u;H+H$H$HH$H$PH$H$XHH$Hl$H-H,$HT$HD$HL$H\$ HT$(HD$0HL$8)LC L$HD$H$Hl$hH$H$HH$H$PH$H$XH" 302 303 :"".oidInAttributeTypeAndValue>type.[]"".AttributeTypeAndValue 304 "runtime.makeslice6runtime.writeBarrierEnabledtype.string 305 runtime.convT2E 6runtime.writeBarrierEnabled6runtime.writeBarrierEnabled 308 .runtime.writebarrierptr &type."".RDNSequence 310 "runtime.growslice 311 .runtime.writebarrierptr 312 $runtime.panicindex 313 .runtime.writebarrierptr 314 $runtime.panicindex 315 0runtime.morestack_noctxt$"".autotmp_0043Htype."".RelativeDistinguishedNameSET"".autotmp_0042type.string"".autotmp_0041type.*string"".autotmp_0040type.int"".autotmp_0039type.int"".autotmp_0038_&type."".RDNSequence"".autotmp_0037type.string"".autotmp_0036/type.[]string"".autotmp_0035type.int"".autotmp_0033type.int"".valuetype.string"".itype.int"".s>type.[]"".AttributeTypeAndValue"".~r3&type."".RDNSequence"".oidFtype.encoding/asn1.ObjectIdentifier"".valuestype.[]string 318 "".in&type."".RDNSequence"".ntype."".Name(L9nI}X 319 8,&& 320 321 _Tgclocals455b531fc583ef4104d67adef9c80c6dTgclocalse8938e011829b510952fded8f9e90143hprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.go*"".Name.ToRDNSequence+*eH%H$@H;A 323 H@1H$pH$xH$H$11H$HHH$@H$H$HH$H$PH$H$HH$HHHKHOHKHOHH$(HH$0HH$8H$@H$HH$PH$HHH$@H$H$HH$H$PH$H$`H$HHHKHOHKHOHH$(HH$0HH$8H$@H$HH$PH$HHH$@H$H$HH$H$PH$H$xH$HHHKHOHKHOHH$(HH$0HH$8H$@H$HH$PH$HHH$@H$H$HH$H$PH$H$H$HHHKHOHKHOHH$(HH$0HH$8H$@H$HH$PH$HHH$@H$H$HH$H$PH$H$H$HHHKHOHKHOHH$(HH$0HH$8H$@H$HH$PH$HHH$@H$H$HH$H$PH$H$H$HHHKHOHKHOHH$(HH$0HH$8H$@H$HH$PH$HHH$@H$H$HH$H$PH$H$H$HHHKHOHKHOHH$(HH$0HH$8H$@H$@H$HH$HH$PH$PH$H81H$H$H$HEH$H$H$H$HD$H\$HH$H$HHH$@H$H$HH$H$PH$H$H$H$H$H$H$ HH$(HH$0HH$8H$@H$@H$HH$HH$PH$PH$H81H$pH$xH$pHH$H$H$H$HD$H\$HH$H$HHH$@H$H$HH$H$PH$H$H$H$H$H$H$ HH$(HH$0HH$8H$@H$@H$HH$HH$PH$PH$(H$0H$8H$1H$H$XH$HH$XH9H$hHyH(H$HhH$HhH$HhH$Hh H$H$`H$H$H$H$ H$H$(H$H$0H$H$8HH$HD$HH$H$H$H$H$ H$H$(H$H$0H$H$8H$H$H$HD$Hl$H-H,$H$H$H$H$H$H$H$@H$HH$PHHH9H$HHHHkHH$HkH$HkH$=u3H+H$hH$`H(HH$XH9H@H$Hl$H-H,$HL$HD$HT$H\$ HL$(HD$0HT$8HHH$HH$PH$@19Dv 331 332 runtime.duffcopy"".oidCountry"".oidCountry "".oidCountry 333 $"".Name.appendRDNs 334 runtime.duffcopy$"".oidOrganization$"".oidOrganization $"".oidOrganization 335 $"".Name.appendRDNs 336 runtime.duffcopy0"".oidOrganizationalUnit0"".oidOrganizationalUnit 0"".oidOrganizationalUnit 337 $"".Name.appendRDNs 338 runtime.duffcopy"".oidLocality"".oidLocality "".oidLocality 343 $"".Name.appendRDNs 345 runtime.duffcopy "".oidProvince"".oidProvince "".oidProvince 347 $"".Name.appendRDNs 348 runtime.duffcopy&"".oidStreetAddress&"".oidStreetAddress &"".oidStreetAddress 349 $"".Name.appendRDNs 350 runtime.duffcopy "".oidPostalCode "".oidPostalCode "".oidPostalCode 351 $"".Name.appendRDNstype.string 352 (runtime.typedmemmove 353 runtime.duffcopy "".oidCommonName "".oidCommonName "".oidCommonName 354 $"".Name.appendRDNstype.string 355 (runtime.typedmemmove 356 runtime.duffcopy$"".oidSerialNumber$"".oidSerialNumber $"".oidSerialNumber 357 $"".Name.appendRDNs"@type.[1]"".AttributeTypeAndValue# 358 "runtime.newobject%:type."".AttributeTypeAndValue% 359 (runtime.typedmemmove'6runtime.writeBarrierEnabled( 360 .runtime.writebarrierptr)&type."".RDNSequence) 361 "runtime.growslice* 362 0runtime.morestack_noctxt $"".autotmp_0066:type."".AttributeTypeAndValue"".autotmp_0064>type.[]"".AttributeTypeAndValue"".autotmp_0063Htype."".RelativeDistinguishedNameSET"".autotmp_0062:type."".AttributeTypeAndValue"".autotmp_0061<type.*"".AttributeTypeAndValue"".autotmp_0060type.int"".autotmp_0059type.int"".autotmp_0058type.[1]string"".autotmp_0056type.*[1]string"".autotmp_0055type.[]string"".autotmp_0054type.[1]string"".autotmp_0051type.[]string"".autotmp_0050>type.[]"".AttributeTypeAndValue"".autotmp_0049type.int"".autotmp_0048type.int"".atvO:type."".AttributeTypeAndValue"".ret&type."".RDNSequence"".ntype."".Name" vH(]: &aTgclocals62104763362f96e7812b45db3d599ccdTgclocalsd07716f01f883cf853c9b9f4d5a7fdedhprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.go:"".oidInAttributeTypeAndValueeH%HD$H;AQHH$H$H$H\$`1HD$XHD$8HT$PHHl$8H9HD$HHLHxHpHPHh HL$@LD$hL$H|$pH$Ht$xH$H$H$H$H$H$HH$HKHL$HKHL$H$H\$H$H\$ H$H\$(\$0t$HHD$HHL$@H(HHl$8H9$H 369 370 Hencoding/asn1.ObjectIdentifier.Equal 371 0runtime.morestack_noctxtp"".autotmp_0075:type."".AttributeTypeAndValue"".autotmp_0074<type.*"".AttributeTypeAndValue"".autotmp_0073type.int"".autotmp_0072type.int"".autotmp_0070>type.[]"".AttributeTypeAndValue"".aO:type."".AttributeTypeAndValue"".~r2`type.bool"".atv0>type.[]"".AttributeTypeAndValue"".oidFtype.encoding/asn1.ObjectIdentifier&.&W 375 lTgclocals1a2cc6eb7f6c2e8ae0ec9d76b9eca0b3Tgclocals4593d1c83847a2059f0e060e10344a6bhprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.go@"".(*CertificateList).HasExpiredHL$t$H\$ H\$Ht5HHH9H9u 377 9D$(1HP"".~r1@type.bool"".nowtype.time.Time"".certList0type.*"".CertificateList```Tgclocals8451bbf999c997b157afc8c2ab6c043eTgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.go"".initeH%H;av>tu 382 $"".initdone<"".initdoneR 383 "runtime.throwinitb"".initdonen 384 $encoding/asn1.initx 385 math/big.init 386 time.init"".initdone 387 0runtime.morestack_noctxt``` 388 (8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.go*"".(*Name).appendRDNseH%H$(H;A|HXHY HtH$`H9;uH#1H$H$H$H$`1H9uEHH$HD$HH\$HD$HH\$ HD$( 390 H$`HHH$hH$H$pH$H$xH$H$H$H$H$H$H$ H$H$(H$H$0H$H$8H$@H$HH$PH$H$H$HX$_ 392 go.string."pkix" go.string."Name",go.string."appendRDNs" 393 "runtime.panicwrap 394 runtime.duffcopy 395 $"".Name.appendRDNs 396 0runtime.morestack_noctxt 397 "".~r3&type."".RDNSequence"".oidpFtype.encoding/asn1.ObjectIdentifier"".values@type.[]string 400 "".in&type."".RDNSequence""..thistype.*"".Name" Tgclocalsb6f4d1ebd25372ec34aa5458f6860b18Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>0"".(*Name).ToRDNSequenceeH%H$pH;AHHY HtH$H9;uH#11H$ H$(H$0H$1H9uEHH$HD$HH\$HD$HH\$ HD$( H$HtEHH$H$H$H$ H$(H$0H 404 go.string."pkix" go.string."Name"2go.string."ToRDNSequence" 405 "runtime.panicwrap 406 runtime.duffcopy 407 *"".Name.ToRDNSequence 408 0runtime.morestack_noctxt@"".ret&type."".RDNSequence""..thistype.*"".Name"lTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>(type..hash.[1]stringeH%H;aH(HL$81HD$Hl$H9}\HD$ HHHHckRHHH\$0Ht;HHH$HD$8HD$HL$HD$ HHl$H9|HL$@H([ 412 413 runtime.strhash 414 0runtime.morestack_noctxt0P 415 "".autotmp_0089type.int"".autotmp_0088type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[1]stringPOP 417 q?Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.go$type..eq.[1]stringeH%H;aHX1HD$(Hl$(H9HD$0H\$`HHHHH3HKH\$hHtvHHHHHCH9uVHt$HH4$HL$PHL$HT$8HT$HD$@HD$\$ t HD$0HHl$(H9nD$pHXD$pHXc 419 420 runtime.eqstring 421 0runtime.morestack_noctxt0"".autotmp_0093?type.string"".autotmp_0092type.string"".autotmp_0091_type.int"".autotmp_0090Otype.int"".~r2 type.bool"".qtype.*[1]string"".ptype.*[1]string& STgclocals3bb21ca8fe1d99a3e492463bd711418aTgclocalsa8eabfc4a4514ed6b3b0c61e9680e440hprebuilts/go/darwin-x86/src/crypto/x509/pkix/pkix.goTgclocals5395f6ca7f30a777fa21071a674aede7HHdddTgclocals4eec13d660d4aef174c5282005c43690HHTgclocalse8938e011829b510952fded8f9e90143@@Tgclocals455b531fc583ef4104d67adef9c80c6dpp+I$I$I$I$I$I$Tgclocalsd07716f01f883cf853c9b9f4d5a7fdedHH 424 425 @+Tgclocals62104763362f96e7812b45db3d599ccd"IIIIIIITgclocals4593d1c83847a2059f0e060e10344a6b Tgclocals1a2cc6eb7f6c2e8ae0ec9d76b9eca0b3 Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals8451bbf999c997b157afc8c2ab6c043e Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb."".oidCountry0type.[]int0""".statictmp_0077.$"".oidOrganization0type.[]int0""".statictmp_0078.0"".oidOrganizationalUnit0type.[]int0""".statictmp_0079. "".oidCommonName0type.[]int0""".statictmp_0080.$"".oidSerialNumber0type.[]int0""".statictmp_0081."".oidLocality0type.[]int0""".statictmp_0082."".oidProvince0type.[]int0""".statictmp_0083.&"".oidStreetAddress0type.[]int0""".statictmp_0084. "".oidPostalCode0type.[]int0""".statictmp_00850""".statictmp_0077@type.[4]int@0""".statictmp_0078@type.[4]int@ 429 0""".statictmp_0079@type.[4]int@0""".statictmp_0080@type.[4]int@0""".statictmp_0081@type.[4]int@0""".statictmp_0082@type.[4]int@0""".statictmp_0083@type.[4]int@0""".statictmp_0084@type.[4]int@ 0""".statictmp_0085@type.[4]int@0"".initdonetype.uint8B"".(*Name).FillFromRDNSequencef<"".(*Name).FillFromRDNSequence*"".Name.appendRDNsf$"".Name.appendRDNs0"".Name.ToRDNSequencef*"".Name.ToRDNSequence@"".oidInAttributeTypeAndValuef:"".oidInAttributeTypeAndValueF"".(*CertificateList).HasExpiredf@"".(*CertificateList).HasExpired"".initf"".init"runtime.gcbits.010go.string.hdr."[]string" (go.string."[]string"(go.string."[]string" []stringtype.[]string 431 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string []stringtype.[]string"runtime.gcbits.038go.string.hdr."interface {}" 0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}"runtime.zerovalue"type.interface {}Vgo.string.hdr."*pkix.AttributeTypeAndValue" Ngo.string."*pkix.AttributeTypeAndValue"Ngo.string."*pkix.AttributeTypeAndValue"@8*pkix.AttributeTypeAndValue<type.*"".AttributeTypeAndValueR60 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."*pkix.AttributeTypeAndValue"pNgo.weak.type.**"".AttributeTypeAndValue"runtime.zerovalue:type."".AttributeTypeAndValue"runtime.gcbits.19Tgo.string.hdr."pkix.AttributeTypeAndValue" Lgo.string."pkix.AttributeTypeAndValue"Lgo.string."pkix.AttributeTypeAndValue"@6pkix.AttributeTypeAndValue(go.string.hdr."Type" go.string."Type" go.string."Type" 436 Type*go.string.hdr."Value" "go.string."Value""go.string."Value"ValueJgo.string.hdr."AttributeTypeAndValue" Bgo.string."AttributeTypeAndValue"Bgo.string."AttributeTypeAndValue"0,AttributeTypeAndValue@go.string.hdr."crypto/x509/pkix" 8go.string."crypto/x509/pkix"8go.string."crypto/x509/pkix"0"crypto/x509/pkix"go.importpath."". 8go.string."crypto/x509/pkix":type."".AttributeTypeAndValue((X+0 runtime.algarray@"runtime.gcbits.19PTgo.string.hdr."pkix.AttributeTypeAndValue"p<type.*"".AttributeTypeAndValue"runtime.zerovalue:type."".AttributeTypeAndValue(go.string.hdr."Type"Ftype.encoding/asn1.ObjectIdentifier*go.string.hdr."Value""type.interface {}`:type."".AttributeTypeAndValueJgo.string.hdr."AttributeTypeAndValue""go.importpath."".:type."".AttributeTypeAndValueXgo.string.hdr."[]pkix.AttributeTypeAndValue" Pgo.string."[]pkix.AttributeTypeAndValue"Pgo.string."[]pkix.AttributeTypeAndValue"@:[]pkix.AttributeTypeAndValue>type.[]"".AttributeTypeAndValueX\dI0 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."[]pkix.AttributeTypeAndValue"pPgo.weak.type.*[]"".AttributeTypeAndValue"runtime.zerovalue:type."".AttributeTypeAndValuego.typelink.[]pkix.AttributeTypeAndValue []"".AttributeTypeAndValue>type.[]"".AttributeTypeAndValue.runtime.gcbits.4992a412I2go.string.hdr."pkix.Name" *go.string."pkix.Name"*go.string."pkix.Name" pkix.Name.go.string.hdr."Country" &go.string."Country"&go.string."Country"Country8go.string.hdr."Organization" 0go.string."Organization"0go.string."Organization" OrganizationDgo.string.hdr."OrganizationalUnit" <go.string."OrganizationalUnit"<go.string."OrganizationalUnit"0&OrganizationalUnit0go.string.hdr."Locality" (go.string."Locality"(go.string."Locality" Locality0go.string.hdr."Province" (go.string."Province"(go.string."Province" Province:go.string.hdr."StreetAddress" 2go.string."StreetAddress"2go.string."StreetAddress" StreetAddress4go.string.hdr."PostalCode" 441 ,go.string."PostalCode",go.string."PostalCode" PostalCode8go.string.hdr."SerialNumber" 0go.string."SerialNumber"0go.string."SerialNumber" SerialNumber4go.string.hdr."CommonName" 443 ,go.string."CommonName",go.string."CommonName" CommonName*go.string.hdr."Names" "go.string."Names""go.string."Names"Names4go.string.hdr."ExtraNames" 445 ,go.string."ExtraNames",go.string."ExtraNames" ExtraNames(go.string.hdr."pkix" go.string."pkix" go.string."pkix" 446 pkix(go.string.hdr."Name" go.string."Name" go.string."Name" 447 Name4go.string.hdr."appendRDNs" 448 ,go.string."appendRDNs",go.string."appendRDNs" appendRDNsTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsb6f4d1ebd25372ec34aa5458f6860b18 :go.string.hdr."ToRDNSequence" 2go.string."ToRDNSequence"2go.string."ToRDNSequence" ToRDNSequenceTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72dgo.string.hdr."*pkix.RelativeDistinguishedNameSET" "\go.string."*pkix.RelativeDistinguishedNameSET"\go.string."*pkix.RelativeDistinguishedNameSET"PF*pkix.RelativeDistinguishedNameSETJtype.*"".RelativeDistinguishedNameSETBf60 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."*pkix.RelativeDistinguishedNameSET"p\go.weak.type.**"".RelativeDistinguishedNameSET"runtime.zerovalueHtype."".RelativeDistinguishedNameSETbgo.string.hdr."pkix.RelativeDistinguishedNameSET" !Zgo.string."pkix.RelativeDistinguishedNameSET"Zgo.string."pkix.RelativeDistinguishedNameSET"PDpkix.RelativeDistinguishedNameSETXgo.string.hdr."RelativeDistinguishedNameSET" Pgo.string."RelativeDistinguishedNameSET"Pgo.string."RelativeDistinguishedNameSET"@:RelativeDistinguishedNameSETHtype."".RelativeDistinguishedNameSET=0 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."pkix.RelativeDistinguishedNameSET"pJtype.*"".RelativeDistinguishedNameSET"runtime.zerovalue:type."".AttributeTypeAndValue`Htype."".RelativeDistinguishedNameSETXgo.string.hdr."RelativeDistinguishedNameSET""go.importpath."".Htype."".RelativeDistinguishedNameSETBgo.string.hdr."*pkix.RDNSequence" :go.string."*pkix.RDNSequence":go.string."*pkix.RDNSequence"0$*pkix.RDNSequence(type.*"".RDNSequence|r60 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."*pkix.RDNSequence"p:go.weak.type.**"".RDNSequence"runtime.zerovalue&type."".RDNSequence@go.string.hdr."pkix.RDNSequence" 8go.string."pkix.RDNSequence"8go.string."pkix.RDNSequence"0"pkix.RDNSequence6go.string.hdr."RDNSequence" .go.string."RDNSequence".go.string."RDNSequence" RDNSequence&type."".RDNSequence+0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."pkix.RDNSequence"p(type.*"".RDNSequence"runtime.zerovalueHtype."".RelativeDistinguishedNameSET`&type."".RDNSequence6go.string.hdr."RDNSequence""go.importpath."".&type."".RDNSequence`go.string.hdr."func(pkix.Name) pkix.RDNSequence" Xgo.string."func(pkix.Name) pkix.RDNSequence"Xgo.string."func(pkix.Name) pkix.RDNSequence"PBfunc(pkix.Name) pkix.RDNSequenceBtype.func("".Name) "".RDNSequenceT/30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(pkix.Name) pkix.RDNSequence"pTgo.weak.type.*func("".Name) "".RDNSequence"runtime.zerovalueBtype.func("".Name) "".RDNSequenceBtype.func("".Name) "".RDNSequencetype."".Name&type."".RDNSequencego.typelink.func(pkix.Name) pkix.RDNSequence func("".Name) "".RDNSequenceBtype.func("".Name) "".RDNSequencego.string.hdr."func(pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence" Sgo.string."func(pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"go.string."func(pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"func(pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequencetype.func("".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence*30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"pgo.weak.type.*func("".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence"runtime.zerovaluetype.func("".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.func("".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype."".Name&type."".RDNSequencetype.[]stringFtype.encoding/asn1.ObjectIdentifier&type."".RDNSequencego.typelink.func(pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence func("".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.func("".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequenceNgo.string.hdr."func() pkix.RDNSequence" Fgo.string."func() pkix.RDNSequence"Fgo.string."func() pkix.RDNSequence"00func() pkix.RDNSequence4type.func() "".RDNSequence6530 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func() pkix.RDNSequence"pFgo.weak.type.*func() "".RDNSequence"runtime.zerovalue4type.func() "".RDNSequence4type.func() "".RDNSequence&type."".RDNSequencergo.typelink.func() pkix.RDNSequence func() "".RDNSequence4type.func() "".RDNSequencego.string.hdr."func(pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence" Hgo.string."func(pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"go.string."func(pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"func(pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequencetype.func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencep30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"pgo.weak.type.*func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence"runtime.zerovaluetype.func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence&type."".RDNSequencetype.[]stringFtype.encoding/asn1.ObjectIdentifier&type."".RDNSequencego.typelink.func(pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype."".Name 454 455 `0H`xV0 runtime.algarray@.runtime.gcbits.4992a412P2go.string.hdr."pkix.Name"ptype.*"".Name"runtime.zerovaluetype."".Name.go.string.hdr."Country"type.[]string8go.string.hdr."Organization"type.[]stringDgo.string.hdr."OrganizationalUnit"type.[]string0go.string.hdr."Locality"type.[]string0go.string.hdr."Province"type.[]string:go.string.hdr."StreetAddress"type.[]string4go.string.hdr."PostalCode"type.[]string8go.string.hdr."SerialNumber"type.string4go.string.hdr."CommonName"type.string*go.string.hdr."Names">type.[]"".AttributeTypeAndValue4go.string.hdr."ExtraNames">type.[]"".AttributeTypeAndValue`type."".Name(go.string.hdr."Name""go.importpath."". type."".Name :go.string.hdr."ToRDNSequence" 4type.func() "".RDNSequence Btype.func("".Name) "".RDNSequence 0"".(*Name).ToRDNSequence *"".Name.ToRDNSequence 4go.string.hdr."appendRDNs" "go.importpath."". 458 type.func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence 459 type.func("".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence 460 *"".(*Name).appendRDNs 461 $"".Name.appendRDNs4go.string.hdr."*pkix.Name" 462 ,go.string."*pkix.Name",go.string."*pkix.Name" *pkix.Namefgo.string.hdr."func(*pkix.Name, *pkix.RDNSequence)" #^go.string."func(*pkix.Name, *pkix.RDNSequence)"^go.string."func(*pkix.Name, *pkix.RDNSequence)"PHfunc(*pkix.Name, *pkix.RDNSequence)Htype.func(*"".Name, *"".RDNSequence)I30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*pkix.Name, *pkix.RDNSequence)"pZgo.weak.type.*func(*"".Name, *"".RDNSequence)"runtime.zerovalueHtype.func(*"".Name, *"".RDNSequence)Htype.func(*"".Name, *"".RDNSequence)type.*"".Name(type.*"".RDNSequencego.typelink.func(*pkix.Name, *pkix.RDNSequence) func(*"".Name, *"".RDNSequence)Htype.func(*"".Name, *"".RDNSequence)bgo.string.hdr."func(*pkix.Name) pkix.RDNSequence" !Zgo.string."func(*pkix.Name) pkix.RDNSequence"Zgo.string."func(*pkix.Name) pkix.RDNSequence"PDfunc(*pkix.Name) pkix.RDNSequenceDtype.func(*"".Name) "".RDNSequence'A30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(*pkix.Name) pkix.RDNSequence"pVgo.weak.type.*func(*"".Name) "".RDNSequence"runtime.zerovalueDtype.func(*"".Name) "".RDNSequenceDtype.func(*"".Name) "".RDNSequencetype.*"".Name&type."".RDNSequencego.typelink.func(*pkix.Name) pkix.RDNSequence func(*"".Name) "".RDNSequenceDtype.func(*"".Name) "".RDNSequencego.string.hdr."func(*pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence" Tgo.string."func(*pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"go.string."func(*pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"func(*pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequencetype.func(*"".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence4}30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence"pgo.weak.type.*func(*"".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence"runtime.zerovaluetype.func(*"".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.func(*"".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.*"".Name&type."".RDNSequencetype.[]stringFtype.encoding/asn1.ObjectIdentifier&type."".RDNSequencego.typelink.func(*pkix.Name, pkix.RDNSequence, []string, asn1.ObjectIdentifier) pkix.RDNSequence func(*"".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.func(*"".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequenceFgo.string.hdr."FillFromRDNSequence" >go.string."FillFromRDNSequence">go.string."FillFromRDNSequence"0(FillFromRDNSequenceNgo.string.hdr."func(*pkix.RDNSequence)" Fgo.string."func(*pkix.RDNSequence)"Fgo.string."func(*pkix.RDNSequence)"00func(*pkix.RDNSequence)4type.func(*"".RDNSequence)Z[30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(*pkix.RDNSequence)"pFgo.weak.type.*func(*"".RDNSequence)"runtime.zerovalue4type.func(*"".RDNSequence)4type.func(*"".RDNSequence)(type.*"".RDNSequencergo.typelink.func(*pkix.RDNSequence) func(*"".RDNSequence)4type.func(*"".RDNSequence)type.*"".Namec+s600 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*pkix.Name"p,go.weak.type.**"".Name"runtime.zerovaluetype."".Name`type.*"".Nametype.*"".NameFgo.string.hdr."FillFromRDNSequence"4type.func(*"".RDNSequence)Htype.func(*"".Name, *"".RDNSequence)<"".(*Name).FillFromRDNSequence<"".(*Name).FillFromRDNSequence:go.string.hdr."ToRDNSequence"4type.func() "".RDNSequenceDtype.func(*"".Name) "".RDNSequence0"".(*Name).ToRDNSequence0"".(*Name).ToRDNSequence4go.string.hdr."appendRDNs""go.importpath."".type.func("".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequencetype.func(*"".Name, "".RDNSequence, []string, encoding/asn1.ObjectIdentifier) "".RDNSequence*"".(*Name).appendRDNs*"".(*Name).appendRDNsZgo.string.hdr."[1]pkix.AttributeTypeAndValue" Rgo.string."[1]pkix.AttributeTypeAndValue"Rgo.string."[1]pkix.AttributeTypeAndValue"@<[1]pkix.AttributeTypeAndValue@type.[1]"".AttributeTypeAndValue((_:0 runtime.algarray@"runtime.gcbits.19PZgo.string.hdr."[1]pkix.AttributeTypeAndValue"pRgo.weak.type.*[1]"".AttributeTypeAndValue"runtime.zerovalue:type."".AttributeTypeAndValue>type.[]"".AttributeTypeAndValuego.typelink.[1]pkix.AttributeTypeAndValue [1]"".AttributeTypeAndValue@type.[1]"".AttributeTypeAndValueTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocalsa8eabfc4a4514ed6b3b0c61e9680e440Tgclocals3bb21ca8fe1d99a3e492463bd711418a0type..hashfunc.[1]string(type..hash.[1]string,type..eqfunc.[1]string$type..eq.[1]string&type..alg.[1]string 0type..hashfunc.[1]string,type..eqfunc.[1]string2go.string.hdr."[1]string" *go.string."[1]string"*go.string."[1]string" [1]stringtype.[1]stringb 0&type..alg.[1]string@"runtime.gcbits.01P2go.string.hdr."[1]string"p.go.weak.type.*[1]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[1]string [1]stringtype.[1]string4go.string.hdr."*[1]string" 463 ,go.string."*[1]string",go.string."*[1]string" *[1]stringtype.*[1]stringl.!60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[1]string"p0go.weak.type.**[1]string"runtime.zerovaluetype.[1]string\go.string.hdr."*[1]pkix.AttributeTypeAndValue" Tgo.string."*[1]pkix.AttributeTypeAndValue"Tgo.string."*[1]pkix.AttributeTypeAndValue"@>*[1]pkix.AttributeTypeAndValueBtype.*[1]"".AttributeTypeAndValue8B60 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."*[1]pkix.AttributeTypeAndValue"pTgo.weak.type.**[1]"".AttributeTypeAndValue"runtime.zerovalue@type.[1]"".AttributeTypeAndValueRgo.string.hdr."*pkix.AlgorithmIdentifier" Jgo.string."*pkix.AlgorithmIdentifier"Jgo.string."*pkix.AlgorithmIdentifier"@4*pkix.AlgorithmIdentifier8type.*"".AlgorithmIdentifier9_60 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."*pkix.AlgorithmIdentifier"pJgo.weak.type.**"".AlgorithmIdentifier"runtime.zerovalue6type."".AlgorithmIdentifier&runtime.gcbits.4102APgo.string.hdr."pkix.AlgorithmIdentifier" Hgo.string."pkix.AlgorithmIdentifier"Hgo.string."pkix.AlgorithmIdentifier"@2pkix.AlgorithmIdentifier2go.string.hdr."Algorithm" *go.string."Algorithm"*go.string."Algorithm" Algorithm4go.string.hdr."Parameters" 467 ,go.string."Parameters",go.string."Parameters" ParametersBgo.string.hdr."asn1:\"optional\"" :go.string."asn1:\"optional\"":go.string."asn1:\"optional\"" asn1:"optional"Fgo.string.hdr."AlgorithmIdentifier" >go.string."AlgorithmIdentifier">go.string."AlgorithmIdentifier"0(AlgorithmIdentifier6type."".AlgorithmIdentifier`PS10 runtime.algarray@&runtime.gcbits.4102PPgo.string.hdr."pkix.AlgorithmIdentifier"p8type.*"".AlgorithmIdentifier"runtime.zerovalue6type."".AlgorithmIdentifier2go.string.hdr."Algorithm"Ftype.encoding/asn1.ObjectIdentifier4go.string.hdr."Parameters"6type.encoding/asn1.RawValueBgo.string.hdr."asn1:\"optional\""`6type."".AlgorithmIdentifierFgo.string.hdr."AlgorithmIdentifier""go.importpath."".6type."".AlgorithmIdentifier.go.string.hdr."[]uint8" &go.string."[]uint8"&go.string."[]uint8"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8 []uint8type.[]uint8>go.string.hdr."*pkix.Extension" 6go.string."*pkix.Extension"6go.string."*pkix.Extension" *pkix.Extension$type.*"".Extension}o60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*pkix.Extension"p6go.weak.type.**"".Extension"runtime.zerovalue"type."".Extension"runtime.gcbits.11<go.string.hdr."pkix.Extension" 4go.string."pkix.Extension"4go.string."pkix.Extension" pkix.Extension$go.string.hdr."Id" go.string."Id"go.string."Id"Id0go.string.hdr."Critical" (go.string."Critical"(go.string."Critical" Critical2go.string.hdr."Extension" *go.string."Extension"*go.string."Extension" Extension"type."".Extension8(Vm "0 runtime.algarray@"runtime.gcbits.11P<go.string.hdr."pkix.Extension"p$type.*"".Extension"runtime.zerovalue"type."".Extension$go.string.hdr."Id"Ftype.encoding/asn1.ObjectIdentifier0go.string.hdr."Critical"type.boolBgo.string.hdr."asn1:\"optional\""*go.string.hdr."Value"type.[]uint8`"type."".Extension2go.string.hdr."Extension""go.importpath.""."type."".Extension@go.string.hdr."[]pkix.Extension" 8go.string."[]pkix.Extension"8go.string."[]pkix.Extension"0"[]pkix.Extension&type.[]"".Extension 470 0 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."[]pkix.Extension"p8go.weak.type.*[]"".Extension"runtime.zerovalue"type."".ExtensionVgo.typelink.[]pkix.Extension []"".Extension&type.[]"".ExtensionPgo.string.hdr."*pkix.RevokedCertificate" Hgo.string."*pkix.RevokedCertificate"Hgo.string."*pkix.RevokedCertificate"@2*pkix.RevokedCertificate6type.*"".RevokedCertificate!60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*pkix.RevokedCertificate"pHgo.weak.type.**"".RevokedCertificate"runtime.zerovalue4type."".RevokedCertificateNgo.string.hdr."pkix.RevokedCertificate" Fgo.string."pkix.RevokedCertificate"Fgo.string."pkix.RevokedCertificate"00pkix.RevokedCertificate<go.string.hdr."RevocationTime" 4go.string."RevocationTime"4go.string."RevocationTime" RevocationTime4go.string.hdr."Extensions" 473 ,go.string."Extensions",go.string."Extensions" ExtensionsDgo.string.hdr."RevokedCertificate" <go.string."RevokedCertificate"<go.string."RevokedCertificate"0&RevokedCertificate4type."".RevokedCertificate8(z+ "0 runtime.algarray@"runtime.gcbits.19PNgo.string.hdr."pkix.RevokedCertificate"p6type.*"".RevokedCertificate"runtime.zerovalue4type."".RevokedCertificate8go.string.hdr."SerialNumber"$type.*math/big.Int<go.string.hdr."RevocationTime"type.time.Time4go.string.hdr."Extensions"&type.[]"".ExtensionBgo.string.hdr."asn1:\"optional\""`4type."".RevokedCertificateDgo.string.hdr."RevokedCertificate""go.importpath."".4type."".RevokedCertificateRgo.string.hdr."[]pkix.RevokedCertificate" Jgo.string."[]pkix.RevokedCertificate"Jgo.string."[]pkix.RevokedCertificate"@4[]pkix.RevokedCertificate8type.[]"".RevokedCertificatev#0 runtime.algarray@"runtime.gcbits.01PRgo.string.hdr."[]pkix.RevokedCertificate"pJgo.weak.type.*[]"".RevokedCertificate"runtime.zerovalue4type."".RevokedCertificatezgo.typelink.[]pkix.RevokedCertificate []"".RevokedCertificate8type.[]"".RevokedCertificatePgo.string.hdr."*pkix.TBSCertificateList" Hgo.string."*pkix.TBSCertificateList"Hgo.string."*pkix.TBSCertificateList"@2*pkix.TBSCertificateList6type.*"".TBSCertificateList_:60 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."*pkix.TBSCertificateList"pHgo.weak.type.**"".TBSCertificateList"runtime.zerovalue4type."".TBSCertificateList.runtime.gcbits.11242113$!Ngo.string.hdr."pkix.TBSCertificateList" Fgo.string."pkix.TBSCertificateList"Fgo.string."pkix.TBSCertificateList"00pkix.TBSCertificateList&go.string.hdr."Raw" go.string."Raw"go.string."Raw"Raw.go.string.hdr."Version" &go.string."Version"&go.string."Version"VersionVgo.string.hdr."asn1:\"optional,default:1\"" Ngo.string."asn1:\"optional,default:1\""Ngo.string."asn1:\"optional,default:1\""@4asn1:"optional,default:1"2go.string.hdr."Signature" *go.string."Signature"*go.string."Signature" Signature,go.string.hdr."Issuer" $go.string."Issuer"$go.string."Issuer"Issuer4go.string.hdr."ThisUpdate" 476 ,go.string."ThisUpdate",go.string."ThisUpdate" ThisUpdate4go.string.hdr."NextUpdate" 477 ,go.string."NextUpdate",go.string."NextUpdate" NextUpdateFgo.string.hdr."RevokedCertificates" >go.string."RevokedCertificates">go.string."RevokedCertificates"0(RevokedCertificates`go.string.hdr."asn1:\"tag:0,optional,explicit\"" Xgo.string."asn1:\"tag:0,optional,explicit\""Xgo.string."asn1:\"tag:0,optional,explicit\""@>asn1:"tag:0,optional,explicit"Dgo.string.hdr."TBSCertificateList" <go.string."TBSCertificateList"<go.string."TBSCertificateList"0&TBSCertificateList4type."".TBSCertificateList <0 runtime.algarray@.runtime.gcbits.11242113PNgo.string.hdr."pkix.TBSCertificateList"p6type.*"".TBSCertificateList"runtime.zerovalue4type."".TBSCertificateList&go.string.hdr."Raw":type.encoding/asn1.RawContent.go.string.hdr."Version"type.intVgo.string.hdr."asn1:\"optional,default:1\""2go.string.hdr."Signature"6type."".AlgorithmIdentifier,go.string.hdr."Issuer"&type."".RDNSequence4go.string.hdr."ThisUpdate"type.time.Time4go.string.hdr."NextUpdate"type.time.TimeBgo.string.hdr."asn1:\"optional\""Fgo.string.hdr."RevokedCertificates"8type.[]"".RevokedCertificateBgo.string.hdr."asn1:\"optional\""4go.string.hdr."Extensions"&type.[]"".Extension`go.string.hdr."asn1:\"tag:0,optional,explicit\""`4type."".TBSCertificateListDgo.string.hdr."TBSCertificateList""go.importpath."".4type."".TBSCertificateList6runtime.gcbits.112421932009$! Hgo.string.hdr."pkix.CertificateList" @go.string."pkix.CertificateList"@go.string."pkix.CertificateList"0*pkix.CertificateList6go.string.hdr."TBSCertList" .go.string."TBSCertList".go.string."TBSCertList" TBSCertListDgo.string.hdr."SignatureAlgorithm" <go.string."SignatureAlgorithm"<go.string."SignatureAlgorithm"0&SignatureAlgorithm<go.string.hdr."SignatureValue" 4go.string."SignatureValue"4go.string."SignatureValue" SignatureValue>go.string.hdr."CertificateList" 6go.string."CertificateList"6go.string."CertificateList" CertificateList.type."".CertificateListx`pX 0 runtime.algarray@6runtime.gcbits.112421932009PHgo.string.hdr."pkix.CertificateList"p0type.*"".CertificateList"runtime.zerovalue.type."".CertificateList6go.string.hdr."TBSCertList"4type."".TBSCertificateListDgo.string.hdr."SignatureAlgorithm"6type."".AlgorithmIdentifier<go.string.hdr."SignatureValue"8type.encoding/asn1.BitString`.type."".CertificateList>go.string.hdr."CertificateList""go.importpath.""..type."".CertificateListJgo.string.hdr."*pkix.CertificateList" Bgo.string."*pkix.CertificateList"Bgo.string."*pkix.CertificateList"0,*pkix.CertificateListvgo.string.hdr."func(*pkix.CertificateList, time.Time) bool" +ngo.string."func(*pkix.CertificateList, time.Time) bool"ngo.string."func(*pkix.CertificateList, time.Time) bool"`Xfunc(*pkix.CertificateList, time.Time) bool\type.func(*"".CertificateList, time.Time) boolJn,30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*pkix.CertificateList, time.Time) bool"pngo.weak.type.*func(*"".CertificateList, time.Time) bool"runtime.zerovalue\type.func(*"".CertificateList, time.Time) bool\type.func(*"".CertificateList, time.Time) bool0type.*"".CertificateListtype.time.Timetype.boolgo.typelink.func(*pkix.CertificateList, time.Time) bool func(*"".CertificateList, time.Time) bool\type.func(*"".CertificateList, time.Time) bool4go.string.hdr."HasExpired" 481 ,go.string."HasExpired",go.string."HasExpired" HasExpiredHgo.string.hdr."func(time.Time) bool" @go.string."func(time.Time) bool"@go.string."func(time.Time) bool"0*func(time.Time) bool2type.func(time.Time) booldv/30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."func(time.Time) bool"pDgo.weak.type.*func(time.Time) bool"runtime.zerovalue2type.func(time.Time) bool2type.func(time.Time) booltype.time.Timetype.booljgo.typelink.func(time.Time) bool func(time.Time) bool2type.func(time.Time) bool0type.*"".CertificateListD60 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*pkix.CertificateList"pBgo.weak.type.**"".CertificateList"runtime.zerovalue.type."".CertificateList`0type.*"".CertificateList0type.*"".CertificateList4go.string.hdr."HasExpired"2type.func(time.Time) bool\type.func(*"".CertificateList, time.Time) bool@"".(*CertificateList).HasExpired@"".(*CertificateList).HasExpired*go.string.hdr."[]int" "go.string."[]int""go.string."[]int"[]inttype.[]intf0 runtime.algarray@"runtime.gcbits.01P*go.string.hdr."[]int"p&go.weak.type.*[]int"runtime.zerovaluetype.int.go.typelink.[]int []inttype.[]int type..hashfunc32 ,runtime.memhash_varlentype..eqfunc32 .runtime.memequal_varlentype..alg32 type..hashfunc32type..eqfunc32runtime.gcbits.,go.string.hdr."[4]int" $go.string."[4]int"$go.string."[4]int"[4]inttype.[4]int jW0type..alg32@runtime.gcbits.P,go.string.hdr."[4]int"p(go.weak.type.*[4]int"runtime.zerovaluetype.inttype.[]int2go.typelink.[4]int [4]inttype.[4]int\go.string.hdr."[][]pkix.AttributeTypeAndValue" Tgo.string."[][]pkix.AttributeTypeAndValue"Tgo.string."[][]pkix.AttributeTypeAndValue"@>[][]pkix.AttributeTypeAndValueBtype.[][]"".AttributeTypeAndValue0 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."[][]pkix.AttributeTypeAndValue"pTgo.weak.type.*[][]"".AttributeTypeAndValue"runtime.zerovalue>type.[]"".AttributeTypeAndValuego.typelink.[][]pkix.AttributeTypeAndValue [][]"".AttributeTypeAndValueBtype.[][]"".AttributeTypeAndValue\go.string.hdr."*pkix.AttributeTypeAndValueSET" Tgo.string."*pkix.AttributeTypeAndValueSET"Tgo.string."*pkix.AttributeTypeAndValueSET"@>*pkix.AttributeTypeAndValueSETBtype.*"".AttributeTypeAndValueSETN60 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."*pkix.AttributeTypeAndValueSET"pTgo.weak.type.**"".AttributeTypeAndValueSET"runtime.zerovalue@type."".AttributeTypeAndValueSET"runtime.gcbits.09 Zgo.string.hdr."pkix.AttributeTypeAndValueSET" Rgo.string."pkix.AttributeTypeAndValueSET"Rgo.string."pkix.AttributeTypeAndValueSET"@<pkix.AttributeTypeAndValueSET8go.string.hdr."asn1:\"set\"" 486 0go.string."asn1:\"set\""0go.string."asn1:\"set\"" asn1:"set"Pgo.string.hdr."AttributeTypeAndValueSET" Hgo.string."AttributeTypeAndValueSET"Hgo.string."AttributeTypeAndValueSET"@2AttributeTypeAndValueSET@type."".AttributeTypeAndValueSET0 .0 runtime.algarray@"runtime.gcbits.09PZgo.string.hdr."pkix.AttributeTypeAndValueSET"pBtype.*"".AttributeTypeAndValueSET"runtime.zerovalue@type."".AttributeTypeAndValueSET(go.string.hdr."Type"Ftype.encoding/asn1.ObjectIdentifier*go.string.hdr."Value"Btype.[][]"".AttributeTypeAndValue8go.string.hdr."asn1:\"set\""`@type."".AttributeTypeAndValueSETPgo.string.hdr."AttributeTypeAndValueSET""go.importpath."".@type."".AttributeTypeAndValueSET.go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime":go.string.hdr."encoding/asn1" 2go.string."encoding/asn1"2go.string."encoding/asn1" encoding/asn18go.importpath.encoding/asn1. 2go.string."encoding/asn1"0go.string.hdr."math/big" (go.string."math/big"(go.string."math/big" math/big.go.importpath.math/big. (go.string."math/big"(go.string.hdr."time" go.string."time" go.string."time" 489 time&go.importpath.time. go.string."time"0"".(*Name).appendRDNsf*"".(*Name).appendRDNs6"".(*Name).ToRDNSequencef0"".(*Name).ToRDNSequence.type..hash.[1]stringf(type..hash.[1]string*type..eq.[1]stringf$type..eq.[1]string"runtime.zerovaluego13ld