| /external/flatbuffers/go/ |
| D | encode.go | 22 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/golang-protobuf/proto/ |
| D | table_unmarshal.go | 53 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 …]
|
| D | table_marshal.go | 132 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 …]
|
| D | decode.go | 57 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/boringssl/src/util/fipstools/acvp/acvptool/testmodulewrapper/ |
| D | testmodulewrapper.go | 29 func getConfig(args [][]byte) error { 76 func kdfCounter(args [][]byte) error { 122 func reply(responses ...[]byte) error { 147 func xtsEncrypt(args [][]byte) error { 151 func xtsDecrypt(args [][]byte) error { 155 func doXTS(args [][]byte, decrypt bool) error {
|
| /external/llvm-project/lld/test/mach-o/Inputs/ |
| D | DependencyDump.py | 11 byte = f.read(1) variable 21 byte = f.read(1) variable 25 byte = f.read(1) variable 27 byte = f.read(1) variable
|
| /external/boringssl/src/ssl/test/runner/ |
| D | shim_ticket.go | 30 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) {
|
| D | prf.go | 19 func splitPreMasterSecret(secret []byte) (s1, s2 []byte) { 26 func pHash(result, secret, seed []byte, hash func() hash.Hash) { 51 func prf10(result, secret, label, seed []byte) { 82 func prf30(result, secret, label, seed []byte) { 142 …et(version uint16, suite *cipherSuite, preMasterSecret, clientRandom, serverRandom []byte) []byte { 154 func extendedMasterFromPreMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, … 163 …et(version uint16, suite *cipherSuite, masterSecret, clientRandom, serverRandom []byte, macLen, ke… 288 func finishedSum30(md5, sha1 hash.Hash, masterSecret []byte, magic []byte) []byte { 405 func hkdfExpandLabel(hash crypto.Hash, secret, label, hashValue []byte, length int) []byte { 505 func deriveTrafficAEAD(version uint16, suite *cipherSuite, secret []byte, side trafficDirection) in… [all …]
|
| D | dtls.go | 121 func (c *Conn) makeFragment(header, data []byte, fragOffset, fragLen int) []byte { 131 func (c *Conn) dtlsWriteRecord(typ recordType, data []byte) (n int, err error) { 333 func (c *Conn) dtlsPackRecord(typ recordType, data []byte, mustPack bool) (n int, err error) {
|
| /external/openscreen/platform/impl/ |
| D | tls_write_buffer_unittest.cc | 65 [](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/openscreen/osp/go/ |
| D | binary.go | 71 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/llvm-project/clang/test/CodeGenCXX/ |
| D | std-byte.cpp | 6 enum byte : unsigned char {}; enum 18 enum byte : unsigned char {}; enum 20 enum byte : unsigned char {}; enum 22 enum byte : unsigned char {}; enum
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/ |
| D | block.go | 26 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/ssl/test/runner/hpke/ |
| D | kem.go | 41 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 {
|
| D | hpke.go | 72 func SetupBaseSenderX25519(kdfID, aeadID uint16, publicKeyR, info []byte, ephemKeygen GenerateKeyPa… 83 func SetupBaseReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info []byte) (context *Context,… 93 func SetupPSKSenderX25519(kdfID, aeadID uint16, publicKeyR, info, psk, pskID []byte, ephemKeygen Ge… 104 func SetupPSKReceiverX25519(kdfID, aeadID uint16, enc, secretKeyR, info, psk, pskID []byte) (contex… 146 func newAEAD(aeadID uint16, key []byte) (cipher.AEAD, error) { 171 func keySchedule(mode uint8, kemID, kdfID, aeadID uint16, sharedSecret, info, psk, pskID []byte) (*… 249 func appendBigEndianUint16(b []byte, v uint16) []byte {
|
| /external/marisa-trie/tests/ |
| D | io-test.cc | 50 char byte; in TestFilename() local 69 char byte; in TestFilename() local 82 char byte; in TestFilename() local 139 char byte; in TestFd() local 195 char byte; in TestFile() local 233 char byte; in TestStream() local
|
| /external/boringssl/src/util/ |
| D | read_symbols.go | 160 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/libese/libese/tests/ |
| D | bitspec_unittests.cpp | 75 uint8_t byte = 0; in TEST_F() local 90 uint8_t byte = bs_set(0, kTestSpec.single.bit[bit], 1); in TEST_F() local 100 uint8_t byte = bs_set(0xff, kTestSpec.single.bit[bit], 0); in TEST_F() local 109 uint8_t byte = 0xff; in TEST_F() local 118 uint8_t byte = 0; in TEST_F() local 143 uint8_t byte = 0; in TEST_F() local
|
| /external/clang/test/Sema/ |
| D | inline-asm-validate-aarch64.c | 6 uint8_t byte; in constraint_r() local 17 uint8_t byte; in constraint_r_symbolic() local 30 uint8_t byte; in constraint_r_symbolic_macro() local
|
| /external/llvm-project/clang/test/Sema/ |
| D | inline-asm-validate-aarch64.c | 6 uint8_t byte; in constraint_r() local 17 uint8_t byte; in constraint_r_symbolic() local 30 uint8_t byte; in constraint_r_symbolic_macro() local
|
| /external/oss-fuzz/projects/go-snappy/ |
| D | fuzz.go | 9 func FuzzRoundTrip(data []byte) int { 24 func FuzzDecode(data []byte) int {
|
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
| D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/ |
| D | utf16.go | 27 func ToUTF16Column(p Point, content []byte) (int, error) { 66 func FromUTF16Column(p Point, chr int, content []byte) (Point, error) {
|
| /external/boringssl/src/crypto/x509/test/ |
| D | make_many_constraints.go | 76 func randOrDie(out []byte) { 82 func writePEM(path string, in []byte) {
|