Home
last modified time | relevance | path

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

12345678910>>...46

/external/golang-protobuf/reflect/protoreflect/
Dsource_gen.go9 func (p *SourcePath) appendFileDescriptorProto(b []byte) []byte {
44 func (p *SourcePath) appendDescriptorProto(b []byte) []byte {
73 func (p *SourcePath) appendEnumDescriptorProto(b []byte) []byte {
92 func (p *SourcePath) appendServiceDescriptorProto(b []byte) []byte {
107 func (p *SourcePath) appendFieldDescriptorProto(b []byte) []byte {
138 func (p *SourcePath) appendFileOptions(b []byte) []byte {
189 func (p *SourcePath) appendSourceCodeInfo(b []byte) []byte {
200 func (p *SourcePath) appendDescriptorProto_ExtensionRange(b []byte) []byte {
215 func (p *SourcePath) appendOneofDescriptorProto(b []byte) []byte {
228 func (p *SourcePath) appendMessageOptions(b []byte) []byte {
[all …]
/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 …]
Dlib.go6 Init(buf []byte, i UOffsetT)
10 func GetRootAs(buf []byte, offset UOffsetT, fb FlatBuffer) {
17 func GetSizePrefixedRootAs(buf []byte, offset UOffsetT, fb FlatBuffer) {
23 func GetSizePrefix(buf []byte, offset UOffsetT) uint32 {
28 func GetIndirectOffset(buf []byte, offset UOffsetT) UOffsetT {
33 func GetBufferIdentifier(buf []byte) string {
38 func GetSizePrefixedBufferIdentifier(buf []byte) string {
43 func BufferHasIdentifier(buf []byte, identifier string) bool {
48 func SizePrefixedBufferHasIdentifier(buf []byte, identifier string) bool {
/external/tink/testing/go/
Dservices_test.go40 func genKeyset(ctx context.Context, keysetService *services.KeysetService, template []byte) ([]byte…
56 func pubKeyset(ctx context.Context, keysetService *services.KeysetService, privateKeyset []byte) ([…
88 func keysetToJSON(ctx context.Context, keysetService *services.KeysetService, keyset []byte) (strin…
178 …Context, keysetService *services.KeysetService, keyset []byte, masterKeyset []byte, associatedData…
208 …xt, keysetService *services.KeysetService, encryptedKeyset []byte, masterKeyset []byte, associated…
371 …text.Context, aeadService *services.AEADService, keyset []byte, plaintext []byte, associatedData […
391 …text.Context, aeadService *services.AEADService, keyset []byte, ciphertext []byte, associatedData …
488 …daeadService *services.DeterministicAEADService, keyset []byte, plaintext []byte, associatedData […
508 …daeadService *services.DeterministicAEADService, keyset []byte, ciphertext []byte, associatedData …
616 …amingAEADService *services.StreamingAEADService, keyset []byte, plaintext []byte, associatedData […
[all …]
/external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/
Dtestmodulewrapper.go75 func flush(args [][]byte) error {
88 func getConfig(args [][]byte) error {
268 func kdfCounter(args [][]byte) error {
314 func reply(responses ...[]byte) error {
339 func xtsEncrypt(args [][]byte) error {
343 func xtsDecrypt(args [][]byte) error {
347 func doXTS(args [][]byte, decrypt bool) error {
383 func hkdfMAC(args [][]byte) error {
406 func hmacDRBGReseed(args [][]byte) error {
427 func hmacDRBGPredictionResistance(args [][]byte) error {
[all …]
/external/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/
Dtestmodulewrapper.go75 func flush(args [][]byte) error {
88 func getConfig(args [][]byte) error {
268 func kdfCounter(args [][]byte) error {
314 func reply(responses ...[]byte) error {
339 func xtsEncrypt(args [][]byte) error {
343 func xtsDecrypt(args [][]byte) error {
347 func doXTS(args [][]byte, decrypt bool) error {
383 func hkdfMAC(args [][]byte) error {
406 func hmacDRBGReseed(args [][]byte) error {
427 func hmacDRBGPredictionResistance(args [][]byte) error {
[all …]
/external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/
Dtestmodulewrapper.go75 func flush(args [][]byte) error {
88 func getConfig(args [][]byte) error {
268 func kdfCounter(args [][]byte) error {
314 func reply(responses ...[]byte) error {
339 func xtsEncrypt(args [][]byte) error {
343 func xtsDecrypt(args [][]byte) error {
347 func doXTS(args [][]byte, decrypt bool) error {
383 func hkdfMAC(args [][]byte) error {
406 func hmacDRBGReseed(args [][]byte) error {
427 func hmacDRBGPredictionResistance(args [][]byte) error {
[all …]
/external/golang-protobuf/internal/filedesc/
Ddesc_lazy.go131 func (fd *File) unmarshalFull(b []byte) {
185 func (ed *Enum) unmarshalFull(b []byte, sb *strs.Builder) {
222 func unmarshalEnumReservedRange(b []byte) (r [2]protoreflect.EnumNumber) {
244 func (vd *EnumValue) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor…
279 func (md *Message) unmarshalFull(b []byte, sb *strs.Builder) {
341 func (md *Message) unmarshalOptions(b []byte) {
362 func unmarshalMessageReservedRange(b []byte) (r [2]protoreflect.FieldNumber) {
384 func unmarshalMessageExtensionRange(b []byte) (r [2]protoreflect.FieldNumber, rawOptions []byte) {
413 func (fd *Field) unmarshalFull(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i …
480 func (fd *Field) unmarshalOptions(b []byte) {
[all …]
Ddesc_init.go94 func (fd *File) unmarshalSeed(b []byte) {
222 func (ed *Enum) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, i i…
274 func (md *Message) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, …
369 func (md *Message) unmarshalSeedOptions(b []byte) {
390 func (xd *Extension) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor…
426 func (sd *Service) unmarshalSeed(b []byte, sb *strs.Builder, pf *File, pd protoreflect.Descriptor, …
462 func makeFullName(sb *strs.Builder, b []byte) protoreflect.FullName {
469 func appendFullName(sb *strs.Builder, prefix protoreflect.FullName, suffix []byte) protoreflect.Ful…
/external/boringssl/src/ssl/test/runner/spake2plus/
Dspake2plus.go100 pw []byte,
101 idProver []byte,
102 idVerifier []byte,
147 context []byte,
148 idProver []byte,
149 idVerifier []byte,
150 pwVerifierW0 []byte,
151 pwVerifierW1 []byte,
152 registrationRecord []byte,
248 context []byte, idProver []byte, idVerifier []byte,
[all …]
/external/golang-protobuf/encoding/protowire/
Dwire.go94 func ConsumeField(b []byte) (Number, Type, int) {
112 func ConsumeFieldValue(num Number, typ Type, b []byte) (n int) {
116 func consumeFieldValueD(num Number, typ Type, b []byte, depth int) (n int) {
162 func AppendTag(b []byte, num Number, typ Type) []byte {
168 func ConsumeTag(b []byte) (Number, Type, int) {
185 func AppendVarint(b []byte, v uint64) []byte {
267 func ConsumeVarint(b []byte) (v uint64, n int) {
378 func AppendFixed32(b []byte, v uint32) []byte {
388 func ConsumeFixed32(b []byte) (v uint32, n int) {
402 func AppendFixed64(b []byte, v uint64) []byte {
[all …]
/external/tink/go/hybrid/internal/hpke/
Dkdf.go30 labeledExtract(salt, ikm []byte, ikmLabel string, suiteID []byte) []byte
37 labeledExpand(prk, info []byte, infoLabel string, suiteID []byte, length int) ([]byte, error)
42 …extractAndExpand(salt, ikm []byte, ikmLabel string, info []byte, infoLabel string, suiteID []byte,…
/external/golang-protobuf/internal/impl/
Dcodec_gen.go24 func appendBool(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) {
32 func consumeBool(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOptions…
74 func appendBoolNoZero(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) {
100 func appendBoolPtr(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) {
108 func consumeBoolPtr(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOpti…
152 func appendBoolSlice(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) {
162 func consumeBoolSlice(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp…
235 func appendBoolPackedSlice(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, er…
265 func appendBoolValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, …
272 func consumeBoolValue(b []byte, _ protoreflect.Value, _ protowire.Number, wtyp protowire.Type, opts…
[all …]
Dcodec_field.go235 func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error)…
241 func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshal…
269 func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) {
275 func consumeMessage(b []byte, m proto.Message, wtyp protowire.Type, opts unmarshalOptions) (out unm…
300 func appendMessageValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byt…
305 func consumeMessageValue(b []byte, v protoreflect.Value, _ protowire.Number, wtyp protowire.Type, o…
329 func appendGroupValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte,…
334 func consumeGroupValue(b []byte, v protoreflect.Value, num protowire.Number, wtyp protowire.Type, o…
391 func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) {
398 func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp…
[all …]
/external/golang-protobuf/internal/msgfmt/
Dformat.go38 func appendValue(b []byte, v protoreflect.Value, fd protoreflect.FieldDescriptor) []byte {
61 func appendEnum(b []byte, v protoreflect.EnumNumber, fd protoreflect.FieldDescriptor) []byte {
70 func appendMessage(b []byte, m protoreflect.Message) []byte {
91 func appendKnownMessage(b []byte, m protoreflect.Message) []byte {
172 func appendUnknown(b []byte, raw protoreflect.RawFields) []byte {
229 func appendList(b []byte, v protoreflect.List, fd protoreflect.FieldDescriptor) []byte {
240 func appendMap(b []byte, v protoreflect.Map, fd protoreflect.FieldDescriptor) []byte {
/external/openscreen/platform/impl/
Dtls_write_buffer_unittest.cc65 [](uint8_t byte) { return byte == 1; })); in TEST()
73 [](uint8_t byte) { return byte == 1; })); in TEST()
83 [](uint8_t byte) { return byte == 1; })); in TEST()
85 [](uint8_t byte) { return byte == 2; })); in TEST()
93 [](uint8_t byte) { return byte == 2; })); in TEST()
107 [](uint8_t byte) { return byte == 2; })); in TEST()
109 [](uint8_t byte) { return byte == 3; })); in TEST()
/external/cronet/tot/third_party/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) {
/external/cronet/stable/third_party/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) {
/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) {
/external/openscreen/osp/go/
Dbinary.go71 func first2Bits(b byte) byte {
75 func last6Bits(b byte) byte {
79 func setFirst2Bits(first byte, b []byte) {
91 func readBytes(r io.Reader, b []byte) error {
106 func writeBytes(b []byte, w io.Writer) error {
/external/golang-protobuf/internal/encoding/messageset/
Dmessageset.go77 func Unmarshal(b []byte, wantLen bool, fn func(typeID protowire.Number, value []byte) error) error {
113 func ConsumeFieldValue(b []byte, wantLen bool) (typeid protowire.Number, message []byte, n int, err…
184 func AppendFieldStart(b []byte, num protowire.Number) []byte {
192 func AppendFieldEnd(b []byte) []byte {
199 func SizeUnknown(unknown []byte) (size int) {
224 func AppendUnknown(b, unknown []byte) ([]byte, error) {
/external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dblock.go26 func aesKeyShuffle(key, result, prevResult []byte) {
53 func iterateAES(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input, i…
85 func iterateAESCBC(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input…
126 func xorKeyWithOddParityLSB(key, value []byte) {
137 func keyShuffle3DES(key, result, prevResult, prevPrevResult []byte) {
145 func iterate3DES(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input,
183 func iterate3DESCBC(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, inpu…
/external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dblock.go26 func aesKeyShuffle(key, result, prevResult []byte) {
53 func iterateAES(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input, i…
85 func iterateAESCBC(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input…
126 func xorKeyWithOddParityLSB(key, value []byte) {
137 func keyShuffle3DES(key, result, prevResult, prevPrevResult []byte) {
145 func iterate3DES(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input,
183 func iterate3DESCBC(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, inpu…
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dblock.go26 func aesKeyShuffle(key, result, prevResult []byte) {
53 func iterateAES(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input, i…
85 func iterateAESCBC(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input…
126 func xorKeyWithOddParityLSB(key, value []byte) {
137 func keyShuffle3DES(key, result, prevResult, prevPrevResult []byte) {
145 func iterate3DES(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, input,
183 func iterate3DESCBC(transact func(n int, args ...[]byte) ([][]byte, error), encrypt bool, key, inpu…
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/hpke/
Dkem.go41 func labeledExtract(kdfHash crypto.Hash, salt, suiteID, label, ikm []byte) []byte {
50 func labeledExpand(kdfHash crypto.Hash, prk, suiteID, label, info []byte, length int) []byte {
93 func x25519Encap(publicKeyR []byte, keygen GenerateKeyPairFunc) ([]byte, []byte, error) {
111 func x25519Decap(enc, secretKeyR []byte) ([]byte, error) {
126 func extractAndExpand(dh, enc, publicKeyR []byte) []byte {

12345678910>>...46