Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/external/flatbuffers/go/
Dencode.go22 func GetByte(buf []byte) byte {
27 func GetBool(buf []byte) bool {
32 func GetUint8(buf []byte) (n uint8) {
38 func GetUint16(buf []byte) (n uint16) {
46 func GetUint32(buf []byte) (n uint32) {
56 func GetUint64(buf []byte) (n uint64) {
70 func GetInt8(buf []byte) (n int8) {
76 func GetInt16(buf []byte) (n int16) {
84 func GetInt32(buf []byte) (n int32) {
94 func GetInt64(buf []byte) (n int64) {
[all …]
/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_s390x.go24 func poly1305vx(out *[16]byte, m *byte, mlen uint64, key *[32]byte)
30 func poly1305vmsl(out *[16]byte, m *byte, mlen uint64, key *[32]byte)
35 func Sum(out *[16]byte, m []byte, key *[32]byte) {
Dsum_amd64.go11 func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte)
16 func Sum(out *[16]byte, m []byte, key *[32]byte) {
Dsum_arm.go11 func poly1305_auth_armv6(out *[16]byte, m *byte, mlen uint32, key *[32]byte)
16 func Sum(out *[16]byte, m []byte, key *[32]byte) {
Dsum_ref.go12 func sumGeneric(out *[TagSize]byte, msg []byte, key *[32]byte) {
Dsum_noasm.go12 func Sum(out *[TagSize]byte, msg []byte, key *[32]byte) {
Dpoly1305.go29 func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {
/external/golang-protobuf/proto/
Dtable_unmarshal.go53 func (a *InternalMessageInfo) Unmarshal(msg Message, b []byte) error {
659 func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) {
673 func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) {
687 func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) {
725 func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) {
739 func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) {
753 func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) {
791 func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) {
805 func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) {
819 func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) {
[all …]
Dtable_marshal.go132 func (a *InternalMessageInfo) Marshal(b []byte, msg Message, deterministic bool) ([]byte, error) {
1290 func appendFixed32(b []byte, v uint32) []byte {
1300 func appendFixed64(b []byte, v uint64) []byte {
1314 func appendVarint(b []byte, v uint64) []byte {
1396 func appendFixed32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1402 func appendFixed32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1411 func appendFixed32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1420 func appendFixed32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1428 func appendFixed32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1440 func appendFixedS32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
[all …]
Ddecode.go57 func DecodeVarint(buf []byte) (x uint64, n int) {
313 Unmarshal([]byte) error
324 XXX_Unmarshal([]byte) error
334 func Unmarshal(buf []byte, pb Message) error {
351 func UnmarshalMerge(buf []byte, pb Message) error {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtable_unmarshal.go53 func (a *InternalMessageInfo) Unmarshal(msg Message, b []byte) error {
656 func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) {
670 func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) {
684 func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) {
722 func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) {
736 func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) {
750 func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) {
788 func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) {
802 func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) {
816 func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) {
[all …]
Dtable_marshal.go131 func (a *InternalMessageInfo) Marshal(b []byte, msg Message, deterministic bool) ([]byte, error) {
1276 func appendFixed32(b []byte, v uint32) []byte {
1286 func appendFixed64(b []byte, v uint64) []byte {
1300 func appendVarint(b []byte, v uint64) []byte {
1382 func appendFixed32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1388 func appendFixed32ValueNoZero(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1397 func appendFixed32Ptr(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1406 func appendFixed32Slice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1414 func appendFixed32PackedSlice(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
1426 func appendFixedS32Value(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) {
[all …]
Ddecode.go57 func DecodeVarint(buf []byte) (x uint64, n int) {
314 Unmarshal([]byte) error
325 XXX_Unmarshal([]byte) error
335 func Unmarshal(buf []byte, pb Message) error {
352 func UnmarshalMerge(buf []byte, pb Message) error {
/external/boringssl/src/ssl/test/runner/
Dshim_ticket.go30 func DecryptShimTicket(in []byte) ([]byte, error) {
87 func EncryptShimTicket(in []byte) []byte {
121 func parseDERElement(in []byte) (tag byte, body, rest []byte, ok bool) {
180 func SetShimTicketVersion(in []byte, vers uint16) ([]byte, error) {
216 func SetShimTicketCipherSuite(in []byte, id uint16) ([]byte, error) {
Dprf.go17 func splitPreMasterSecret(secret []byte) (s1, s2 []byte) {
24 func pHash(result, secret, seed []byte, hash func() hash.Hash) {
49 func prf10(result, secret, label, seed []byte) {
80 func prf30(result, secret, label, seed []byte) {
140 …et(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte {
152 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, …
161 …et(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, ke…
286 func finishedSum30(md5, sha1 hash.Hash, masterSecret []byte, magic []byte) []byte {
403 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int) []byte {
489 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in…
[all …]
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dnormalize.go44 func (f Form) Bytes(b []byte) []byte {
72 func (f Form) IsNormal(b []byte) bool {
192 func (f Form) Append(out []byte, src ...byte) []byte {
196 func (f Form) doAppend(out []byte, src input, n int) []byte {
215 func doAppend(rb *reorderBuffer, out []byte, p int) []byte {
260 func (f Form) AppendString(out []byte, src string) []byte {
266 func (f Form) QuickSpan(b []byte) int {
273 func (f Form) Span(b []byte, atEOF bool) (n int, err error) {
365 func (f Form) FirstBoundary(b []byte) int {
406 func (f Form) NextBoundary(b []byte, atEOF bool) int {
[all …]
/external/syzkaller/vendor/google.golang.org/api/googleapi/
Dtypes.go16 func (q *Int64s) UnmarshalJSON(raw []byte) error {
35 func (q *Int32s) UnmarshalJSON(raw []byte) error {
54 func (q *Uint64s) UnmarshalJSON(raw []byte) error {
73 func (q *Uint32s) UnmarshalJSON(raw []byte) error {
92 func (q *Float64s) UnmarshalJSON(raw []byte) error {
108 func quotedList(n int, fn func(dst []byte, i int) []byte) ([]byte, error) {
164 func (m *RawMessage) UnmarshalJSON(data []byte) error {
/external/syzkaller/vendor/golang.org/x/net/http2/hpack/
Dhuffman.go21 func HuffmanDecode(w io.Writer, v []byte) (int, error) {
32 func HuffmanDecodeToString(v []byte) (string, error) {
49 func huffmanDecode(buf *bytes.Buffer, maxLen int, v []byte) error {
131 func addDecoderNode(sym byte, code uint32, codeLen uint8) {
150 func AppendHuffmanString(dst []byte, s string) []byte {
186 func appendByteToHuffmanCode(dst []byte, rembits uint8, c byte) ([]byte, uint8) {
Dencode.go141 func appendIndexed(dst []byte, i uint64) []byte {
155 func appendNewName(dst []byte, f HeaderField, indexing bool) []byte {
168 func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing bool) []byte {
183 func appendTableSize(dst []byte, v uint32) []byte {
195 func appendVarInt(dst []byte, n byte, i uint64) []byte {
213 func appendHpackString(dst []byte, s string) []byte {
/external/boringssl/src/util/
Dread_symbols.go160 func listSymbols(contents []byte) ([]string, error) {
173 func listSymbolsELF(contents []byte) ([]string, error) {
193 func listSymbolsMachO(contents []byte) ([]string, error) {
227 func listSymbolsPE(contents []byte) ([]string, error) {
/external/syzkaller/pkg/report/
Dreport.go20 ContainsCrash(output []byte) bool
24 Parse(output []byte) *Report
114 func IsSuppressed(reporter Reporter, output []byte) bool {
192 extractGuiltyFile([]byte) string
248 func containsCrash(output []byte, oopses []*oops, ignores []*regexp.Regexp) bool {
268 func matchOops(line []byte, oops *oops, ignores []*regexp.Regexp) int {
282 func extractDescription(output []byte, oops *oops, params *stackParams) (
362 func extractStackFrame(params *stackParams, stack *stackFmt, output []byte) (string, string) {
376 func extractStackFrameImpl(params *stackParams, output []byte, skipRe *regexp.Regexp,
429 func simpleLineParser(output []byte, oopses []*oops, params *stackParams, ignores []*regexp.Regexp)…
[all …]
/external/boringssl/src/ssl/test/runner/ed25519/
Ded25519.go68 func (priv PrivateKey) Sign(rand io.Reader, message []byte, opts crypto.SignerOpts) (signature []by…
99 func NewKeyFromSeed(seed []byte) PrivateKey {
125 func Sign(privateKey PrivateKey, message []byte) []byte {
174 func Verify(publicKey PublicKey, message, sig []byte) bool {
/external/syzkaller/pkg/csource/
Dbuild.go19 func Build(target *prog.Target, src []byte) (string, error) {
28 func build(target *prog.Target, src []byte, file string) (string, error) {
73 func Format(src []byte) ([]byte, error) {
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_freebsd.go158 func initxattrdest(dest []byte, idx int) (d unsafe.Pointer) {
168 func Getxattr(file string, attr string, dest []byte) (sz int, err error) {
180 func Fgetxattr(fd int, attr string, dest []byte) (sz int, err error) {
192 func Lgetxattr(link string, attr string, dest []byte) (sz int, err error) {
206 func Fsetxattr(fd int, attr string, data []byte, flags int) (err error) {
219 func Setxattr(file string, attr string, data []byte, flags int) (err error) {
232 func Lsetxattr(link string, attr string, data []byte, flags int) (err error) {
275 func Listxattr(file string, dest []byte) (sz int, err error) {
308 func Flistxattr(fd int, dest []byte) (sz int, err error) {
332 func Llistxattr(link string, dest []byte) (sz int, err error) {
/external/syzkaller/dashboard/app/
Dreporting_external.go28 func apiReportingPollBugs(c context.Context, r *http.Request, payload []byte) (interface{}, error) {
40 func apiReportingPollClosed(c context.Context, r *http.Request, payload []byte) (interface{}, error…
56 func apiReportingUpdate(c context.Context, r *http.Request, payload []byte) (interface{}, error) {

12345678910>>...22