1 !<arch> 2 __.PKGDEF 0 0 0 644 17614 ` 3 go object linux amd64 go1.5.1 X:none 4 build id "bb752e7b55a6ebeb7545432dabf16bda7ff76236" 5 6 $$ 7 package rand 8 import runtime "runtime" 9 import os "os" 10 import io "io" 11 import errors "errors" 12 import sync "sync" 13 import syscall "syscall" 14 import time "time" 15 import unix "internal/syscall/unix" 16 import bufio "bufio" 17 import aes "crypto/aes" 18 import cipher "crypto/cipher" 19 import big "math/big" 20 type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) } 21 var @"".Reader @"io".Reader 22 func @"".Read (@"".b3 []byte) (@"".n1 int, @"".err2 error) 23 type @"math/big".Word uintptr 24 type @"math/big".divisor struct { @"math/big".bbb @"math/big".nat; @"math/big".nbits int; @"math/big".ndigits int } 25 import rand "math/rand" // indirect 26 type @"math/rand".Source interface { Int63() (? int64); Seed(@"math/rand".seed int64) } 27 type @"math/rand".Rand struct { @"math/rand".src @"math/rand".Source } 28 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") ExpFloat64 () (? float64) 29 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Float32 () (? float32) 30 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Float64 () (? float64) 31 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int () (? int) 32 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int31 () (? int32) 33 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int31n (@"math/rand".n3 int32) (? int32) 34 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int63 () (? int64) 35 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Int63n (@"math/rand".n3 int64) (? int64) 36 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Intn (@"math/rand".n3 int) (? int) 37 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") NormFloat64 () (? float64) 38 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Perm (@"math/rand".n3 int) (? []int) 39 func (@"math/rand".r1 *@"math/rand".Rand "esc:0x9") Seed (@"math/rand".seed2 int64) 40 func (@"math/rand".r2 *@"math/rand".Rand "esc:0x9") Uint32 () (? uint32) 41 type @"io".ByteScanner interface { ReadByte() (@"io".c byte, @"io".err error); UnreadByte() (? error) } 42 type @"math/big".nat []@"math/big".Word 43 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) 44 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) 45 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) 46 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)) } 47 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".bitLen () (? int) 48 func (@"math/big".z2 @"math/big".nat "esc:0x1") @"math/big".bytes (@"math/big".buf3 []byte "esc:0x1") (@"math/big".i1 int) 49 func (@"math/big".z1 @"math/big".nat "esc:0x1") @"math/big".clear () 50 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".cmp (@"math/big".y3 @"math/big".nat "esc:0x1") (@"math/big".r1 int) 51 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") 52 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".decimalString () (? string) 53 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) 54 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) 55 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) 56 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) 57 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) 58 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) 59 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) 60 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".hexString () (? string) 61 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".make (@"math/big".n3 int) (? @"math/big".nat) 62 func (@"math/big".x2 @"math/big".nat) @"math/big".modW (@"math/big".d3 @"math/big".Word) (@"math/big".r1 @"math/big".Word) 63 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) 64 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) 65 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) 66 func (@"math/big".z2 @"math/big".nat) @"math/big".mulRange (@"math/big".a3 uint64, @"math/big".b4 uint64) (? @"math/big".nat) 67 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".norm () (? @"math/big".nat) 68 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) 69 func (@"math/big".n2 @"math/big".nat) @"math/big".probablyPrime (@"math/big".reps3 int) (? bool) 70 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) 71 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) 72 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".set (@"math/big".x3 @"math/big".nat "esc:0x9") (? @"math/big".nat) 73 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) 74 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setBytes (@"math/big".buf3 []byte "esc:0x1") (? @"math/big".nat) 75 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setUint64 (@"math/big".x3 uint64) (? @"math/big".nat) 76 func (@"math/big".z2 @"math/big".nat "esc:0x12") @"math/big".setWord (@"math/big".x3 @"math/big".Word) (? @"math/big".nat) 77 func (@"math/big".z2 @"math/big".nat) @"math/big".shl (@"math/big".x3 @"math/big".nat, @"math/big".s4 uint) (? @"math/big".nat) 78 func (@"math/big".z2 @"math/big".nat) @"math/big".shr (@"math/big".x3 @"math/big".nat, @"math/big".s4 uint) (? @"math/big".nat) 79 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".sticky (@"math/big".i3 uint) (? uint) 80 func (@"math/big".x2 @"math/big".nat "esc:0x9") @"math/big".string (@"math/big".charset3 string "esc:0x1") (? string) 81 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) 82 func (@"math/big".x2 @"math/big".nat "esc:0x1") @"math/big".trailingZeroBits () (? uint) 83 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) 84 import fmt "fmt" // indirect 85 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) } 86 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) } 87 type @"math/big".Int struct { @"math/big".neg bool; @"math/big".abs @"math/big".nat } 88 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Abs (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 89 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) 90 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) 91 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) 92 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Binomial (@"math/big".n3 int64, @"math/big".k4 int64) (? *@"math/big".Int) 93 func (@"math/big".x2 *@"math/big".Int "esc:0x9") Bit (@"math/big".i3 int) (? uint) 94 func (@"math/big".x2 *@"math/big".Int "esc:0x1") BitLen () (? int) 95 func (@"math/big".x2 *@"math/big".Int "esc:0x22") Bits () (? []@"math/big".Word) { return @"math/big".x2.@"math/big".abs } 96 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Bytes () (? []byte) 97 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Cmp (@"math/big".y3 *@"math/big".Int "esc:0x1") (@"math/big".r1 int) 98 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) 99 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) 100 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) 101 func (@"math/big".x1 *@"math/big".Int "esc:0x9") Format (@"math/big".s2 @"fmt".State, @"math/big".ch3 rune) 102 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) 103 func (@"math/big".z2 *@"math/big".Int "esc:0x9") GobDecode (@"math/big".buf3 []byte "esc:0x1") (? error) 104 func (@"math/big".x3 *@"math/big".Int "esc:0x1") GobEncode () (? []byte, ? error) 105 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 } 106 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) 107 func (@"math/big".z3 *@"math/big".Int "esc:0x9") MarshalJSON () (? []byte, ? error) 108 func (@"math/big".z3 *@"math/big".Int "esc:0x9") MarshalText () (@"math/big".text1 []byte, @"math/big".err2 error) 109 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) 110 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) 111 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) 112 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) 113 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") MulRange (@"math/big".a3 int64, @"math/big".b4 int64) (? *@"math/big".Int) 114 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Neg (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 115 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Not (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 116 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) 117 func (@"math/big".x2 *@"math/big".Int "esc:0x9") ProbablyPrime (@"math/big".n3 int) (? bool) 118 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) 119 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) 120 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) 121 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) 122 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) 123 func (@"math/big".z2 *@"math/big".Int "esc:0x9") Scan (@"math/big".s3 @"fmt".ScanState, @"math/big".ch4 rune) (? error) 124 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") Set (@"math/big".x3 *@"math/big".Int "esc:0x9") (? *@"math/big".Int) 125 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) 126 func (@"math/big".z2 *@"math/big".Int "esc:0x12") SetBits (@"math/big".abs3 []@"math/big".Word) (? *@"math/big".Int) 127 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetBytes (@"math/big".buf3 []byte "esc:0x1") (? *@"math/big".Int) 128 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetInt64 (@"math/big".x3 int64) (? *@"math/big".Int) 129 func (@"math/big".z3 *@"math/big".Int "esc:0x1a") SetString (@"math/big".s4 string, @"math/big".base5 int) (? *@"math/big".Int, ? bool) 130 func (@"math/big".z2 *@"math/big".Int "esc:0x1a") SetUint64 (@"math/big".x3 uint64) (? *@"math/big".Int) 131 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 } 132 func (@"math/big".x2 *@"math/big".Int "esc:0x9") String () (? string) 133 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) 134 func (@"math/big".x2 *@"math/big".Int "esc:0x1") Uint64 () (? uint64) { return @"math/big".low64(@"math/big".x2.@"math/big".abs) } 135 func (@"math/big".z2 *@"math/big".Int "esc:0x9") UnmarshalJSON (@"math/big".text3 []byte) (? error) 136 func (@"math/big".z2 *@"math/big".Int "esc:0x9") UnmarshalText (@"math/big".text3 []byte) (? error) 137 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) 138 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) 139 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) 140 func @"".Prime (@"".rand3 @"io".Reader, @"".bits4 int) (@"".p1 *@"math/big".Int, @"".err2 error) 141 func @"".Int (@"".rand3 @"io".Reader, @"".max4 *@"math/big".Int "esc:0x1") (@"".n1 *@"math/big".Int, @"".err2 error) 142 func @"".init () 143 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 } 144 145 $$ 146 _go_.o 0 0 0 644 60565 ` 147 go object linux amd64 go1.5.1 X:none 148 149 ! 150 go13ldos.asyscall.aio.a.internal/syscall/unix.async.abufio.acrypto/aes.acrypto/cipher.aruntime.atime.aerrors.amath/big.a"".init.1dH%H;avZHH\$H$HH$H=uHHH-H,$H\$ 154 : 155 *runtime.racefuncenterH"".isEAGAINZ 156 "runtime.racewriteh$"".unixIsEAGAINft6runtime.writeBarrierEnabled"".isEAGAIN 157 (runtime.racefuncexit"".isEAGAIN 158 .runtime.writebarrierptr 159 0runtime.morestack_noctxt > p: 160 TTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/linux-x86/src/crypto/rand/eagain.go"".unixIsEAGAINdH%H;aH@H\$@H$HD$8HH$H\$HH\$H\$PH\$H\$8H\$\$ HL$8tvHL$0H$H$ HH$Ht$0Ht\H^ H|$HHHKHOH\$(H\$\$ HH\$(tHuD$XH@D$XH@ 165 B 166 *runtime.racefuncenterb$type.*os.PathError 167 $runtime.assertI2T2 168 runtime.raceread$type.syscall.Errno 169 $runtime.assertI2T2 170 (runtime.racefuncexit 171 (runtime.racefuncexit 172 0runtime.morestack_noctxt0 173 "".autotmp_0001/$type.syscall.Errno"".autotmp_0000$type.*os.PathError 174 "".pe$type.*os.PathError"".~r1 type.bool"".errtype.error"** Fg 7"<KTgclocals9c91d8a91ac42440a3d1507bc8d2e808Tgclocals008e235a1392cc90d1ed9ad2f7e76d87`prebuilts/go/linux-x86/src/crypto/rand/eagain.go"".ReaddH%H;aHPH\$PH$11H\$xH$HH$HH$HH\$H\$XH\$H\$`H\$H\$hH\$ HD$(HT$0HL$8HD$pHT$@HT$xHL$HH$HPA 180 B 181 *runtime.racefuncenterr"".Reader 182 runtime.raceread"".Reader"".Reader 183 io.ReadFull 184 (runtime.racefuncexit 185 0runtime.morestack_noctxt`"".autotmp_0003type.error"".err@type.error"".n0type.int"".btype.[]uint8, Tgclocals385909f76d6de739e72f24698b953b71Tgclocalsc55cf99de9cdd8c8202a466952fa1a45\prebuilts/go/linux-x86/src/crypto/rand/rand.go"".init.2dH%H;avZHH\$H$HH$H=uHHH-H,$H\$ 190 : 191 *runtime.racefuncenterH"".altGetRandomZ 192 "runtime.racewriteh("".getRandomLinuxft6runtime.writeBarrierEnabled"".altGetRandom 193 (runtime.racefuncexit"".altGetRandom 194 .runtime.writebarrierptr 195 0runtime.morestack_noctxt > p: 196 TTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbhprebuilts/go/linux-x86/src/crypto/rand/rand_linux.go"".pickStrategydH%H;aHpH\$pH$1D$?HD$?HHHHD$XH$HT$`HT$HL$hHL$HD$HT$ HL$(HD$0HT$@HL$HHD$PHH$H\$@HuH\$HHHpd 198 B 199 *runtime.racefuncenter 200 >internal/syscall/unix.GetRandom"".useSyscall 201 "runtime.racewrite"".useSyscall 202 (runtime.racefuncexit"".useSyscall 203 0runtime.morestack_noctxt"".autotmp_0006/type.[]uint8"".errOtype.error"".n_type.int"".bufatype.[1]uint8&,f0 206 | $Tgclocals69c1753bd5f81501d95132d08af04464Tgclocalse62cf9b968bd495b0f6a29a94dd7f199hprebuilts/go/linux-x86/src/crypto/rand/rand_linux.go""".getRandomLinuxdH%H;aHHH\$HH$HH$HH\$HH$=uD$hHHH\$PH$H\$XH\$H\$`H\$HD$HD$ HT$(HL$0HT$8HL$@HL$XH9uHD$hHHD$h% 208 B 209 *runtime.racefuncenterP"".oncef$"".pickStrategyfz 210 sync.(*Once).Do"".useSyscall 211 runtime.raceread"".useSyscall 212 (runtime.racefuncexit 213 >internal/syscall/unix.GetRandom 214 (runtime.racefuncexit 215 0runtime.morestack_noctxt@"".autotmp_0011type.int"".errtype.error 217 "".ok0type.bool"".ptype.[]uint8$Q`.B%D 220 Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals23e8278e2b69a3a75fa59b23c49ed6adhprebuilts/go/linux-x86/src/crypto/rand/rand_linux.go"".init.3dH%H;a%H@H\$@H$HH$HD$HD$(H$HD$(HD$(1H(HhHhHhh h$H$HD$(H-H(H@HD$(HHD$ 1H9t\HH$HL$(HD$ HD$0HHL$8=uH H@H-H,$HL$HH$HH\$HH\$H\$H\$ m* 226 B 227 *runtime.racefuncenterP"type."".devReaderb 228 "runtime.newobject 229 ,runtime.racewriterange 230 "runtime.racewrite0go.string."/dev/urandom">go.itab.*"".devReader.io.Reader"".Reader 231 "runtime.racewrite"".Reader6runtime.writeBarrierEnabled"".Reader 232 (runtime.racefuncexit"".Reader 233 .runtime.writebarrierptr$type.*"".devReadertype.io.Reader>go.itab.*"".devReader.io.Reader 234 runtime.typ2Itab 235 0runtime.morestack_noctxt"".autotmp_0021type.*uint8"".autotmp_0020$type.*"".devReader"".autotmp_0018type.io.Reader"".autotmp_0016?type.*uint8"".autotmp_0014$type.*"".devReader"".autotmp_0012/$type.*"".devReaderf:N ,d0D,Tgclocals7d2d5fca80364273fb07d5820a76fef4Tgclocals0b54e40361ced91ab254ee60980e804afprebuilts/go/linux-x86/src/crypto/rand/rand_unix.go("".(*devReader).ReaddH%H$H;AHhH$hH$H$1H$H$1H$H$H$HH$H1H9H$pH$H$pH4HH$HCH$HH$HD$H-Hl$HD$\$ HH$H$xH$H$H\$H$H\$HH\$t5H$H$1H$H$HhH$pH$H<$>H$ H$pH\$H|$HD$ $HHD$H$pH$H$H$pHjH%H$H$pHH$HNHL$HL$Ht$HT$ H$H$1H9u/H$H$H$HhHL$p1H$H$H1H9HL$pH$H$H$H$HH$HH\$HH\$H$H\$HD$ HL$(HT$0H$H$H$H$HD$8HD$hHH$H$HL$H$HT$H\$hH\$\$ HL$hHL$HH$HL$HHYHl$8H9HHD$`HHD$X1H97H$pH$H$H$pHL$`HD$XHH$HBH$=HJH$H$H$pHHCHkH$xH\$H$H\$H$H\$H$H,$H$HX HL$ Hl$(HT$0H$H$H$H$H$HhfLBL$HL$H$p'HH$HH\$HH\$H\$H\$XH\$8H} HD$8HH$HL$8HD$HD$@HD$PHH$HL$HL$LD$Ht$ Hl$(H$H$H$1HL$L$H$H$H$H$ HT$xH$(H$H$0H$XH$`H\$PH$HD$XH\$PHt,H$H\$Hl$H-H,$HD$@?HH$HH\$HH\$HD$Hh%%r 244 ^ 245 *runtime.racefuncenter"".altGetRandom 246 runtime.raceread"".altGetRandom 247 runtime.raceread0go.string."/dev/urandom" 248 runtime.eqstring"".altGetRandom 249 runtime.raceread"".altGetRandom 250 &runtime.deferreturn 251 (runtime.racefuncexit 252 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf 253 "runtime.deferproc 254 runtime.raceread 255 runtime.raceread 256 os.Open 257 &runtime.deferreturn 258 259 (runtime.racefuncexit 260 4go.itab.*os.File.io.Reader.type."".hideAgainReadertype.io.ReaderHgo.itab."".hideAgainReader.io.Reader 265 runtime.convT2I $type.*bufio.Reader 267 $runtime.assertI2T2 268 runtime.raceread>go.itab.*bufio.Reader.io.Reader 269 "runtime.racewrite6runtime.writeBarrierEnabled 270 runtime.raceread 271 &runtime.deferreturn 272 (runtime.racefuncexit 273 .runtime.writebarrierptr$type.*bufio.Readertype.io.Reader>go.itab.*bufio.Reader.io.Reader 274 runtime.typ2Itab"type.bufio.Reader 275 "runtime.newobjecttype.[]uint8 276 "runtime.makeslice 277 runtime.duffzero 278 ,runtime.racewriterange"type.bufio.Reader 279 (runtime.typedmemmovetype.*os.Filetype.io.Reader4go.itab.*os.File.io.Reader 280 runtime.typ2Itab 281 &runtime.deferreturn 282 (runtime.racefuncexit 283 0runtime.morestack_noctxtp>"".autotmp_0048type.*uint8"".autotmp_0047$type.*bufio.Reader"".autotmp_0046type.io.Reader"".autotmp_0045type.*uint8"".autotmp_0044type.*uint8"".autotmp_0043type.string"".autotmp_0042type.error"".autotmp_0041type.int"".autotmp_0040type.error"".autotmp_0038$type.*bufio.Reader"".autotmp_0037"type.bufio.Reader"".autotmp_0035$type.*bufio.Reader"".autotmp_0034type.int"".autotmp_0033$type.*bufio.Reader"".autotmp_0032.type."".hideAgainReader"".autotmp_0031type.*os.File"".autotmp_0030type.*os.File"".autotmp_0028type.*os.Filebufio.r3type.io.Readerbufio.buf2type.[]uint8bufio.b1$type.*bufio.Readerbufio.r6$type.*bufio.Readerbufio.b4$type.*bufio.Readerbufio.size3type.intbufio.rd2type.io.Readerbufio.rd2type.io.Reader"".errtype.error"".errPtype.error"".n@type.int"".btype.[]uint8"".r$type.*"".devReaderD"0r`""!<(!@,E" 286 X.Lp!LO'<3.-6 CTgclocals78cb434bec137c4b7447a538d4bc8d71Tgclocalsab0b7dd826d089f8bb8afcf70cc83916fprebuilts/go/linux-x86/src/crypto/rand/rand_unix.go."".hideAgainReader.ReaddH%H;aHHH\$HH$11H$H$HL$PHD$XH\$`H\$H\$hH\$H\$pH\$HD$@H$HL$8HY HT$ HL$(HD$0HT$xH$H$HtyHH$H1H9t[HH$H$H$H$H\$HH\$t1H$H$HH 291 B 292 *runtime.racefuncenter"".isEAGAIN 293 runtime.raceread"".isEAGAIN"".isEAGAIN 294 runtime.raceread"".isEAGAIN 295 (runtime.racefuncexit 296 0runtime.morestack_noctxt"".err`type.error"".nPtype.int"".p type.[]uint8 298 "".hr.type."".hideAgainReader$ 299 Xk Tgclocalsd2fd9951e910becfd07ba7f8ff7b525aTgclocalsc55cf99de9cdd8c8202a466952fa1a45fprebuilts/go/linux-x86/src/crypto/rand/rand_unix.go"".newReaderdH%H;aH0H\$0H$1H\$HH\$PH\$8HHH$HD$HD$(H$HD$(HD$(1H(HhHhHhh h$H$HD$(H-H(H@HD$(H1H9H\$(H\$@HD$8HH$HD$HD$ H$HD$pHL$ HH1HH$H$ H\$ Hl$8Hk Hl$@=udHk(H\$ H\$ H1H9tH\$ H\$PHD$HH0HH$HH\$HH\$HD$LC(L$Hl$LHH$HH\$HH\$HD$4 304 B 305 *runtime.racefuncenter"type."".devReader 306 "runtime.newobject 307 ,runtime.racewriterange 308 "runtime.racewrite.go.string."/dev/random">go.itab.*"".devReader.io.Readertype."".reader 309 "runtime.newobject 310 ,runtime.racewriterange 311 runtime.duffzero 312 "runtime.racewrite6runtime.writeBarrierEnabled8go.itab.*"".reader.io.Reader 313 (runtime.racefuncexittype.*"".readertype.io.Reader8go.itab.*"".reader.io.Reader 314 runtime.typ2Itab 315 .runtime.writebarrierptr$type.*"".devReadertype.io.Reader>go.itab.*"".devReader.io.Reader 316 runtime.typ2Itab 317 0runtime.morestack_noctxt@`"".autotmp_0065type.*uint8"".autotmp_0064type.*"".reader"".autotmp_0062$type.*"".devReader"".autotmp_0061type.*"".reader"".autotmp_0060$type.*"".devReader"".~r1 type.io.Reader"".entropytype.io.Reader`_`21V&O2" Grw-JTgclocalse2c4017e93a1e8c44f882a0388d816a3Tgclocalsab299d9f1f073e9dca1dfbe3a92d2f77fprebuilts/go/linux-x86/src/crypto/rand/rand_unix.go""".(*reader).Read44dH%HD$H;AHH$H$H$1H$H$1H$H$H$H$H$H<$lH$H\$H|$B$HHD$H$H$H$H 324 H$H$H$H$HXH,HH@HH$H$H$H$H$ H$HaH^ HH$HKHL$H$H\$H$H\$H$H\$ H$HT$0Ht$8Ht$hHT$`Ht>H$H$H)H$H$H$HHH 329 H`H 330 H$H$H$H,$H$ H$HP 331 H^ HH$HKHL$H$H\$H$H\$H$H\$ HT$0Ht$8Ht$hHT$`Ht>H$H$H)H$H$H$HH$H H`H HHH$H$H$HT$H$HL$H\$H\$pH\$ H\$xH\$(H$H\$0H$H$H$H$H$Hl$pHkHl$x=HkH$H$Ht$hHL$`Ht>H$H$H)H$H$H$HH$H$H$H$H@H$H$H$HhHl$XH$H$H$Hl$XHHkH$L$HD$H$H$H nHHi;Hc$HH\$@H$Hk0H,$H$Hl$@H8@h0Hh0HH,$H$Hl$@H0@h1Hh0HH,$H$Hl$@H(@h2Hh0HH,$H$Hl$@H @h3Hh0HH,$H$Hl$@H@h4Hh0HH,$H$Hl$@H@h5Hh0HH,$H$Hl$@H@h6Hh0HH,$H$Hl$@@k7HH0HzH$H$H$HHFH0H1H$H$H$H$H$H$HHKHkH$H\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0Hl$xH,$HL$pHY0H$1HHhPHL$HHRHl H,$H$Hk0H\$HH"HlH,$H$Hk@H\$HHHlH,$HL$HH$HHh0HHl ]L@@HMA(H1L@PHsMAHH$HHKHPH6H$H$H$HHPHH$H$H$H$H$H$HHKHkH$H\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0Hl$xH,$HL$pHY0H$1HHh@HL$PHHl H,$H$Hk0H\$PHHlH,$H$HkPH\$PHHlH,$HL$PH$HHh0H~Hl ]L@PH`MA(H1L@@H@MAHH$HHH@HH$H$H$HH@HH$H$H$H$H$H$HHKHkH$H\$H$H\$H$H\$H$H\$ H$H\$(H$H\$0Hl$xH,$HL$pHY0H$HHPHH$HHH$H$H\$H$H\$H$HD$H$HT$ H$HL$(HD$0H\$8H$L$H9wbL$H)I)ItMHL$L$H$HM1H$H$H u.fB3LCL$Hl$oZbELQH%%~ 353 X 354 *runtime.racefuncenter 355 $sync.(*Mutex).Lock.sync.(*Mutex).Unlockf 356 "runtime.deferproc 357 runtime.raceread 358 runtime.raceread 359 io.ReadFull 360 &runtime.deferreturn 361 (runtime.racefuncexit 362 runtime.raceread 363 364 io.ReadFull 366 &runtime.deferreturn 368 (runtime.racefuncexit 370 (crypto/aes.NewCipher 371 "runtime.racewrite6runtime.writeBarrierEnabled 372 &runtime.deferreturn 373 (runtime.racefuncexit 374 "runtime.racewrite 375 runtime.raceread 376 "runtime.racewrite 377 time.Now 378 "runtime.racewrite 379 "runtime.racewrite 380 "runtime.racewrite 381 "runtime.racewrite 382 "runtime.racewrite 383 "runtime.racewrite 384 "runtime.racewrite 385 "runtime.racewrite 386 runtime.raceread 387 "runtime.racewrite 388 runtime.raceread 389 runtime.raceread! 390 runtime.raceread#$ 391 "runtime.racewrite$ 392 runtime.raceread% 393 runtime.raceread( 394 runtime.raceread*, 395 "runtime.slicecopy. 396 &runtime.deferreturn. 397 (runtime.racefuncexit. 398 $runtime.panicslice/ 399 $runtime.panicindex/ 400 $runtime.panicindex/ 401 $runtime.panicindex0 402 $runtime.panicindex0 403 $runtime.panicindex0 404 $runtime.panicindex0 405 $runtime.panicindex1 406 $runtime.panicindex1 407 $runtime.panicindex1 408 $runtime.panicindex1 409 $runtime.panicindex1 410 $runtime.panicindex2 411 .runtime.writebarrierptr3 412 &runtime.deferreturn3 413 (runtime.racefuncexit3 414 0runtime.morestack_noctxtpD"".autotmp_0094type.int"".autotmp_0093type.int"".autotmp_0092type.int"".autotmp_0091type.int"".autotmp_0090type.[]uint8"".autotmp_0089type.[]uint8"".autotmp_0088type.[]uint8"".autotmp_0087type.int"".autotmp_0086type.[]uint8"".autotmp_0085type.[]uint8"".autotmp_0084type.int"".autotmp_0083_type.[]uint8"".autotmp_0082type.[]uint8"".autotmp_0080type.int"".autotmp_0079type.int"".autotmp_0078type.error"".autotmp_00770type.crypto/cipher.Block"".autotmp_0076type.[]uint8"".autotmp_0075type.int"".autotmp_0074type.error"".autotmp_0073type.[]uint8"".autotmp_0072type.int"".autotmp_0071type.error"".autotmp_0070/type.[]uint8"".autotmp_0069type.inttime.t2type.time.Time"".itype.int"".itype.int 415 "".nstype.int64"".errtype.error"".errPtype.error"".n@type.int"".btype.[]uint8"".rtype.*"".readerR-hg<B,1VU1NM1FE&BH*%&&&&&" @W^%11-% dcl+XrURRWRJgDw$ 426 427 428 <@Tgclocals32e721457b5e2d67231e9d35dce219dbTgclocals0d454bb8b9d36bca902d5dd017a829c8fprebuilts/go/linux-x86/src/crypto/rand/rand_unix.go"".Prime##dH%H$PH;AH0H$0H$H$H11H$XH$`H$PH$HH$H$.1H$H$HH$HD$H$H$H$H$HkH$=H+H$H$H1H9tEH$H$H$H$H$XH$H$`H0HH$HH\$HH\$HD$H$Hl$[HH?HHHHH)H\$`Hu HD$`HHHH?H=HHHHH$HD$HD$HT$HL$ HD$(H$H$H$HH$H\$H$P1$H$H$ H$(H$H$H$8H$H$@H\$H$H\$H$H\$H$H\$ HD$0HL$8H$`H$XHtH$PH0H$H$H$H$H$H)@l$GHH$Ht$`H$H$HHZHHH@?HHDD$GL!@+HHH$H$H$H)@l$GHH$H$H$HHpHL$`HHHOHDD$GL @+HHHL$pH9%H 432 H$H$H$HD$pH9H+@l$GH9HH$H$H$Hl$pH9H)l$GH@+H$PH$HL$HD$H$H\$HH$H$H$H$PH\$HH\$H$HD$xH$H$H\$xHHSH$HCHkH$H$H1HD$H1H= H\$HHD$XHH\$PHH$HH HH$1H$HL$hH$HHD$pHl$hH9}oH$H$H$HD$P/@H1HHuH$HH@H9HHHD$pHHD$pHl$hH9|H\$XHv>H$H$H\$XH\$H$PH$HD$H$H\$H$PH$HD$\$t0H$PH$H\$H$HH9u H0vHD$XHmHv+H$H$H$vH<1H!H$H$H$H)@l$GHH$H$H$Hl$GH@*H%HHHH$H$H$HHv^H+@l$GHHvCHH$H$H$HHvHl$GH@+1+ 459 ^ 460 *runtime.racefuncentertgo.string."crypto/rand: prime size must be at least 2-bit".type.errors.errorString 461 "runtime.newobject 462 "runtime.racewrite6runtime.writeBarrierEnabledBgo.itab.*errors.errorString.error 463 (runtime.racefuncexit0type.*errors.errorStringtype.errorBgo.itab.*errors.errorString.error 464 runtime.typ2Itab 465 .runtime.writebarrierptrtype.[]uint8 466 "runtime.makeslice"type.math/big.Int 467 "runtime.newobject 468 469 io.ReadFull 471 (runtime.racefuncexit 473 runtime.raceread 475 "runtime.racewrite 476 runtime.raceread 477 "runtime.racewrite 478 runtime.raceread 479 "runtime.racewrite 480 0math/big.(*Int).SetBytes*"".smallPrimesProduct 481 runtime.raceread*"".smallPrimesProduct 482 &math/big.(*Int).Mod 483 runtime.raceread"".smallPrimes 484 runtime.raceread"".smallPrimes"".smallPrimes "".smallPrimes 485 runtime.raceread 486 2math/big.(*Int).SetUint64 487 &math/big.(*Int).Add 488 :math/big.(*Int).ProbablyPrime 489 ,math/big.(*Int).BitLen 490 (runtime.racefuncexit 491 runtime.raceread 492 $runtime.panicindex 493 $runtime.panicindex 494 $runtime.panicindex 495 $runtime.panicindex 496 $runtime.panicindex 497 $runtime.panicindex 498 $runtime.panicindex 499 $runtime.panicindex 500 $runtime.panicindex 501 $runtime.panicindex 502 runtime.raceread 503 "runtime.racewrite 504 runtime.raceread 505 "runtime.racewrite! 506 $runtime.panicindex! 507 $runtime.panicindex! 508 $runtime.panicindex" 509 $runtime.panicindex" 510 $runtime.panicindex" 511 $runtime.panicindex" 512 $runtime.panicindex" 513 $runtime.panicindex" 514 $runtime.panicindex" 515 $runtime.panicindex" 516 $runtime.panicindex# 517 $runtime.panicindex# 518 0runtime.morestack_noctxt`V"".autotmp_0130type.uint8"".autotmp_0129type.*uint8"".autotmp_0128type.int"".autotmp_0127type.int"".autotmp_0126type.uint64"".autotmp_0125?"type.math/big.Int"".autotmp_0124type.int"".autotmp_0123type.int"".autotmp_0122type.int"".autotmp_0121type.*uint8"".autotmp_0120type.error"".autotmp_01190type.*errors.errorString"".autotmp_0118type.int"".autotmp_0116type.uint64"".autotmp_0115type.[]uint8"".autotmp_0113type.int"".autotmp_0112type.int"".autotmp_0111type.uint8"".autotmp_0110type.int"".autotmp_0109type.int"".autotmp_0108type.uint8"".autotmp_0107type.int"".autotmp_0106type.uint8"".autotmp_0105type.uint8"".autotmp_0104type.uint8"".autotmp_0103type.error"".autotmp_0102$type.*math/big.Int"".autotmp_0100otype.[]uint8"".autotmp_00990type.*errors.errorStringmath/big.z2"type.math/big.natmath/big.x2$type.*math/big.Int"".~r0type.errorerrors.text2type.string"".mtype.uint64"".deltatype.uint64"".modtype.uint64"".bigMod$type.*math/big.Int"".bytestype.[]uint8"".btype.uint"".err@type.error"".p0$type.*math/big.Int"".bits type.int"".randtype.io.Reader8"@" 522 B ]1Wba 525 526 (:_w1#LgB?#n 530 }#-\.o0|7 531 1(tWo* bpTgclocals848dc61b27c655fd2dba264a7720a861Tgclocals6d109feac520cf76a7d7f19f57c815f2\prebuilts/go/linux-x86/src/crypto/rand/util.go"".Int dH%HD$H;A1HH$H$11H$H$H$HD$XH$H$HL$XHiH1HTHH\$`HD$h$HH$H\$`H\$HD$H\$HH$HKHL$H$H$H\$HHH?H=HHH\$HH$H$HT$HHD$HH?HHHH)H\$PHu HD$PHH$HT$HT$HT$HL$ HD$(HT$pHL$xH$HH$H\$H$H$H$H$H\$H\$pH\$H\$xH\$H$H\$ HL$0HD$8H$H$HtH$HH\$pH|$xH$HL$pHD$xH)@l$GHH$H\$pHD$xHHHL$PHH@suHHDD$GL!@+H$H$HT$HD$H$H\$H$H$H$H\$H\$H} H1H$Hl$X]tH7H+4 547 X 548 *runtime.racefuncenter 549 runtime.raceread`go.string."crypto/rand: argument to Int is <= 0"type.string 550 runtime.convT2E 551 runtime.gopanic 552 ,math/big.(*Int).BitLen 553 ,math/big.(*Int).BitLentype.[]uint8 554 "runtime.makeslice"type.math/big.Int 555 "runtime.newobject 556 io.ReadFull 557 (runtime.racefuncexit 558 runtime.raceread 559 "runtime.racewrite 560 561 0math/big.(*Int).SetBytes 563 &math/big.(*Int).Cmp 565 (runtime.racefuncexit 567 $runtime.panicindex 569 $runtime.panicindex 571 $runtime.panicindex 573 $runtime.panicindex 575 runtime.raceread 577 0runtime.morestack_noctxt`"".autotmp_0142type.int"".autotmp_0140type.int"".autotmp_0139type.uint8"".autotmp_0135type.int"".autotmp_0134type.int"".autotmp_0133Otype.stringmath/big.x2_$type.*math/big.Int"".bytes/type.[]uint8"".botype.uint"".ktype.int"".err@type.error"".n0$type.*math/big.Int"".max $type.*math/big.Int"".randtype.io.Reader(kf436T10 ;Q 582 (. +/6+/S-L1" BTgclocals3009cae41f7892c054171fe697abe8cfTgclocals158a8afba51975a616c31c11c54dc735\prebuilts/go/linux-x86/src/crypto/rand/util.go"".initdH%H;aLH H\$ H$HH$t-HH$u 584 H HH$HH$H\$H$HN0|!H\$H\$H\$HH$H\$=u7HHH$H H-H,$H\$R 586 B 587 *runtime.racefuncenterP"".initdoneb 588 runtime.racereadp"".initdone"".initdone 589 runtime.raceread"".initdone 590 (runtime.racefuncexit 591 "runtime.throwinit"".initdone 592 "runtime.racewrite"".initdone 593 os.init 594 syscall.init 595 io.init 596 4internal/syscall/unix.init 597 sync.init 598 bufio.init 599 crypto/aes.init 600 $crypto/cipher.init 601 runtime.init 602 time.init 603 math/big.init"type.math/big.Int 604 "runtime.newobject 605 2math/big.(*Int).SetUint64*"".smallPrimesProduct 606 "runtime.racewrite6runtime.writeBarrierEnabled*"".smallPrimesProduct 607 "".init.1 608 "".init.2 609 "".init.3"".initdone 610 "runtime.racewrite"".initdone 611 (runtime.racefuncexit*"".smallPrimesProduct 612 .runtime.writebarrierptr 613 0runtime.morestack_noctxt@"".autotmp_0145$type.*math/big.Int@O?@?@("\0 XTgclocals69c1753bd5f81501d95132d08af04464Tgclocals0c8aa8e80191a30eac23f1a218103f16\prebuilts/go/linux-x86/src/crypto/rand/util.go.type..hash."".devReaderdH%H;aH H\$ H$H\$(H$H<$H\$0H\$HD$H\$(H$H<$thH$HD$0HD$HD$H\$(H$H<$t6H$ HD$0HD$HD$HD$HD$0HD$8H %%%_ 615 B 616 *runtime.racefuncenter 617 runtime.strhash 618 "runtime.interhash 619 runtime.memhash 620 (runtime.racefuncexit 621 0runtime.morestack_noctxt0@ 622 "".autotmp_0148type.uintptr"".autotmp_0147type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p$type.*"".devReader@?@4 Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/linux-x86/src/crypto/rand/eagain.go*type..eq."".devReader 625 626 dH%H;ahHxH\$xH$H$H$H$H,H+Hl$hHkHl$pH$H$HT$pH$HHHL$XHCHD$`H9Hl$hH,$HT$HL$HD$\$ H$H$H$H$HfHkHl$HHkHl$PH$H$H$HT$HH$H HCHKHL$@HD$8H9H$HL$HT$Hl$PHl$\$ H$HH$H HH HL$(HD$0H$H\$(H$HD$0LD$(A(9uHH$H$H\$(H$H$Hl$0]LD$(Ah9u$Hx$HxgJ$Hx$Hx {" 630 B 631 *runtime.racefuncenterd 632 runtime.raceread 633 runtime.raceread 634 runtime.eqstring 635 runtime.raceread 636 runtime.raceread 637 runtime.ifaceeq 638 runtime.raceread 639 runtime.raceread 640 runtime.raceread 641 runtime.raceread 642 (runtime.racefuncexit 643 (runtime.racefuncexit 644 (runtime.racefuncexit 645 (runtime.racefuncexit 646 0runtime.morestack_noctxt0"".autotmp_0154 type.*sync.Mutex"".autotmp_0153 type.*sync.Mutex"".autotmp_0152type.io.Reader"".autotmp_0151_type.io.Reader"".autotmp_0150?type.string"".autotmp_0149type.string"".~r2 type.bool"".q$type.*"".devReader"".p$type.*"".devReader>#" EN^OMdTgclocals42e7756549fd1f1e78e70fcb9f08dd2bTgclocals91005afcad906005eab16cc491bb7a46`prebuilts/go/linux-x86/src/crypto/rand/eagain.go(type..hash."".readerdH%H;a H H\$ H$H\$(H$H<$H\$0H\$HD$HD$H\$(H$H<$H$HD$0HD$HD$H\$(H$H<$thH$ HD$0HD$HD$H\$(H$H<$t6H$0HD$0HD$HD$@HD$HD$0HD$8H %%%Z% 649 B 650 *runtime.racefuncenter 651 runtime.memhash 652 "runtime.interhash 653 "runtime.interhash 654 runtime.memhash 655 (runtime.racefuncexit 656 0runtime.morestack_noctxt0@"".autotmp_0158type.uintptr"".autotmp_0157type.uintptr"".autotmp_0156type.uintptr"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".reader@?@> Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/linux-x86/src/crypto/rand/eagain.go$type..eq."".reader dH%H;a6HxH\$xH$H$HH$HH\$(HD$0H$H\$(H$HD$0LD$(A(9H$H$H\$(H$H$Hl$0]LD$(Ah9nH$H$H$H$H$H$H$H$H]HhH9t$HxH$H$H$HHkHl$hHkHl$pH$H$H$HT$hH$HHCHKHL$`HD$XH9yH$HL$HT$Hl$pHl$\$ NH$H$H$ H$HHk Hl$HHk(Hl$PH$H$H$ HT$HH$HHC HK(HL$@HD$8H9H$HL$HT$Hl$PHl$\$ H$H$H<$teH$0H$H\$H|$tBHD$0HD$@\$u$Hx$Hx%%$Hx $HxS $Hx, 665 B 666 *runtime.racefuncenter 667 runtime.raceread 668 runtime.raceread 669 runtime.raceread 670 runtime.raceread 671 runtime.raceread 672 runtime.raceread 673 (runtime.racefuncexit 674 runtime.raceread 675 runtime.raceread 676 runtime.ifaceeq 677 runtime.raceread 678 runtime.raceread 679 runtime.ifaceeq 680 681 runtime.memequal 682 683 (runtime.racefuncexit 685 (runtime.racefuncexit 687 (runtime.racefuncexit 689 (runtime.racefuncexit 691 (runtime.racefuncexit 693 0runtime.morestack_noctxt0"".autotmp_0165type.io.Reader"".autotmp_0164_type.io.Reader"".autotmp_0163?0type.crypto/cipher.Block"".autotmp_01620type.crypto/cipher.Block"".autotmp_0161 type.*sync.Mutex"".autotmp_0160 type.*sync.Mutex"".~r2 type.bool"".qtype.*"".reader"".ptype.*"".readerX#%& 7uO^OTgclocals42e7756549fd1f1e78e70fcb9f08dd2bTgclocals349ce7de62a38ef2ab95dae5980c2945`prebuilts/go/linux-x86/src/crypto/rand/eagain.go4"".(*hideAgainReader).ReaddH%H;aHPHY Ht H|$XH9;uH#H\$PH$11H$H$H\$X1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$XH$HD$Ht$XHH$HNHL$H\$`H\$H\$hH\$H\$pH\$ HD$(HT$0HL$8HD$xHT$@H$HL$HH$HP 699 n 700 *runtime.racefuncenter go.string."rand"6go.string."hideAgainReader" go.string."Read" 701 "runtime.panicwrap 702 *runtime.racereadrange 703 ."".hideAgainReader.Read 704 (runtime.racefuncexit 705 0runtime.morestack_noctxtp 706 "".autotmp_0167type.error"".errPtype.error"".n@type.int"".ptype.[]uint8""..this0type.*"".hideAgainReader6#Tgclocals8cf14f50ac1bf7ae2848fda35f0590ecTgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals008e235a1392cc90d1ed9ad2f7e76d87((Tgclocals9c91d8a91ac42440a3d1507bc8d2e808((Tgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals385909f76d6de739e72f24698b953b71 1Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalse62cf9b968bd495b0f6a29a94dd7f199 Tgclocals69c1753bd5f81501d95132d08af04464Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals2fccd208efe70893f9ac8d682812ae720>go.itab.*"".devReader.io.Reader08go.itab.*"".reader.io.Reader6go.string.hdr."/dev/random" .go.string."/dev/random".go.string."/dev/random" /dev/random8go.string.hdr."/dev/urandom" 0go.string."/dev/urandom"0go.string."/dev/urandom" /dev/urandomTgclocals0b54e40361ced91ab254ee60980e804a((Tgclocals7d2d5fca80364273fb07d5820a76fef404go.itab.*os.File.io.Reader0Hgo.itab."".hideAgainReader.io.Reader0>go.itab.*bufio.Reader.io.ReaderTgclocalsab0b7dd826d089f8bb8afcf70cc83916%@`` dTgclocals78cb434bec137c4b7447a538d4bc8d71ppcTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocalsd2fd9951e910becfd07ba7f8ff7b525a Tgclocalsab299d9f1f073e9dca1dfbe3a92d2f7700Tgclocalse2c4017e93a1e8c44f882a0388d816a300Tgclocals0d454bb8b9d36bca902d5dd017a829c8@@<0Tgclocals32e721457b5e2d67231e9d35dce219db@@c0Bgo.itab.*errors.errorString.error|go.string.hdr."crypto/rand: prime size must be at least 2-bit" .tgo.string."crypto/rand: prime size must be at least 2-bit"tgo.string."crypto/rand: prime size must be at least 2-bit"`^crypto/rand: prime size must be at least 2-bitTgclocals6d109feac520cf76a7d7f19f57c815f2xx @H $ Tgclocals848dc61b27c655fd2dba264a7720a861xx ;;;;;;hgo.string.hdr."crypto/rand: argument to Int is <= 0" $`go.string."crypto/rand: argument to Int is <= 0"`go.string."crypto/rand: argument to Int is <= 0"PJcrypto/rand: argument to Int is <= 0Tgclocals158a8afba51975a616c31c11c54dc735HHTgclocals3009cae41f7892c054171fe697abe8cfHH??Tgclocals0c8aa8e80191a30eac23f1a218103f16 Tgclocals69c1753bd5f81501d95132d08af04464."".Reader type.io.Reader0"".oncetype.sync.Once0"".useSyscalltype.bool."".altGetRandom.type.func([]uint8) bool."".isEAGAIN*type.func(error) bool."".smallPrimes0type.[]uint80""".statictmp_0143.*"".smallPrimesProduct$type.*math/big.Int0""".statictmp_0143type.[15]uint8 %)+/50"".initdonetype.uint8"".init.1f"".init.1$"".unixIsEAGAINf"".unixIsEAGAIN"".Readf"".Read"".init.2f"".init.2$"".pickStrategyf"".pickStrategy("".getRandomLinuxf""".getRandomLinux"".init.3f"".init.3."".(*devReader).Readf("".(*devReader).Read4"".hideAgainReader.Readf."".hideAgainReader.Read"".newReaderf"".newReader("".(*reader).Readf""".(*reader).Read"".Primef"".Prime"".Intf"".Int"".initf"".init"runtime.gcbits.01.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.[]uint8runtime.gcbits.0go.string.hdr."[1]uint8" (go.string."[1]uint8"(go.string."[1]uint8" [1]uint8type.[1]uint8160@ runtime.algarray@runtime.gcbits.P0go.string.hdr."[1]uint8"p,go.weak.type.*[1]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[1]uint8 [1]uint8type.[1]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals91005afcad906005eab16cc491bb7a4600 722 0Tgclocals42e7756549fd1f1e78e70fcb9f08dd2b006type..hashfunc."".devReader.type..hash."".devReader2type..eqfunc."".devReader*type..eq."".devReader,type..alg."".devReader 6type..hashfunc."".devReader2type..eqfunc."".devReader>go.string.hdr."*rand.devReader" 6go.string."*rand.devReader"6go.string."*rand.devReader" *rand.devReadervgo.string.hdr."func(*rand.devReader, []uint8) (int, error)" +ngo.string."func(*rand.devReader, []uint8) (int, error)"ngo.string."func(*rand.devReader, []uint8) (int, error)"`Xfunc(*rand.devReader, []uint8) (int, error)\type.func(*"".devReader, []uint8) (int, error)Ta30 runtime.algarray@"runtime.gcbits.01Pvgo.string.hdr."func(*rand.devReader, []uint8) (int, error)"pngo.weak.type.*func(*"".devReader, []uint8) (int, error)"runtime.zerovalue\type.func(*"".devReader, []uint8) (int, error)\type.func(*"".devReader, []uint8) (int, error)$type.*"".devReadertype.[]uint8type.inttype.errorgo.typelink.func(*rand.devReader, []uint8) (int, error) func(*"".devReader, []uint8) (int, error)\type.func(*"".devReader, []uint8) (int, error)(go.string.hdr."Read" go.string."Read" go.string."Read" 723 ReadTgo.string.hdr."func([]uint8) (int, error)" Lgo.string."func([]uint8) (int, error)"Lgo.string."func([]uint8) (int, error)"@6func([]uint8) (int, error)>type.func([]uint8) (int, error)N4P30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)"runtime.zerovalue>type.func([]uint8) (int, error)>type.func([]uint8) (int, error)type.[]uint8type.inttype.errorgo.typelink.func([]uint8) (int, error) func([]uint8) (int, error)>type.func([]uint8) (int, error)$type.*"".devReaderW60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*rand.devReader"p6go.weak.type.**"".devReader"runtime.zerovalue"type."".devReader`$type.*"".devReader$type.*"".devReader(go.string.hdr."Read">type.func([]uint8) (int, error)\type.func(*"".devReader, []uint8) (int, error)("".(*devReader).Read("".(*devReader).Read"runtime.gcbits.0d <go.string.hdr."rand.devReader" 4go.string."rand.devReader"4go.string."rand.devReader" rand.devReader(go.string.hdr."name" go.string."name" go.string."name" 725 name6go.string.hdr."crypto/rand" .go.string."crypto/rand".go.string."crypto/rand" crypto/rand"go.importpath."". .go.string."crypto/rand""go.string.hdr."f" go.string."f"go.string."f"f$go.string.hdr."mu" go.string."mu"go.string."mu"mu2go.string.hdr."devReader" *go.string."devReader"*go.string."devReader" devReader"type."".devReader( QT &0,type..alg."".devReader@"runtime.gcbits.0dP<go.string.hdr."rand.devReader"p$type.*"".devReader"runtime.zerovalue"type."".devReader(go.string.hdr."name""go.importpath."".type.string"go.string.hdr."f""go.importpath."".type.io.Reader$go.string.hdr."mu""go.importpath."".type.sync.Mutex`"type."".devReader2go.string.hdr."devReader""go.importpath.""."type."".devReader2go.string.hdr."[16]uint8" *go.string."[16]uint8"*go.string."[16]uint8" [16]uint8type.[16]uint8}5G0 runtime.algarray@runtime.gcbits.P2go.string.hdr."[16]uint8"p.go.weak.type.*[16]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[16]uint8 [16]uint8type.[16]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals349ce7de62a38ef2ab95dae5980c294500 728 0Tgclocals42e7756549fd1f1e78e70fcb9f08dd2b000type..hashfunc."".reader(type..hash."".reader,type..eqfunc."".reader$type..eq."".reader&type..alg."".reader 0type..hashfunc."".reader,type..eqfunc."".reader8go.string.hdr."*rand.reader" 0go.string."*rand.reader"0go.string."*rand.reader" *rand.readerpgo.string.hdr."func(*rand.reader, []uint8) (int, error)" (hgo.string."func(*rand.reader, []uint8) (int, error)"hgo.string."func(*rand.reader, []uint8) (int, error)"`Rfunc(*rand.reader, []uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)^zK30 runtime.algarray@"runtime.gcbits.01Ppgo.string.hdr."func(*rand.reader, []uint8) (int, error)"phgo.weak.type.*func(*"".reader, []uint8) (int, error)"runtime.zerovalueVtype.func(*"".reader, []uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)type.*"".readertype.[]uint8type.inttype.errorgo.typelink.func(*rand.reader, []uint8) (int, error) func(*"".reader, []uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)type.*"".reader $ 730 60 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."*rand.reader"p0go.weak.type.**"".reader"runtime.zerovaluetype."".reader`type.*"".readertype.*"".reader(go.string.hdr."Read">type.func([]uint8) (int, error)Vtype.func(*"".reader, []uint8) (int, error)""".(*reader).Read""".(*reader).Read"runtime.gcbits.3c<6go.string.hdr."rand.reader" .go.string."rand.reader".go.string."rand.reader" rand.reader,go.string.hdr."budget" $go.string."budget"$go.string."budget"budget,go.string.hdr."cipher" $go.string."cipher"$go.string."cipher"cipher.go.string.hdr."entropy" &go.string."entropy"&go.string."entropy"entropy(go.string.hdr."time" go.string."time" go.string."time" 732 time(go.string.hdr."seed" go.string."seed" go.string."seed" 733 seed&go.string.hdr."dst" go.string."dst"go.string."dst"dst&go.string.hdr."key" go.string."key"go.string."key"key,go.string.hdr."reader" $go.string."reader"$go.string."reader"readertype."".readerp0v 0@P`D0&type..alg."".reader@"runtime.gcbits.3cP6go.string.hdr."rand.reader"ptype.*"".reader"runtime.zerovaluetype."".reader$go.string.hdr."mu""go.importpath."".type.sync.Mutex,go.string.hdr."budget""go.importpath."".type.int,go.string.hdr."cipher""go.importpath."".0type.crypto/cipher.Block.go.string.hdr."entropy""go.importpath."".type.io.Reader(go.string.hdr."time""go.importpath."".type.[16]uint8(go.string.hdr."seed""go.importpath."".type.[16]uint8&go.string.hdr."dst""go.importpath."".type.[16]uint8&go.string.hdr."key""go.importpath."".type.[16]uint8`type."".reader,go.string.hdr."reader""go.importpath."".type."".readerJgo.string.hdr."*rand.hideAgainReader" Bgo.string."*rand.hideAgainReader"Bgo.string."*rand.hideAgainReader"0,*rand.hideAgainReader(go.string.hdr."rand" go.string."rand" go.string."rand" 734 rand>go.string.hdr."hideAgainReader" 6go.string."hideAgainReader"6go.string."hideAgainReader" hideAgainReaderTgclocalsc55cf99de9cdd8c8202a466952fa1a45 Tgclocals8cf14f50ac1bf7ae2848fda35f0590ec cgo.string.hdr."func(*rand.hideAgainReader, []uint8) (int, error)" 1zgo.string."func(*rand.hideAgainReader, []uint8) (int, error)"zgo.string."func(*rand.hideAgainReader, []uint8) (int, error)"pdfunc(*rand.hideAgainReader, []uint8) (int, error)htype.func(*"".hideAgainReader, []uint8) (int, error)F30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*rand.hideAgainReader, []uint8) (int, error)"pzgo.weak.type.*func(*"".hideAgainReader, []uint8) (int, error)"runtime.zerovaluehtype.func(*"".hideAgainReader, []uint8) (int, error)htype.func(*"".hideAgainReader, []uint8) (int, error)0type.*"".hideAgainReadertype.[]uint8type.inttype.errorgo.typelink.func(*rand.hideAgainReader, []uint8) (int, error) func(*"".hideAgainReader, []uint8) (int, error)htype.func(*"".hideAgainReader, []uint8) (int, error)0type.*"".hideAgainReader<60 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*rand.hideAgainReader"pBgo.weak.type.**"".hideAgainReader"runtime.zerovalue.type."".hideAgainReader`0type.*"".hideAgainReader0type.*"".hideAgainReader(go.string.hdr."Read">type.func([]uint8) (int, error)htype.func(*"".hideAgainReader, []uint8) (int, error)4"".(*hideAgainReader).Read4"".(*hideAgainReader).Read"runtime.gcbits.03Hgo.string.hdr."rand.hideAgainReader" @go.string."rand.hideAgainReader"@go.string."rand.hideAgainReader"0*rand.hideAgainReader"go.string.hdr."r" go.string."r"go.string."r"rgo.string.hdr."func(rand.hideAgainReader, []uint8) (int, error)" 0xgo.string."func(rand.hideAgainReader, []uint8) (int, error)"xgo.string."func(rand.hideAgainReader, []uint8) (int, error)"pbfunc(rand.hideAgainReader, []uint8) (int, error)ftype.func("".hideAgainReader, []uint8) (int, error).xb30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(rand.hideAgainReader, []uint8) (int, error)"pxgo.weak.type.*func("".hideAgainReader, []uint8) (int, error)"runtime.zerovalueftype.func("".hideAgainReader, []uint8) (int, error)ftype.func("".hideAgainReader, []uint8) (int, error).type."".hideAgainReadertype.[]uint8type.inttype.errorgo.typelink.func(rand.hideAgainReader, []uint8) (int, error) func("".hideAgainReader, []uint8) (int, error)ftype.func("".hideAgainReader, []uint8) (int, error).type."".hideAgainReader9$0 runtime.algarray@"runtime.gcbits.03PHgo.string.hdr."rand.hideAgainReader"p0type.*"".hideAgainReader"runtime.zerovalue.type."".hideAgainReader"go.string.hdr."r""go.importpath."".type.io.Reader`.type."".hideAgainReader>go.string.hdr."hideAgainReader""go.importpath.""..type."".hideAgainReader(go.string.hdr."Read">type.func([]uint8) (int, error)ftype.func("".hideAgainReader, []uint8) (int, error)4"".(*hideAgainReader).Read."".hideAgainReader.ReadDgo.string.hdr."func([]uint8) bool" <go.string."func([]uint8) bool"<go.string."func([]uint8) bool"0&func([]uint8) bool.type.func([]uint8) boolFpbV30 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func([]uint8) bool"p@go.weak.type.*func([]uint8) bool"runtime.zerovalue.type.func([]uint8) bool.type.func([]uint8) booltype.[]uint8type.boolbgo.typelink.func([]uint8) bool func([]uint8) bool.type.func([]uint8) bool@go.string.hdr."func(error) bool" 8go.string."func(error) bool"8go.string."func(error) bool"0"func(error) bool*type.func(error) bool OA30 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func(error) bool"p<go.weak.type.*func(error) bool"runtime.zerovalue*type.func(error) bool*type.func(error) booltype.errortype.boolZgo.typelink.func(error) bool func(error) bool*type.func(error) bool type..hashfunc15 ,runtime.memhash_varlentype..eqfunc15 .runtime.memequal_varlentype..alg15 type..hashfunc15type..eqfunc152go.string.hdr."[15]uint8" *go.string."[15]uint8"*go.string."[15]uint8" [15]uint8type.[15]uint8(0type..alg15@runtime.gcbits.P2go.string.hdr."[15]uint8"p.go.weak.type.*[15]uint8"runtime.zerovaluetype.uint8type.[]uint8>go.typelink.[15]uint8 [15]uint8type.[15]uint8.go.string.hdr."runtime" &go.string."runtime"&go.string."runtime"runtime,go.importpath.runtime. &go.string."runtime"$go.string.hdr."os" go.string."os"go.string."os"os"go.importpath.os. go.string."os"$go.string.hdr."io" go.string."io"go.string."io"io"go.importpath.io. go.string."io",go.string.hdr."errors" $go.string."errors"$go.string."errors"errors*go.importpath.errors. $go.string."errors"(go.string.hdr."sync" go.string."sync" go.string."sync" 737 sync&go.importpath.sync. go.string."sync".go.string.hdr."syscall" &go.string."syscall"&go.string."syscall"syscall,go.importpath.syscall. &go.string."syscall"&go.importpath.time. go.string."time"Jgo.string.hdr."internal/syscall/unix" Bgo.string."internal/syscall/unix"Bgo.string."internal/syscall/unix"0,internal/syscall/unixHgo.importpath.internal/syscall/unix. Bgo.string."internal/syscall/unix"*go.string.hdr."bufio" "go.string."bufio""go.string."bufio"bufio(go.importpath.bufio. "go.string."bufio"4go.string.hdr."crypto/aes" 739 ,go.string."crypto/aes",go.string."crypto/aes" crypto/aes2go.importpath.crypto/aes. 740 ,go.string."crypto/aes":go.string.hdr."crypto/cipher" 2go.string."crypto/cipher"2go.string."crypto/cipher" crypto/cipher8go.importpath.crypto/cipher. 2go.string."crypto/cipher"0go.string.hdr."math/big" (go.string."math/big"(go.string."math/big" math/big.go.importpath.math/big. (go.string."math/big"4type..hash."".devReaderf.type..hash."".devReader0type..eq."".devReaderf*type..eq."".devReader.type..hash."".readerf(type..hash."".reader*type..eq."".readerf$type..eq."".reader:"".(*hideAgainReader).Readf4"".(*hideAgainReader).Read"runtime.zerovaluego13ld